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.
idstring
The instrument id
Example:
97266b06c85f4acd9a3f3aa0eed8b11e
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": "97266b06c85f4acd9a3f3aa0eed8b11e",
"instrumentType": "US_BANK_ACCOUNT",
"accountHolderName": "John Doe",
"accountNumber": "string",
"sortCode": "string",
"bankName": "string"
}