Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

5282 articles

Retrieve a Terminal Hardware Product


Retrieve a Terminal Hardware Product Preview

GET / v1 / terminal / hardware_products /:id

Retrieves a TerminalHardwareProduct object.

Parameters

No parameters.

Returns

Returns a TerminalHardwareProduct object if a valid identifier was provided.

cURL

Response

{ "id": "thpr_MJfotcxYT5Hwsm", "object": "terminal.hardware_product", "status": "available", "type": "bbpos_wisepos_e", "unavailable_after": null}

List all Terminal Hardware Products Preview

GET / v1 / terminal / hardware_products

List all TerminalHardwareProduct objects.

Parameters

  • status enum Only return products that have the given status. Defaults to available. Possible enum values available Available for new orders. unavailable Can no longer be used for order creation.

More parameters

  • ending _ before string
  • limit integer
  • starting _ after string

Returns

A dictionary with a data property that contains an array of terminal hardware products. Each entry in the array is a separate Product object.

cURL

Response

Last verified 2026-09-24

Is this helpful?