Skip to main content
Use stripe.createPaymentIntent to create a Stripe PaymentIntent to track a payment lifecycle.

Example

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

Inputs

amount uses the currency’s smallest unit. Choose payment-method and confirmation settings that match your flow. 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 created Stripe PaymentIntent. Output fields use camel case.