GET
/
account
/
{accountId}

Authorizations

X-API-Key
string
header
required

Authentication from public API requests

Path Parameters

accountId
string
required

Response

200 - application/json
accountNumber
string
required
balances
enum<string>[]
required
Available options:
debit,
cash,
credit
createdAt
string
required
id
string
required
routingNumber
string
required
status
enum<string>
required
Available options:
open,
closed
type
enum<string>
required

The type of account. - "debit" represents a debit card account - "charge_card" represents a charge card account

Available options:
debit,
charge_card