Menu
I used stripe in one of my project to accept payments using the default stripe checkout page, I will share here the detail process, my experience and steps on how to do it.
Here we will se the packages and detail of setting up of stripe in our django and react app. Stripe provide the test mode and we will setup and do everything in the same mode.
We will create Django models, understand the role of each model, and do the required settings for stripe integration, I have followed what I think is the way to go.
We will create django views and understand how to send a request from React app and create a stripe checkout session, we will see the complete payment process here.
We will see how to set up the stripe webhook to know the status of the checkout payment. We can say it is the confirmation from the stripe that payment was successfully completed.
I have other topics covered
I have other categories covered
OR fill out the form