#Cherma_tj
1 messages ยท Page 1 of 1 (latest)
- Yes, stripe does offer the ability to send invoices/receipts
- You can read about how to update subscriptions here https://stripe.com/docs/billing/subscriptions/upgrade-downgrade
- Do you have the specific subscription ID I can look at?
Here is the subsId - sub_1Nn3DzSBiudTanBUjJ5mO2h6
๐ taking a look now
Can you try updating the subscription one more time, but this time pass in off_session: true in your update request?
Sure
@final sparrow Thanks that worked. But the failed payment right, will i have to prompt manually ?
And regarding the email services, do we have any params while creating subscription ? or It has to done only via dashboard ?
Yeah if you had a real failed payment like that in live mode you'd need to bring your customer back on-session and have them provide authentication
and what do you mean by params while creating subscriptions?
We have this createCheckoutSession method right ? Is there a way to configure it over that ?
๐ stepping in as karbi needs to step away
Or can you attach me the docs link where i can refer more on mailing
The docs on emails are https://stripe.com/docs/invoicing/send-email
Basically they are dictated by your Dashboard settings, yes.