get /v1/treasury/financial_accounts

List all FinancialAccounts

GetTreasuryFinancialAccounts

<p>Returns a list of FinancialAccounts.</p>

Parameters

Name In Type Required Description
created query object | integer no Only return FinancialAccounts that were created during the given date interval.
ending_before query string no An object ID cursor for use in pagination.
expand query string[] no Specifies which fields in the response should be expanded.
limit query integer no A limit ranging from 1 to 100 (defaults to 10).
starting_after query string no An object ID cursor for use in pagination.
status query string no Only return FinancialAccounts that have the given status: `open` or `closed`

Request Body

application/x-www-form-urlencoded

Responses

200 Successful response.
default Error response.