Terminal orders - company level
Get a list of terminal products
Returns a country-specific list of payment terminal packages and parts that the company identified in the path has access to.
To make this request, your API credential must have one of the following roles:
- Management API—Terminal ordering read
- Management API—Terminal ordering read and write
In the live environment, requests to this endpoint are subject to rate limits.
get/companies/{companyId}/terminalProducts
Path parameters
companyIdstring required
The unique identifier of the company account.
Query parameters
countrystring required
The country to return products for, in ISO 3166-1 alpha-2 format. For example, US
terminalModelIdstring
The terminal model to return products for. Use the ID returned in the GET /terminalModels response. For example, Verifone.M400
offsetinteger
The number of products to skip.
limitinteger
The number of products to return.
Response
OK - the request has succeeded.