Update a capture
Update a capture
Updates the specified capture by setting the values of the fields you pass; only metadata can be changed. Other capture fields, including captured amounts, cannot be modified.
PATCH
Update 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:
""
Body
application/json
An envelope wrapping a single capture object.
An envelope wrapping a single capture object.
The capture object.
Example:
{
"metadata": { "order_id": "8842", "channel": "shopify" }
}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
}