Stripe · Arazzo Workflow
Stripe Expire Checkout Session
Version 1.0.0
Create a Checkout Session and then expire it to prevent further use.
Provider
Workflows
expire-checkout-session
Create a Checkout Session and immediately expire it.
Creates a hosted Checkout Session for the supplied price, then expires the session so it can no longer be paid.
1
createSession
postCheckoutSessions
Create a hosted Checkout Session for the supplied price.
2
expireSession
postCheckoutSessionsSessionExpire
Expire the checkout session so it can no longer be completed.