List merchant platform's processing accounts
Use this method to return 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.
To list the processing accounts for a merchant platform, you need its merchantPlatformId. If you don't have the merchantPlatformId, use our List Merchant Platforms method to search for the merchant platform.
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
Unique identifier of the merchant platform that we sent to you when you created the merchant platform.
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.
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.
Headers
Bearer authentication
Response
Successful request. Returns a list of processing accounts associated with the merchant platform.
Changes
No recorded changes to this endpoint across all 1 revision of this API.