#falit94_unexpected
1 messages Β· Page 1 of 1 (latest)
π Welcome to your new thread!
β²οΈ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
β±οΈ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
π This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1337465066282553344
π Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi, what does your subscription setting look like in the Dashboard?
Hi hi! Jumping in for my colleague. Can you share an Invoice or Subscription ID from your Stripe Account showing this issue?
https://dashboard.stripe.com/settings/billing/automatic - go to Manage failed payments > Subscription status and choose a different option - right now it's set to cancel on failed payment.
thanks.. it there a way to reinstate the the canceled subscription?
ok thanskl, and if i want to force customer to pay when there is change of seats.. it seems setting proration behaviour to invoce is not deducitng payments automatically
it creates invoice, but payment is not automatically deducated
You can have it immediately charge: https://docs.stripe.com/billing/subscriptions/upgrade-downgrade#immediate-payment
i have set always_invoice but it somehow doesnt charge automatically. it creates invoice ,but payment doesnt succeed
like in the subscription id i shared with you
no worries.. as i mentioned above , i tired the above way, but but payment doesnt succeed
like in the subscription id i shared with you
When you say "the payment doesn't succeed" what do you mean? Can you give me a Charge or Payment Intent or Invoice ID for one that "didn't succeed?"
The underlying Payment Intent pi_3QhvIxSHDiDV9rG81AHMDq3k for that emitted a payment_intent.requires_action event, meaning that user needed to be brought back on-session to do a 3D Secure step.
This is probably useful for you here: https://docs.stripe.com/billing/migration/strong-customer-authentication#scenario-3
And with that, I shall away, but my colleague has got you. Cheers!
ok, so this particualr payment requires a 3D secure?