Connecting Your Stripe Account: Adding the Secret Key & Webhook

Created by Ticmint Support, Modified on Thu, 17 Jul at 2:15 PM by Ticmint Support

To enable secure payment processing on ticketing platform, you’ll need to add your Stripe Secret Key and configure Ticmint’s webhook URL in your Stripe account. These steps allow the platform to process payments and receive real-time updates on payment.


Why we need your Stripe Secret Key and webhook

  • It authorizes ticketing platform to create charges, manage payments, and handle refunds securely.

  • The webhook sends automatic notifications to Ticmint about payment events (e.g., successful charges, refunds), ensuring ticketing data stays updated.


How to find your Stripe Secret Key

  • Log in to your Stripe dashboard: https://dashboard.stripe.com

  • Go to Developers > API keys

  • You’ll see:

    • Publishable key (starts with pk_)

    • Secret key (starts with sk_)

  • Click Reveal live key token to copy your Secret Key 

 Important: Keep this key confidential. Do not share it publicly or send it over unsecured channels.


 How to add Ticmint’s webhook URL in Stripe

  1. In the Stripe dashboard, go to Developers → Webhooks.

  2. Click Add endpoint.

  3. Enter the webhook URL: https://api.ticmint.com/api/v1/payment/payments/updatePaymentStatus 

  4. Select relevant events 

  • checkout.session.async_payment_failed

  • Checkout.session.async_payment_succeeded

  • Checkout.session.completed

  • checkout.session.expired

  1. Click Add endpoint to save.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article