#Prudvi
1 messages · Page 1 of 1 (latest)
👋 @cursive raptor How can we help?
We are doing an e-commerce project
We would like to integrate stripe as a payment gateway into our project
For that I created a testing account
I am trying to get a Checkout session I'd from stripe to my project
But I didn't get a Checkout session I'd
What should I do to get check out session I'd
Can I store the checkout session id
In my db
I'd recommend following this guide to start integration with Checkout Session: https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=checkout
After Checkout Session is created with API, its ID will be returned in the response
You can store Checkout Session ID in your DB
Tq