Stripe · Arazzo Workflow
Stripe Checkout Session and Line Items
Version 1.0.0
Create a hosted Checkout Session, retrieve it, then list its line items.
Provider
Workflows
checkout-session-and-lineitems
Create a Checkout Session and inspect its line items.
Creates a hosted Checkout Session for the supplied price and quantity, retrieves the session to confirm its URL, then lists the line items on the session.
1
createSession
postCheckoutSessions
Create a hosted Checkout Session for the supplied price.
2
getSession
getCheckoutSessionsSession
Retrieve the session to confirm its hosted URL and status.
3
listLineItems
getCheckoutSessionsSessionLineItems
List the line items attached to the checkout session.