v1

latestOpenAPI 3.1.12026-07-2452287575.4 KB
Accounts

Retrieve Routable Balance Account

Retrieves the Account for your Routable balance. Returns the same response as GET /v1/settings/accounts/{id} where the id references your balance Account.

get/v1/settings/balance

Response

OK

object'Account' required

The object’s type (Account).

idstring uuid required

The Account ID.

created_atstring date-time required

The date the Account was created.

is_deletedboolean required

Whether the Account is soft deleted.

is_disabledboolean required

Whether the Account is disabled.

is_usable_for_payablesboolean required

Whether the Account is usable as a Payable's withdraw_from_account.

is_usable_for_receivablesboolean required

Whether the Account is usable as a Receivable's receiving_account.

is_validboolean required

Whether the Account is valid.

namestring required

The Account's name.

type'balance' required

The type of account