GET
/
banking
/
v1
/
bank_accounts

Authorizations

api-key
string
header
required

Response

200 - application/json
account_number
string
required
Maximum length: 255
bank_info
string
required
created_at
string
required
currency
object
required
id
string
required
updated_at
string
required
account_name
string | null
Maximum length: 255
business_name
string | null
Maximum length: 255
classification

indicate the classification of the account as personal, business or other wise

  • NULL - Default
  • PERSONAL - Personal
  • BUSINESS - Business
Available options:
NULL,
PERSONAL,
BUSINESS
credit_limit
string | null
current_balance
string | null
product_type
string | null
reference
string | null
Maximum length: 255
status
  • NULL - Default
  • ACTIVE - Active
  • INACTIVE - Inactive
  • DORMANT - Dormant
  • CLOSED - Closed
  • ESCHEAT - Escheat
  • CHARGEOFF - Chargeoff
Available options:
NULL,
ACTIVE,
INACTIVE,
DORMANT,
CLOSED,
ESCHEAT,
CHARGEOFF
title
string | null

Optional title of the account.

Maximum length: 255
transaction_count
string | null
type
  • NULL - Default
  • SAVINGS - Savings
  • CURRENT - Current
  • DEPOSIT - Deposit
Available options:
NULL,
SAVINGS,
CURRENT,
DEPOSIT
user
integer | null