Bank Account callback
Sends the bank account details to you
Request Body
Name
Type
Description
{
"callbackType": "bank_account",
"accountNumber": "00386255",
"bic": "CFTEMTM1",
"country": "GB",
"currency": "USD",
"customerId": "demo_customer_id",
"hash": "[HASH]",
"iban": "MT36CFTE28004000000000003225049",
"sortCode": "040679",
"status": "ACTIVE"
}Last updated