#jmn1234
1 messages · Page 1 of 1 (latest)
Hi
No, you need to compute that on your own, by iterating on all Subscriptions/ Checkout Session and calculate it on a monthly basis
- Is it possible to update the pricing for a specific customer? meaning, say the standard subscription pricing is 1$/user, but i want to give discounts to certain customers. Is it possible via an api?
Yes youcan, I invite you to check this guide:
https://stripe.com/docs/billing/subscriptions/coupons
- How would i track the payments to a certain product if my stripe account has multiple products.
- If i have to have a subscription model, should i create a customer in stripe? If yes, then say the customer is using 2 of my products, how do i differentiate them for each product?
is there a way to do this without coupons?
- Is it possible to use 1 coupon for 2 diff products?
Yes, here are some alternative, make sure to read throw the guide I'm sharing with you till the end.
https://stripe.com/docs/billing/subscriptions/coupons#alternative
yes
is it possible to restrict this?
awaiting a reply for these pointers too
How would i track the payments to a certain product if my stripe account has multiple products.
How are you accepting payments ?
If i have to have a subscription model, should i create a customer in stripe? If yes, then say the customer is using 2 of my products, how do i differentiate them for each product?
You need to track that in each customer's invoice.
👋 taking over for my colleague. Let me know if there's any follow-up Qs I can answer!