v1
latestOpenAPI 3.0.02026-08-0696238481.7 KBIn-Person Products
List all in-person products
List the products that are offered for in-person payments
get/in-person/products
Query parameters
ascendingboolean
Control the order (newest or oldest) in which the items are returned. false will arrange the results with newest first, whereas true shows oldest first. The default is false.
limitinteger
Example:10
Control how many items are return in a given page The max limit we allow is 50. The default is 50.
startsAfterstring
Example:ippd_01FCTS1XMKH9FF43CAFA4CXT3P
A token to identify the item to start querying after. This is used to get the next page of results after a previous response returned a non-null paginationToken. The value of the paginationToken field from that response should be supplied here, to retrieve the next page of results for that timestamp range.
Response
The resource was retrieved successfully
Example response
{
"items": [
{
"id": "ippd_01FCTS1XMKH9FF43CAFA4CXT3P",
"name": "PAX A920 Pro",
"status": "Available",
"description": "Powered by the fastest processor to simultaneously run the most complex applications under the highest levels of inbuilt payment security. The ultimate viewing experience is delivered on the A920 PRO 5.5-inch touchscreen, enabling you to better showcase logos, adverts, and video clips, creating multiple customer engagement opportunities.",
"details": {
"battery": "5150mAh | 3.7V",
"cardReaders": "Chip & PIN | Contactless | Magnetic Stripe"
},
"createdTimestamp": 1470989538,
"lastUpdatedTimestamp": 1470989538
}
],
"paginationToken": "ippd_01FCTS1XMKH9FF43CAFA4CXT3P"
}