Skip to main content

BeneficiaryPersonalDetails

typestringrequired

Classification of the beneficiary, such as INDIVIDUAL or BUSINESS

Possible values: [INDIVIDUAL, BUSINESS]

namestringrequired

Full legal name of the beneficiary

addressLine1stringrequired

Beneficiary's address line 1

addressLine2string

Beneficiary's address line 2, if applicable

citystring

City where the beneficiary resides

provincestring

Province or state where the beneficiary resides

postalCodestring

Postal code of the beneficiary's address

countrystringrequired

Country where the beneficiary resides, in ISO 3166-1 alpha-2 format

Possible values: >= 2 characters and <= 2 characters

Example: AE
phoneNumberstring

Beneficiary's phone number, including country code

taxIdstring

Beneficiary's tax identification number, if applicable

idNumberstring

Beneficiary's identification number, such as a passport or national ID

contactNamestring

Name of the contact person for the beneficiary, if applicable

BeneficiaryPersonalDetails
{
"type": "INDIVIDUAL",
"name": "string",
"addressLine1": "string",
"addressLine2": "string",
"city": "string",
"province": "string",
"postalCode": "string",
"country": "AE",
"phoneNumber": "string",
"taxId": "string",
"idNumber": "string",
"contactName": "string"
}