Skip to main content
GET
Get bank account by ID

Authorizations

Authorization
string
header
required

Bearer token used for protected REST API requests.

Path Parameters

bankID
string
required

Saved bank account identifier returned by the bank-account APIs.

Response

Saved bank account details.

Bank account saved by the current user for withdrawals.

id
string

Bank account identifier.

userId
string

Owner user identifier.

bankAccountName
string

Beneficiary name on the bank account.

bankAccountNumber
string

Bank account number.

bankCode
string

Bank identifier code selected by the user.

createdAt
integer<int64>

Creation timestamp in Unix milliseconds.