Get Customer Bank Account By UUID
GET {{baseUrl}}/v1/customer/:customerId/bank-account/:accountId?=
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
`` | null |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"data":{"account_holder_name":"Jeremiah Esieboma","account_type":"savings","bank_address":null,"bank_name":null,"created_at":"2024-01-13T08:06:33.178679Z","customer":"7c6139e9-202e-47b2-b119-d60c6ada5b89","id":"688dec1d-e9ab-40e3-a0bc-1678b542cc69","is_primary":true,"is_valid":true,"masked_account_number":"XXXXXXX22","masked_routing_number":"XXXXXXX19"}}