Retrieve a capture
Retrieve a capture
Retrieves the details of a capture. Use the expand query parameter to inline related objects (such as the payment intent).
GET
Retrieve a capture
Authorizations
Use a Bearer token to access this API.
Path Parameters
Example:
"fcap_01J9XR8M3K7VZ8N2YB4WJ6T0RA"
Query Parameters
Comma-separated list of related objects to expand in the response (e.g., "payment_intent").
Example:
""
Response
Success
An envelope wrapping a single capture object.
The capture object.
Example:
{
"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": [
{
"amount_captured": 2500,
"capture_item_id": "fcapi_01J9XR8M3K7VZ8N2YB4WJ6T0RA",
"created_at": "2026-06-15T14:30:00Z",
"payment_intent": "fpi_01J9XR8M3K7VZ8N2YB4WJ6T0RA",
"test_mode": false
}
],
"metadata": { "order_id": "8842", "channel": "shopify" },
"test_mode": false
}