curl --request GET \
--url https://api.sandbox.tracefinance.com/api/accounts/{accountId}/fundingInstructions \
--header 'Authorization: Bearer <token>'Retrieves funding instructions for depositing into an account across all available payment rails.
curl --request GET \
--url https://api.sandbox.tracefinance.com/api/accounts/{accountId}/fundingInstructions \
--header 'Authorization: Bearer <token>'Documentation Index
Fetch the complete documentation index at: https://tracefinance-docs-withdrawal-beneficiary-events.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
JWT bearer token. Include as Authorization: Bearer <token>. See the Authentication guide for how to obtain one.
API version. Omit to use the default version.
"1"
UUID of the account.
Maximum number of items to return. Defaults to 10.
1 <= x <= 100Opaque cursor for fetching the next or previous page.
Direction of pagination relative to the cursor.
NEXT, PREVIOUS Sort order for results. Defaults to DESCENDING.
ASCENDING, DESCENDING Paginated list of funding instructions.
A funding instruction for depositing into an account. Discriminated by rail.
Show child attributes
Cursor-based pagination metadata.
Show child attributes
Was this page helpful?