PayerUpdateRequest
emailAddressstringrequired
Email address of the payer
Possible values: <= 255 characters
phoneNumberstring
Required if payer is crypto enabled
Possible values: <= 255 characters
notificationEnabledboolean
Enable to send transaction-update emails to this payer
addressstring
Required if payer is crypto enabled
Possible values: <= 255 characters
areaOrCitystring
Required if payer is crypto enabled and type INDIVIDUAL
Possible values: <= 255 characters
provinceOrStatestring
Required if payer is crypto enabled and type BUSINESS
Possible values: <= 255 characters
postalCodestring
Required if payer is crypto enabled and type BUSINESS
Possible values: <= 255 characters
cryptoEnabledbooleanrequired
Set to true to allow this payer to make cryptocurrency payments
PayerUpdateRequest
{
"emailAddress": "string",
"phoneNumber": "string",
"notificationEnabled": true,
"address": "string",
"areaOrCity": "string",
"provinceOrState": "string",
"postalCode": "string",
"cryptoEnabled": true
}