Stripe Checkout with Metadata
This minimal Stripe checkout template helps you create checkout sessions with metadata, such as user IDs, internal tracking IDs, etc.
Report this template
Select the reason for reporting
Describe the issue in detail
This minimal Stripe checkout template helps you create checkout sessions with metadata, such as user IDs, internal tracking IDs, etc.
Report this template
Select the reason for reporting
Describe the issue in detail
This template contains 2 flows:
event
This is a minimal Stripe checkout template you can use as a starting point for creating checkout sessions that include metadata, such as user IDs, internal tracking IDs for your Stripe products, and more.
That's all the requirements 😌
There are two workflows in this template. First, the "Create Checkout With Metadata" workflow, where you'll begin by creating a checkout session with any metadata of your choice. Second, the "Stripe Webhook" workflow, which is triggered whenever a checkout session is completed. Here, you can extract the metadata from the Stripe event and use it in your payment handling logic.
Step 1. Add you stripe secret key.
Step 2: Test
To test the workflow you need to fill in the two inputs:
price
and quantity
, i.e:You are now ready to test the workflow. If all the steps were completed correctly you'll get your checkout session link 🔗:
Step 3: Ship your workflow 🚢
Click the "Ship" button and you're all set. You can now proceed to the final step, where you'll configure the Stripe webhook workflow to listen for Stripe events and consume the checkout session event metadata.
Step 1. Add you stripe secret key.
Step 2: Ship 🚢
Click the "Ship" button. Before testing the workflow and starting to listen for Stripe events, you need to ship your workflow.
Step 3: Test
Any additional information like demo links or YouTube tutorials.