Capture Payment Intent
capture_payment_intentCapture a previously authorized PaymentIntent that was set to manual capture. Optionally capture a partial amount instead of the full authorization.
Instructions
Capture a previously authorized PaymentIntent (capture_method=manual). Optionally capture a partial amount.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| payment_intent_id | Yes | PaymentIntent ID (pi_...) | |
| amount_to_capture | No | Amount to capture in smallest currency unit. Omit to capture full authorization. | |
| idempotency_key | No | Optional idempotency key for safe retries |