Returns the full record for one bank account, including the nested customer, creator and linked-account detail that GET /bank-accounts omits.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
400Missing required request parameters: [Authorization]. Returned by the gateway request validator when the Authorization header is absent, before the request reaches the service.
401Unauthorized. The bearer token is missing, expired or invalid. The response body is empty.
403Forbidden, with messageKey bank_account.access_denied. Returned when the account belongs to another company, or when the token lacks the role needed to read bank accounts.
404Bank account not found, with messageKey bank_account.bank_account_not_found. Returned both for an id that does not exist and for a value that is not a well-formed id.
500Internal server error
