PersonCreateRequest

  • Type: object · Person

    This is an object representing a person associated with an account.

    • address

      The customer's address.

    • date_of_birth
      Type: object · DateOfBirth
    • email
      Type: string | null
      max length:  
      200

      The person's email address.

    • first_name
      Type: string | null
      max length:  
      200

      The person's first name.

    • last_name
      Type: string | null
      max length:  
      100

      The person's last name.

    • maiden_name
      Type: string | null
      max length:  
      100

      The person's maiden name.

    • metadata

      Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to metadata.

      • propertyName
        Type: string
    • nationality
      Type: string | null
      max length:  
      100

      The country where the person is a national.

    • phone
      Type: string | null
      max length:  
      100

      The person's phone number.

    • political_exposure
      Type: stringenum

      Indicates if the person or any of their representatives, family members, or other closely related persons, declares that they hold or have held an important public job or function, in any jurisdiction.

      values
      • existing
      • none
    • registered_address

      The customer's address.

    • relationship
      Type: object · PersonRelationship