Get bank account info by id

Returns the full record for one bank account, including the nested customer, creator and linked-account detail that GET /bank-accounts omits.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The account id, as returned in the id field by POST /bank-accounts or GET /bank-accounts. An id that does not exist, and a value that is not an id at all, both return 404.

Headers
string
required

Bearer JWT obtained from POST /mfa/login. Send as "Bearer ". Expires after 5 minutes.

Responses

400

Missing required request parameters: [Authorization]. Returned by the gateway request validator when the Authorization header is absent, before the request reaches the service.

401

Unauthorized. The bearer token is missing, expired or invalid. The response body is empty.

403

Forbidden, 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.

404

Bank 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.

500

Internal server error

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json