latestOpenAPI 3.0.12026-08-0881518.6 KB

df876833c130

Accounts

Get primary cash account

This endpoint returns the primary cash account with its status. There will always be only one primary account.

get/v2/accounts/cash/primary

Response

Returns the primary cash account.

idstring required

ID of the cash account

namestring required
status'ACTIVE'
account_numberstring required
routing_numberstring required
primaryboolean required

Whether or not this account is the primary account. There will always be only one primary account.

Example response

{
  "current_balance": {
    "amount": 700,
    "currency": "USD"
  },
  "available_balance": {
    "amount": 700,
    "currency": "USD"
  }
}