List merchant platform's processing accounts
Use this method to retrieve a paginated list of processing accounts linked to a merchant platform.
Note: If you want to view the details of a specific processing account and you have its processingAccountId, use our Retrieve Processing Account method.
Use the query parameters to filter the list of results that we return, for example, to search for only closed processing accounts.
Our gateway returns the following information about eahc processing account in the list:
- Business details, including its status, time zone, and address.
- Owners’ details, including their contact details.
- Funding, pricing, and processing information, including its pricing model and funding accounts.
For each processing account, we also return its processingAccountId, which you can use to perform follow-on actions.
Path parameters
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
Indicates if you want to return closed processing accounts. This includes processing accounts that have a status of terminated
, cancelled
, or rejected
.
Note: By default, we return only open processing accounts.