Stripe Payment Gateway
e-Janji provides the facility to incorporate the Stripe payment gateway into your appointment scheduling system, which is widely recognized as one of the most trustworthy and prevalent payment systems worldwide. Stripe is an ideal payment gateway solution for companies that demand stringent security measures for online transactions.
To easily incorporate the Stripe payment gateway into your appointment booking form, follow these straightforward steps. First, go to the General Settings section of your platform and access the Payment settings. In the Payment methods tab, find the option for the Stripe payment gateway and activate it. After enabling it, enter your Stripe account details to successfully integrate it.
Upon integrating Stripe into your system, your patrons will have the ability to make secure and swift payments. Once the payment is finalized, the system will automatically log their scheduled appointments.
Stripe offers a convenient payment solution that allows you to customize payment methods for specific services. This feature ensures that your customers enjoy a secure and hassle-free payment experience, especially for services that require high-security standards.
How to get Stripe Publishable key and Secret Key?
To obtain the Publishable Key and Secret Key for Stripe, follow these steps:
-
- Sign in to your Stripe account or create a new one at https://dashboard.stripe.com/login.
- Once you’re logged in, navigate to the Dashboard.
- On the left-hand side of the Dashboard, click on “Developers” and then select “API Keys”.
- You will see two types of keys: “Publishable Key” and “Secret Key”. The Publishable Key is used on the client-side (e.g., in your website or mobile app) to securely communicate with Stripe. The Secret Key is used on the server-side (e.g., in your backend code) to authenticate your requests with Stripe’s API.
- To obtain the Publishable Key, click on the “Reveal test key token” button next to the “Publishable Key” field. You can also generate a live Publishable Key if you’re ready to move into production.
- To obtain the Secret Key, click on the “Reveal test key token” button next to the “Secret Key” field. Similarly, you can generate a live Secret Key when you’re ready to go live.
- Copy and securely store both the Publishable Key and Secret Key. Be cautious not to expose them publicly, as they grant access to your Stripe account and should be kept confidential.
That’s it! You now have your Stripe Publishable Key and Secret Key, which you can use to integrate Stripe’s payment processing capabilities into your booking form.
The Stripe Dashboard may have received updates or changes since then, so refer to the official Stripe documentation for the most current instructions on obtaining API keys and integrating with Stripe.