{
  "id": "<string>",
  "status": "open",
  "accountNumber": "<string>",
  "routingNumber": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "type": "debit",
  "balances": [
    "debit"
  ]
}
id
string
required
status
enum<string>
required
Available options:
open,
closed
accountNumber
string
required
routingNumber
string
required
createdAt
string
required
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
balances
enum<string>[]
required
Available options:
debit,
cash,
credit