Skip to main content
Use stripe.onCheckoutSessionAsyncPaymentSucceeded when Stripe confirms a delayed payment method after Checkout completed.

Example

automations/stripe-on-checkout-delayed-payment-succeeded.automation.ts
Optional static account defaults to the project binding.

Trigger data

Returns the complete Stripe Event envelope with type: "checkout.session.async_payment_succeeded". The typed data.object is the Checkout Session whose delayed payment succeeded. See On Stripe event for signature verification, ordering, account permissions, and delivery behavior.