#i'm a cyborg but that's okay
1 messages ยท Page 1 of 1 (latest)
๐ can you provide more information about what's exactly failing here?
1/ Is a new invoice generated?
2/ If a new invoice is generated, is charging the payment method failing? If so, what's the actual error?
Let me check real quick whether a new invoice is generated or not.
here's what the dashboard looks like
the payment is incomplete
It looks like it requires 3DS authentication
so, i'm guessing invoice is created, but payment failed.
ah, so,
- Why is it occuring in test mode(im using test card 424242...)?
- How would I handle it if this problem occurs in production?
You must bring your customers back on-session to complete the payment with 3DS.
So I'm guessing I have to find some way to let user change their subscription through stripe hosted page(checkout)?
You can or you can send them a link to hosted invoice page
https://support.stripe.com/questions/rbi-regulations-improving-recurring-payment-success-rate-for-stripe-billing
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
alright. I'll try this. Thanks a lot.
One more thing, after successful changing(/payment) of subscription, i'll still get invoice.paid event right?(Since, i'm using invoice.paid event to provide tier access to users)
Yup, that's correct.
thank you :)
NP! ๐ Happy to help