v1
latestOpenAPI 3.1.02026-07-132363652.9 MBCustomer Bank Accounts
Get a customer bank account by ID
Get a customer bank account by ID
get/api/v1/merchants/{merchantId}/customer-bank-accounts/{id}
Path parameters
merchantIdstring uuid required
The unique identifier of the merchant
Example:123e4567-e89b-12d3-a456-426614174000
The unique identifier of the merchant
idstring uuid required
The unique identifier of the customer bank account
Example:123e4567-e89b-12d3-a456-426614174001
The unique identifier of the customer bank account
Response
Success
Example response
{
"success": true,
"data": {
"id": "123e4567-e89b-12d3-a456-426614174001",
"currency": "GBP",
"country": "GB",
"status": "active",
"account_holder_name": "John Smith",
"iban": "DE89370400440532013000",
"account_number": "11223344",
"sort_code": "123456",
"routing_number": "123456789",
"bban": "86011117947",
"plusgiro_number": "41054685",
"bsb": "062-000",
"bic": "MARKDEF1100",
"created_at": "2024-03-19T12:00:00Z",
"updated_at": "2024-03-19T12:00:00Z"
}
}