Payment intents
Objects
Every object and enum the Payment intents tools accept.
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Every object and enum the Payment intents tools accept.
| Field | Type | Description |
|---|---|---|
enabled * | boolean | Offer the payment methods enabled in the dashboard. Stripe requires this whenever the object is sent at all. |
allowRedirects | "always" | "never" | ’never’ keeps the intent to methods that finish without sending the customer off-site, which is what makes a server-side confirm possible without a return_url. Absent, Stripe allows redirects. |
| Value |
|---|
duplicate |
fraudulent |
requested_by_customer |
abandoned |
| Value |
|---|
automatic_async |
automatic |
manual |
Was this page helpful?