stripe.onCheckoutSessionAsyncPaymentSucceeded when Stripe confirms a delayed payment method after Checkout completed.
Example
automations/stripe-on-checkout-delayed-payment-succeeded.automation.ts
account defaults to the project binding.
Trigger data
Returns the complete Stripe Event envelope withtype: "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.