OnboardingPersonObject

  • addresses
    Type: array object[] · Address[] 1…10
    required

    Physical address(es) for the business member. The first entry is the primary address. Use the same country as residency_country.

    • address1
      Type: string
      min length:  
      1
      max length:  
      255
      required

      The first line of the address.

    • city
      Type: string
      min length:  
      1
      max length:  
      255
      required

      The city of the address.

    • country
      Type: string · CountryCodesenum
      required

      The country of the address.

      values
      • AFG
      • ALB
      • DZA
      • ASM
      • AND
    • postal_code
      Type: string
      min length:  
      5
      max length:  
      5
      required

      The postal code of the address.

    • region
      Type: string enum
      required

      The region or state of the address.

      values
      • AK
      • AZ
      • CA
      • AR
      • CO
    • address2
      Type: string | null
      max length:  
      255

      The second line of the address.

  • date_of_birth
    Type: object · DateObject
    required
    • day
      Type: number
      required
    • month
      Type: number
      required
    • year
      Type: number
      required
  • email
    Type: string
    max length:  
    255
    required

    Email address used to receive monthly statements. Required for business_member_onboarding.

  • first_name
    Type: string
    max length:  
    255
    required

    Business member's first name.

  • government_id_issuing_state_or_country
    Type: string
    min length:  
    1
    max length:  
    255
    required

    Business member's government ID issuing state or country.

  • government_id_number
    Type: string
    min length:  
    1
    max length:  
    255
    required

    Business member's government ID number.

  • government_id_type
    Type: string enum
    required

    Business member's government ID type.

    values
    • DRIVERS_LICENSE
    • FOREIGN_NATIONAL_IDENTIFICATION_DOCUMENT
    • INS_PERMANENT_RESIDENT_ALIEN_CARD
    • NATIONAL_ID
    • PASSPORT
  • is_authorized_signer
    Type: boolean
    required

    Whether the business member has the right to sign for and open an account on behalf of the company. business_member_onboarding must be the authorized signer; other business members cannot be marked as authorized signer.

  • is_entity_officer
    Type: boolean
    required

    Whether the business member is an officer of the onboarding business.

  • job_title
    Type: string
    max length:  
    255
    required

    Business member's job title.

  • last_name
    Type: string
    max length:  
    255
    required

    Business member's last name.

  • national_identifier
    Type: string
    min length:  
    9
    max length:  
    9
    required

    National identification number.

  • ownership_percentage
    Type: number
    min:  
    0
    max:  
    100
    required

    Business member's ownership percentage.

  • phone_number
    Type: object · PhoneObject
    required
    • country_code
      Type: string
      min length:  
      1
      max length:  
      10
      required
    • phone_number
      Type: string
      min length:  
      10
      max length:  
      10
      required
  • citizenship_country
    Type: string · CountryCodesenum

    Business member's country of citizenship.

    values
    • AFG
    • ALB
    • DZA
    • ASM
    • AND
  • residency_country
    Type: string · CountryCodesenum

    Country where the business member resides. Determines address validation rules and the country on the member's addresses.

    values
    • AFG
    • ALB
    • DZA
    • ASM
    • AND