Tripcart has integrated with Stripe’s payment gateway, allowing users to book trips using Stripe. To configure Stripe on Tripcart, you will need to add a Publishable key and a Secret Key. Follow the steps below to complete the integration.
Steps to Configure Stripe #
Navigate to Payment Gateways: #
- Go to the Dashboard > Apps.
- Select Payment Gateways.
Enable Stripe Payment Gateway: #
- Find the Stripe payment gateway in the list.
- Toggle the switch to enable the Stripe payment gateway. This will make the Stripe option appear on the checkout page.
Configure Stripe: #
- Click on the Configure button next to the Stripe payment gateway.
- You will be prompted to add the Publishable key and Secret key.
Obtain Publishable key and Secret key: #
- Before you can add these credentials, you need to obtain them from Stripe.
- Refer to Stripe’s guide to generate the necessary keys for the Publishable and Secret keys. Typically, this involves logging into your Stripe account, going to the developer section, and creating a new app to get these credentials.
Save Credentials: #
- Once you have obtained the Publishable key and Secret key from Stripe, enter them in the respective fields on the Tripcart configuration page.
- Click Save Credentials to save the information.
Additional Information #
- Referencing Stripe Documentation: For detailed steps on how to obtain the Publishable key and Secret key, please refer to the Stripe Developer Documentation.
- Testing the Integration: After saving your credentials, it’s recommended to perform a test transaction to ensure that the integration is working correctly.
By following these steps, you will have successfully configured the Stripe payment gateway for Tripcart, allowing users to book their trips using Stripe.