Stripe Checkout Back-end
Learn how to use a Stripe payment gateway to implement the checkout feature.
Get Stripe keys
First, we need our own Stripe test API key. So, go ahead and create an account on stripe and then, from the dashboard, get the API key for testing purposes.
Go to the “Developers” tab in the “Test Data” mode. We’ll see two keys:
- Publishable key, which will be used in the front-end.
- Secret key, which will be used in the back-end.
Note: Read the detailed documentation here.
Get hands-on with 1400+ tech skills courses.