List funding balances
Use this method to return a paginated list of funding balances available for each merchant linked to your account.
Use query parameters to filter the list of results we return, for example, to search for the funding balance for a specific merchant.
Our gateway returns the following information about each merchant in the list:
- Total funds for the merchant.
- Available funds that you can use for funding instructions.
- Pending funds that we have not yet sent to funding accounts.
Query parameters
Return the previous page of results before the value that you specify.
You can’t send the before parameter in the same request as the after parameter.
Return the next page of results after the value that you specify.
You can’t send the after parameter in the same request as the before parameter.
Limit the maximum number of results that we return for each page.
Filter results by the unique identifier that the processor assigned to the merchant.
Headers
Bearer authentication
Response
Successful request. Returns the funding balance available for each merchant.
Changes
No recorded changes to this endpoint across all 1 revision of this API.