Bank accounts

List bank accounts

get
/banking/bank_accounts

List bank accounts

Query parameters
entity_idstring · uuidRequired

Unique identifier

beforestringOptional

Parameter used for pagination. It is a base64 encoded param used to access the previous page of results. It is provided alongside a metadata section if there is a previous page.

Example: g3QAAAABZAACaWRtAAAAJDU4ZjFlYzhlLWFmYTktNDk0My05M2I1LWQ2ZGM3OWI0M2VhYQ==
afterstringOptional

Parameter used for pagination. It's a base64 encoded param used to access the previous page of results. Provided along with the data in the metadata section if there is a previous page.

Example: g3QAAAABZAACaWRtAAAAJGJhYTNiNmM1LTAyYTYtNGQ5Ny05NzU1LTI3OGFiNjRiN2Y1MQ==
Responses
200

Bank accounts

application/json
get
/banking/bank_accounts

List bank account transactions

get
/banking/bank_accounts/{id}/transactions

List bank account transactions

Path parameters
idstring · uuidRequired

Unique identifier

Query parameters
from_datetimestring · date-timeRequired

Datatime schema

to_datetimestring · date-timeRequired

Datatime schema

external_idstringOptional

External ID

reconciliation_idstring · uuidOptional

Unique identifier

beforestringOptional

Parameter used for pagination. It is a base64 encoded param used to access the previous page of results. It is provided alongside a metadata section if there is a previous page.

Example: g3QAAAABZAACaWRtAAAAJDU4ZjFlYzhlLWFmYTktNDk0My05M2I1LWQ2ZGM3OWI0M2VhYQ==
afterstringOptional

Parameter used for pagination. It's a base64 encoded param used to access the previous page of results. Provided along with the data in the metadata section if there is a previous page.

Example: g3QAAAABZAACaWRtAAAAJGJhYTNiNmM1LTAyYTYtNGQ5Ny05NzU1LTI3OGFiNjRiN2Y1MQ==
Responses
200

Transactions

application/json
get
/banking/bank_accounts/{id}/transactions

Get bank account available balance

get
/banking/bank_accounts/{id}/balances

Get balance of a bank account

Path parameters
idstring · uuidRequired

Unique identifier

Query parameters
at_datetimestring · date-timeOptional

Datatime schema

Responses
200

BalanceResponse

application/json
get
/banking/bank_accounts/{id}/balances

Get bank account

get
/banking/bank_accounts/{id}

Get an existing bank account

Path parameters
idstring · uuidRequired

Unique identifier

Responses
200

Bank account

application/json
get
/banking/bank_accounts/{id}

Create bank account

post
/banking/bank_accounts

Create a new bank account

Body

Parameters used to create a bank account

descriptionstringRequired

Bank account description

entity_idstring · uuidRequired

Entity ID

Responses
post
/banking/bank_accounts

Last updated

Was this helpful?