Confirm Payment Intent
confirm_payment_intentConfirm a PaymentIntent to initiate payment processing. Optionally attach a payment method for redirect or manual confirmation.
Instructions
Confirm a PaymentIntent to initiate the payment. Optionally attach a payment method.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| payment_intent_id | Yes | PaymentIntent ID (pi_...) | |
| payment_method | No | Payment method ID to use for confirmation | |
| return_url | No | Return URL for redirect-based payment methods | |
| idempotency_key | No | Optional idempotency key for safe retries |