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:

  1. Publishable key, which will be used in the front-end.
  2. Secret key, which will be used in the back-end.

Note: Read the detailed documentation here.

Get hands-on with 1200+ tech skills courses.