Payments
- Go to your Stripe Dashboard
- Decide whether you want multiple accounts or a single account
- It's recommended you have different accounts for different SaaS applications
- We will automatically load all active products and prices in the account
- Copy your secret key to the
.env
file as theAPIKEY
- Create all your products and prices
- You can create both monthly and year subscriptions
- Make sure you configure your Customer Portal
- Go to "Settings" > "Billing" > "More" > "Customer Portal"
- Do not let users change their email as this is the glue
- If they need to change the email, do it manually on all sides (App, Stripe and Auth0)
- Configure the "Redirect Link" (under "Business Information") to
https://localhost:7000/dashboard