Retrieve a Terminal Hardware Shipping Method Preview

Terminal
Terminal Hardware Shipping Method
Retrieve a Terminal Hardware Shipping Method

Retrieves a TerminalHardwareShippingMethod object.

Parameters

No parameters.

Returns

Returns a TerminalHardwareShippingMethod object if a valid identifier was provided.

GET /v1/terminal/hardware_shipping_methods/:id
curl https://api.stripe.com/v1/terminal/hardware_shipping_methods/thsm_MfuTjLaPEgXMa4 \
-u "sk_test_BQokikJ...2HlWgH4olfQ2sk_test_BQokikJOvBiI2HlWgH4olfQ2:" \
-H "Stripe-Version: 2025-08-27.basil; terminal_hardware_orders_beta=v5"
Response
{
"id": "thsm_MfuTjLaPEgXMa4",
"object": "terminal.hardware_shipping_method",
"country": "US",
"estimated_delivery_window": {
"maximum_date": "2023-10-03",
"minimum_date": "2023-10-03"
},
"name": "standard",
"status": "available",
"unavailable_after": null
}