List funding accounts
Retrieve a list of all funding accounts associated with the ISV.
Headers
Authorization
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Query parameters
before
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.
after
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
Limit the maximum number of results that we return for each page.
Response
Successful request. Returns a paginated list of all funding accounts.
data
Array of funding account objects for the processing account. Each processing account must have:
- One funding account that accepts both credits to the account and debits from the account.
OR
- Two funding accounts - one for credits to the account, and another account for debits from the account.
count
Number of results we returned on this page.
Note: This might not be the total number of results that match your query.
hasMore
Indicates whether there is another page of results available.
limit
Maximum number of results that we return for each page.
links
Reference links to navigate to the previous page of results or to the next page of results.