Skip to main content
Use stripe.updatePaymentIntent to update mutable payment, customer, receipt, shipping, or metadata fields.

Example

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

Inputs

paymentIntentId is required. Some changes require reconfirmation. 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 updated Stripe PaymentIntent. Output fields use camel case.