v1
latestOpenAPI 3.1.02026-07-132363652.9 MBTransaction Updates (Token)
Link customer bank account to a transaction (authenticated via resolution token)
Link customer bank account to a transaction (authenticated via resolution token)
put/api/v1/transactions/{transactionId}/customer-bank-account
Path parameters
transactionIdstring uuid required
The unique identifier of the transaction
The unique identifier of the transaction
Request body
Example request
{
"account_holder_name": "John Smith",
"customer_id": "123e4567-e89b-12d3-a456-426614174002",
"currency": "GBP",
"country": "GB",
"iban": "DE89370400440532013000",
"account_number": "11223344",
"sort_code": "123456",
"routing_number": "123456789",
"bban": "86011117947",
"plusgiro_number": "41054685",
"bsb": "062-000",
"bic": "MARKDEF1100"
}Response
Success
Example response
{
"success": true
}