confirm_payment_intent
Finalize a Stripe payment by confirming its payment intent, using the payment intent ID, a return URL, and an optional payment method.
Instructions
Confirm a payment intent
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Payment intent ID | |
| return_url | No | URL to return to after payment | |
| payment_method | No | Payment method ID |