Accounts

Get cash account by ID

This endpoint returns the cash account associated with the provided ID with its status.

get/v2/accounts/cash/{id}

Path parameters

idstring required

Response

Returns the 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"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.