Blocks within checkout
List of all the block within the checkout group. If you're running an older core version, there may be groups listed here that are not available to you (yet).
stripeconnection v15.0.0 Creates a Stripe Checkout Session and returns the url of Stripe's hosted payment page to redirect the customer to. No card data reaches this cluster. Either wire line_items, or give amount + product name for a one-off price that needs nothing set up in Stripe first. get checkout stripeconnection v15.0.0 Reads back a Checkout Session to answer did they pay. Branch on the paid pin, not on status — a session reaches status complete in subscription and setup modes where no money moved at all. Back to
stripe Return to the main group to view all sub-groups
