Skip to main content
Use stripe.getCheckoutSession to retrieve a Stripe Checkout Session by ID.

Example

automations/stripe-get-checkout-session.automation.ts

Inputs

checkoutSessionId is required. Use expand for supported related objects such as line items. 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 Stripe Checkout Session. Output fields use camel case. Stripe decimal fields such as fxRate are lossless strings.