PayerCreateRequest
External ID of the payer
Possible values: <= 36 characters
EX123The type of the payer
Possible values: [INDIVIDUAL, BUSINESS]
Full legal name of the payer
Possible values: <= 255 characters
Email address of the payer
Possible values: <= 255 characters
Required if payer is crypto enabled
Possible values: <= 255 characters
Country of the payer
Possible values: non-empty
Enable to send transaction-update emails to this payer
Required if payer is crypto enabled
Possible values: <= 255 characters
Required if payer is crypto enabled and type INDIVIDUAL
Possible values: <= 255 characters
Required if payer is crypto enabled and type BUSINESS
Possible values: <= 255 characters
Required if payer is crypto enabled and type BUSINESS
Possible values: <= 255 characters
Set to true to allow this payer to make cryptocurrency payments
{
"externalId": "EX123",
"type": "INDIVIDUAL",
"fullLegalName": "string",
"emailAddress": "string",
"phoneNumber": "string",
"country": "string",
"notificationEnabled": true,
"address": "string",
"areaOrCity": "string",
"provinceOrState": "string",
"postalCode": "string",
"cryptoEnabled": true
}