Documentation Index
Fetch the complete documentation index at: https://docs.pushcash.com/llms.txt
Use this file to discover all available pages before exploring further.
Goal
Enable routing of payments to the correct settlement account when your organization is assigned multiple accounts.If your organization is not subject to a funds isolation requirement and will process transactions through a single settlement account, you can skip this guide.
Steps
Step 1: Receive account identifiers
What you need to do
Fetch the list of settlement accounts assigned to your organization and retain theiraccount_id values.How to do it
- Call the list-accounts endpoint.
Step 2: Pass account identifiers in payment requests
What you need to do
Include the correctaccount_id on all payment submissions when multiple settlement accounts exist.How to do it
- Update requests to create-intent and authorize-payment to include the relevant
account_idparameter
If you omit
account_id while multiple accounts exist, the request will failIntegration Checklist
- Retrieve settlement accounts identifiers from the API
- Implement logic to select the appropriate settlement account for a given payment request
- Pass
account_idin all/intentand/authorizerequests