Payments
Connect Stripe to receive beat payments
Create Stripe API keys, paste them into your dashboard, and test checkout.
Stripe sends card payments directly to your Stripe account.
- Open Stripe Dashboard and switch to Test mode first.
- Go to Developers > API keys.
- Copy the Publishable key and Secret key.
- In TrakRoom, open Dashboard > Payments > Stripe.
- Paste the keys, keep Mode on Test, enable Stripe, then Save Stripe.
- Place a test order from your storefront.
- When testing works, switch Stripe to Live mode, copy your live keys, change Mode to Live, and save again.
Webhook setup: 1. In Stripe, go to Developers > Webhooks. 2. Add endpoint: https://trakroom.com/api/webhooks/stripe 3. Select checkout.session.completed, checkout.session.expired, and checkout.session.async_payment_failed. 4. Copy the webhook signing secret if you want webhook verification. 5. Paste it into the Stripe Webhook secret field in TrakRoom and save.
Keep secret keys private. Never send them in chat or screenshots.