provider GET /v1/treasury/financial_accounts
@utdk/stripe /v1/treasury/financial_accounts
List all FinancialAccounts
<p>Returns a list of FinancialAccounts.</p>
created query
Only return FinancialAccounts that were created during the given date interval.
ending_before query
An object ID cursor for use in pagination.
string
expand query
Specifies which fields in the response should be expanded.
array
limit query
A limit ranging from 1 to 100 (defaults to 10).
integer
starting_after query
An object ID cursor for use in pagination.
string
status query
Only return FinancialAccounts that have the given status: `open` or `closed`
enum: closed, open

Try it

Authentication
Configure credentials for Stripe API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

gettreasuryfinancialaccounts
GET/v1/treasury/financial_accounts
<p>Returns a list of FinancialAccounts.</p>

Only return FinancialAccounts that were created during the given date interval.

An object ID cursor for use in pagination.

Specifies which fields in the response should be expanded.

A limit ranging from 1 to 100 (defaults to 10).

An object ID cursor for use in pagination.

Only return FinancialAccounts that have the given status: `open` or `closed`

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import stripe from '@utdk/stripe';

await stripe.gettreasuryfinancialaccounts()