Skip to main content
Use stripe.confirmPaymentIntent to confirm a Stripe PaymentIntent and attempt payment when possible.

Example

automations/stripe-confirm-payment-intent.automation.ts

Inputs

paymentIntentId is required. Additional customer action can still be required; inspect the returned status and next action. idempotencyKey is optional. Inputs use camel case and accept compatible signals. Automate.ax converts provider fields to Stripe’s wire format. Metadata keys remain unchanged.

Output

Returns the confirmed Stripe PaymentIntent. Output fields use camel case.