#daniyal_api
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/1438795168076529717
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Is using subscription quantity the correct way to charge “per venue per month”?
Yes
When I increase quantity and the proration invoice fails, Stripe keeps the new quantity.Should I:
Keep the quantity and rely on retry logic, OR
Revert quantity back manually?
You should rely on retry logic, but then when all retries exhausted, you should revert back the quantity. It's up to how you want to handle the failure case anyway
so how do i know retries are now exhausted and what about the payment will stripe only charge for 1 venue on next billing cycle if amount for second 1 did not get paid?
When you upgrade you generate a proration and that will be counted toward / merged into the next cycle Invoice. (You can customize this behavior btw)
The best way to familiar with it is testing it in Sandbox. You can use our Test Clocks https://docs.stripe.com/billing/testing/test-clocks to simulate time advance
👋 taking over for my colleague. Let me know if there's any follow-up Qs I can answer!
yes please can you please let me know the best setting i can use so that stripe do not charge any amount for a venue for which payment nevers got succeeded
I'm terribly sorry I totally missed your message
we don't really know anything about the fees on this channel
you need to contact https://support.stripe.com/?contact=true
this page provide me an option to mark subscription either unpiad or cancel it but it i choose mark the subscription unpaid it will also not cancel my complete subscription let say someone has only 1 owner and failed to pay at end of month many times
Hey! Taking over for my colleague. Let me catch up.
okay thanks
Sure, but we don't know much about Stripe Dashboard here, sorry. This channel is for technical integration questions mostly.
You should reach out to Stripe Support regarding this.
it will also not cancel my complete subscription
If you want to cancel it, you can listen to the webhook eventinvoice.payment_failedand call the Subscription Cancel API:
https://docs.stripe.com/billing/subscriptions/webhooks#payment-failures
https://docs.stripe.com/api/subscriptions/cancel