# Get bank account details Get details for a specific bank account Endpoint: GET /consumers/{consumer_id}/banks/{bank_id} Version: 1.0.0 Security: ApiKeyAuth ## Path parameters: - `consumer_id` (string, required) The unique identifier for the consumer Example: "csm_3bbb4fe7-4c25-45b2-a363-c8db8c0084b9" - `bank_id` (string, required) The unique identifier for the bank account Example: "ba_3bbb4fe7-4c25-45b2-a363-c8db8c0084b9" ## Response 200 fields (application/json): - `id` (string) The unique identifier for the bank account Example: "ba_589b9558211e0182" - `consumer_id` (string) The unique identifier for the consumer - `bank_name` (string) The name of the bank - `mandate_type` (string) The type of mandate for the bank account Example: "IBAN" - `data` (object) The bank account data Example: "{ \"iban\": \"GB33BUKB20201555555555\", \"bic\": \"BUKBGB22\" }" ## Response 401 fields ## Response 404 fields ## Response 500 fields