RecipientUkBankAccount
UK Bank Account Payment for third party payments, that might support BACS, FasterPayment or CHAPS.
Required Fields:
- accountNumber
- sortCode
Account holder name might be required for name matching.
iduuid
The instrument id
instrumentTypeRecipientInstrumentType (string)required
Represents 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 |
Possible values: [SEPA_BANK_ACCOUNT
, UK_BANK_ACCOUNT
, US_BANK_ACCOUNT
]
Example:
US_BANK_ACCOUNT
accountHolderNamestring
This is the name of the customer or company that owns the bank account.
Possible values: <= 100 characters
Example:
John Doe
accountNumberstringrequired
The bank account number.
sortCodestringrequired
Use our sort code checker to easily find and check UK sort codes.
bankNamestring
The bank name.
RecipientUkBankAccount
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"instrumentType": "US_BANK_ACCOUNT",
"accountHolderName": "John Doe",
"accountNumber": "string",
"sortCode": "string",
"bankName": "string"
}