List merchant platform's processing accounts
Use this method to retrieve a paginated list of processing accounts associated with a merchant platform.
When you created the merchant platform, we sent you its merchantPlatformId in the response. Send this merchantPlatformId as a path parameter in your endpoint.
Note: By default, we return only open processing accounts. To include closed processing accounts, send a value of
true
for the includeClosed query parameter.
Path parameters
merchantPlatformId
Unique identifier of the merchant platform that we sent to you when you created the merchant platform.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
before
Points to the resource identifier that you want to receive your results before. Typically, this is the first resource on the previous page.
after
Points to the resource identifier that you want to receive your results after. Typically, this is the last resource on the previous page.
limit
States the total amount of results the response is limited to.
includeClosed
Indicates if you want to return closed processing accounts. This includes processing accounts that have a status of terminated
, cancelled
, or rejected
.
Response
Successful request. Returns a list of processing accounts associated with the merchant platform.
count
Number of results that we returned.
data
Array of processingAccount objects.
hasMore
Indicates that further results are 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.