WithdrawalRecipientRequest
Withdrawal recipient request object.
Label for the recipient.
Use this field to label the recipient, if you want to make additional payments to the same party.
If not specified the label is generated by combining the title, first name, and last name.
If ACTIVE recipient with the same label already exists a number suffix is added.
Possible values: non-empty and <= 100 characters
Supplier1Personal title, Mr., Dr., etc.
Possible values: <= 15 characters
Mr.First name. Only latin characters, spaces, single quotes, and hyphens are allowed.
Possible values: non-empty and <= 50 characters
TomLast name. Only latin characters, spaces, single quotes, and hyphens are allowed.
Possible values: non-empty and <= 50 characters
Jonesaddress object
Address of the customer.
ISO-3166 Alpha 2
Possible values: >= 2 characters and <= 2 characters
GBUS state postal abbreviation. Not used for non-US territories.
Possible values: <= 2 characters
City.
Possible values: <= 50 characters
LondonPostal code.
Possible values: non-empty and <= 50 characters
E1 6ANThe first line of the address.
Possible values: <= 200 characters
12 Brushfield StreetThe second line of the address.
Possible values: <= 200 characters
contactInfo object
Represents contact information.
Mobile number.
Possible values: <= 50 characters
Email.
Possible values: >= 6 characters and <= 100 characters
paymentInstrument objectrequired
Represents a payment instrument, used for third-party payments. Here are the valid instrumentType values:
- SEPA_BANK_ACCOUNT - IBAN Bank Account for EEA international transfers
- UK_BANK_ACCOUNT - UK Bank Account for domestic UK transfers
- US_BANK_ACCOUNT - US Bank Account for domestic USA transfers
- CCI_BANK_ACCOUNT - CCI Bank Account for transfers in Peru
- PHONE_NUMBER - Phone Number for transfers via phone number
The instrument id
97266b06c85f4acd9a3f3aa0eed8b11eRepresents the type of the recipient instrument.
| Value | Description |
|---|---|
| SEPA_BANK_ACCOUNT | SEPA Bank account |
| UK_BANK_ACCOUNT | UK Bank account |
| US_BANK_ACCOUNT | US Bank account |
| CCI_BANK_ACCOUNT | CCI Bank account |
| PHONE_NUMBER | Phone Number |
Possible values: [SEPA_BANK_ACCOUNT, UK_BANK_ACCOUNT, US_BANK_ACCOUNT, CCI_BANK_ACCOUNT, PHONE_NUMBER]
US_BANK_ACCOUNTRecipient type.
Possible values: [BUSINESS, INDIVIDUAL]
Birth date in YYYY-MM-DD format.
1981-01-11{
"label": "Supplier1",
"title": "Mr.",
"firstName": "Tom",
"lastName": "Jones",
"address": {
"countryCode": "GB",
"stateProvince": "string",
"city": "London",
"postalCode": "E1 6AN",
"address1": "12 Brushfield Street",
"address2": "string"
},
"contactInfo": {
"mobile": "string",
"email": "user@example.com"
},
"paymentInstrument": {
"id": "97266b06c85f4acd9a3f3aa0eed8b11e",
"instrumentType": "US_BANK_ACCOUNT"
},
"type": "BUSINESS",
"birthDate": "1981-01-11"
}