Skip to main content
Use stripe.capturePaymentIntent to capture funds from a manually authorized Stripe PaymentIntent.

Example

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

Inputs

paymentIntentId is required and must be awaiting capture. Omit amountToCapture to capture the amount available to capture. 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 captured Stripe PaymentIntent. Output fields use camel case.