v1

latestOpenAPI 3.0.02026-08-0696238481.7 KB
In-Person Products

Retrieve an in-person product

Fetches an in-person product via its unique ID

get/in-person/products/{id}

Path parameters

idstring required
Example:ippd_01FCTS1XMKH9FF43CAFA4CXT3P

the unique ID of the product

Response

The resource was retrieved successfully

idstring

The Id of the product

namestring

The name of the product/model

status'Available' | 'Unavailable'

Whether the product is available for order placement.

descriptionstring

The description of the product/model

detailsobject

A key-value dictionary of details of this product.

createdTimestampinteger

The epoch timestamp (seconds) when the object was created

lastUpdatedTimestampinteger

The epoch timestamp (seconds) when the object was last updated

Example response

{
  "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
}