v1

latestOpenAPI 3.0.32026-07-2488203535.0 KB
Processors and Services

Get Merchant Processors and Value Added Services Details

❗️ Never Use Real API Keys

Never use real API Keys when testing. The gateway allows Partners to create Test Merchant Accounts. Testing should always use keys from the Test Accounts and never keys from a Standard Account.

<details> <summary>Usage</summary> This request will return all services that are active, offered, or in a free trial state for a merchant, or a list of merchants. This will return every detail you can see in the partner portal, so the responses can be quite lengthy if the merchant has several processors and numerous services available to them. </details>
post/v4/processors/reports

Headers

Content-Typestring required

The Content-Type representation header is used to indicate the original media type of the resource (prior to any content encoding applied for sending).

Authorizationstring required

Your v4 API key that was generated in the Partner portal.

Request body

maxResultsstring required

Number of max results in response. Must be in range from 1 to 1000.

merchantIdsstring[]

Array of merchant IDs.

offsetstring

Start point for the responses

Response

Success

objectType'report'

The type of object that was returned as a result of the request.

reportIdinteger

The report's ID.

offsetinteger

The offset for paginated results.

maxResultsinteger

The maximum number of results.

totalResultsinteger

The total number of results.

hasMoreboolean

Indicates if there are more results to be fetched.