List merchant platforms
Use this method to return a paginated list of merchant platforms that are linked to your ISV account.
Note: If you want to view the details of a specific merchant platform and you have its merchantPlatformId, use our Retrieve Merchant Platform method.
Our gateway returns the following information about each merchant platform in the list:
- Legal information, including its legal name and address.
- Contact information, including the email address for the business.
- Processing account information, including the processingAccountId and status of each processing account that's linked to the merchant platform.
For each merchant platform, we also return its merchantPlatformId and its linked processingAccountIds, which you can use to perform follow-on actions.
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.
Headers
Bearer authentication
Response
Successful request. Returns a list of merchant platforms associated with the ISV's account.
Changes
No recorded changes to this endpoint across all 1 revision of this API.