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
- In the Stripe dashboard, go to Developers → Webhooks. 
- Click Add endpoint. 
- Enter the webhook URL: https://api.ticmint.com/api/v1/payment/payments/updatePaymentStatus 
- Select relevant events 
- checkout.session.async_payment_failed 
- Checkout.session.async_payment_succeeded 
- Checkout.session.completed 
- checkout.session.expired 
- 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
Feedback sent
We appreciate your effort and will try to fix the article