Access your Stripe API Keys
Voici les étapes pour récupérer les clés d'API Stripe nécessaire pour mettre votre plateforme transactionnelle en marche.
Log in to your Heyquip admin portal and follow these steps to retrieve your Stripe API keys.
Log in to your Stripe account:
Open your browser and go to https://dashboard.stripe.com/login.
Enter your email and password, then click Sign in.
After logging in, you’ll land on the Stripe main dashboard. On the left-hand sidebar, scroll down to the Developers section.
Click on Developers to open the submenu.
In the Developers submenu, click on API keys.
On the API keys page, you’ll see two types of keys:
Publishable key: Usually starts with pk_live_ or pk_test_.
Secret key: Usually starts with sk_live_ or sk_test_.
To view the Secret key, click on the eye icon or the Reveal key button.
**NOTE: For security reasons, Stripe allows you to view your API keys only once. If needed later, copy them to a secure location (but only if you’re sure it’s safe; otherwise, it’s not recommended).
Copy your Secret key and paste it into the designated field in your Heyquip admin portal.
It will look like this: sk_test_xxxxxxxxxxxxxxxxxxxxxxxxxx.
To view the Publishable key, click on the eye icon or the Reveal key button.
Copy your Publishable key and paste it into the designated field in your Heyquip admin portal.
It will look like this: pk_test_xxxxxxxxxxxxxxxxxxxxxxxxxx.
Last updated