Stripe
Stripe
1. To integrate the Stripe payment tool with ebixPRO, you need to obtain the following three codes and paste them into the ebixPRO backend:
STRIPE_SECRET
STRIPE_ENDPOINT_SECRET
STRIPE_PUBLISHABLE_KEY
2. To get the STRIPE_SECRET code, switch to the "API keys" page and click the "Create secret key" button in the top right corner.
3. To obtain the STRIPE_ENDPOINT_SECRET code, first switch to the "Webhooks" page and then click the "Add endpoint" button in the top right corner.
4. In the "Endpoint URL" field, enter the link: https://api.ebixpro.com/pay/stripe/notify. Then, select "checkout.session.completed" and "charge.refunded" under "Select events to listen to." Finally, click Save.
5. To retrieve the STRIPE_PUBLISHABLE_KEY, simply copy it from the API keys page.
ebixPRO © All rights reserved