fasterPayments
UK bank account details
accountHolderNamestringrequired
This is the name of the customer or company that owns the bank account.
Possible values: <= 140 characters
sortCodestringrequired
This is the sort code of the Bank.
Possible values: <= 6 characters
accountNumberstringrequired
This is the costumer's bank account number.
Possible values: >= 8 characters
and <= 10 characters
lastDigitsstring
Last 2 digits of the bank account number.
Possible values: <= 2 characters
fasterPayments
{
"accountHolderName": "string",
"sortCode": "string",
"accountNumber": "string",
"lastDigits": "string"
}