v1

latestOpenAPI 3.1.12026-07-2452287575.4 KB
Accounts

Deposit Funds into Routable Balance

Moves funds from the specified bank Account into your Routable balance.

post/v1/settings/balance/deposit

Request body

acting_team_memberstring uuid required

The ID of the TeamMember performing this action.

amountstring decimal required

The amount of money (in USD) to deposit into the Routable balance.

withdraw_from_accountstring uuid required

The ID of the bank Account to draw funds from.

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