Skip to main content

CustomerTransferRecipient

Contains transfer recipient information. If used in CustomerTransferRequest context, the system tries to resolve email or mobile to customerId in the system.

customerIdstring
emailstring<email>

Possible values: <= 150 characters

mobilestring

Mobile number

Possible values: <= 50 characters, Value must match regular expression ^\+\d+\s?\d{1,16}$

Example: +12025550120
CustomerTransferRecipient
{
"customerId": "string",
"email": "user@example.com",
"mobile": "+12025550120"
}