Skip to main content

Employer Address

The employerAddress refers to the official physical location of the employer of the user. It includes details such as the street address, city, state, postal code, and country. This information is required when the user provides employer details based on their occupation while registering the account for the primary owner.

Payload Structure with Validation Rules

Field NameTypeDescriptionValidationsValues Accepted
employerNameStringThe name of the employer.Required field without special characters if occupation is not 'Retired', 'Student' or empty.a-Z, Maximum 40 characters
employerPhoneNumberStringThe phone number of the employer.Required field with numeric values.Exact 10 digits
employerAddress.streetStringThe street of the employer.Required field if occupation is not 'Retired', 'Student' or empty.a-Z, 0-9, #, -, \, /, Maximum 160 characters
employerAddress.cityStringThe city of the employer.Required field if occupation is not 'Retired', 'Student' or empty.a-Z, 0-9, #, -, \, /, Maximum 20 characters
employerAddress.stateProvinceStringThe state province of the employer.Required field if occupation is not 'Retired', 'Student' or empty.US States
employerAddress.postalCodeStringThe postal code of the employer.Required field if occupation is not 'Retired', 'Student' or empty.a-Z, 0-9, -, Must be valid ZIP Code
employerAddress.countryStringThe country of the employer.Required field if occupation is not 'Retired', 'Student' or empty.US
Note

employerName not required to be specified if Joint owner role is Associate.

Any validation failure will trigger an error message and halt the Account Creation or Updation Process.

Error Scenarios

For any validation failures, refer Standard Errors and Account Related Errors.