https://dashboard.stripe.com/test/developers
.env
fileSTRIPE_SECRET_KEY=sk_test_1234567890
STRIPE_PUBLIC_KEY=pk_test_1234567890
STRIPE_WEBHOOK_SECRET=whsec_1234567890
You need to create products in Stripe before you can use them in with supersaas.
More information on how to create products can be found here.
A stripe webhook will be triggered when a payment is made. We will need to set up a webhook in stripe to handle payment subscriptions. So let's create a webhook endpoint in Stripe dashboard https://dashboard.stripe.com/test/webhooks.
https://your-domain.com/api/payment/webhook/stripe