Skip to main content

CustomerTransferSender

Contains transfer sender information

customerIdstring
accountIdstring
fullNamestring
Example: John Smith
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
CustomerTransferSender
{
"customerId": "string",
"accountId": "string",
"fullName": "John Smith",
"email": "user@example.com",
"mobile": "+12025550120"
}