v1
latestOpenAPI 3.1.02026-07-2684271522.2 KBCaptures
Retrieve a capture
Retrieves the details of a capture. Use the expand query parameter to inline related objects (such as the payment intent).
get/v1/captures/{capture_id}
Path parameters
capture_idstring required
Example:fcap_01J9XR8M3K7VZ8N2YB4WJ6T0RA
Query parameters
expandstring
Comma-separated list of related objects to expand in the response (e.g., "payment_intent").
Comma-separated list of related objects to expand in the response (e.g., "payment_intent").
Response
An envelope wrapping a single capture object.
Example response
{
"capture": {
"amount_captured": 2500,
"amount_shipping_captured": 2500,
"amount_discount_captured": 2500,
"amount_tax_captured": 2500,
"capture_id": "fcap_01J9XR8M3K7VZ8N2YB4WJ6T0RA",
"created_at": "2026-06-15T14:30:00Z",
"items": [
{}
],
"metadata": {
"order_id": "8842",
"channel": "shopify"
},
"test_mode": false
}
}