#adityalystlocdeveloper_33428
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- adityalystlocdeveloper_33428, 41 minutes ago, 39 messages
- adityalystlocdeveloper_33428, 17 hours ago, 8 messages
- adityalystlocdeveloper_33428, 18 hours ago, 7 messages
- adityalystlocdeveloper_33428, 21 hours ago, 43 messages
- adityalystlocdeveloper_33428, 1 day ago, 54 messages
- adityalystlocdeveloper_33428, 1 day ago, 13 messages
and 5 more
If the subscription has become past_due, Stripe will send customer.subscription.updated to inform you about such a change
its not about subscription we have to see for that particular customer have past due?
You can use List Subscriptions API with status set to past_due and customer ID in customer field: https://stripe.com/docs/api/subscriptions/list
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
hey bro my invoice will be created last month usages + upcoming month flat fee. But stripe tries to take money once invoice is finilized. If any case customer failed to pay the amount so subscription is in past due for a month the invoice which genreted for that month is flat fee of this month and last month usages if subscription is pas due for entire month stripe is canacelling at the end . This is correct but entire month customer not used plan so i dont want that 99 dollar
only usages charge i will take
of last month
But stripe tries to take money once invoice is finilized.
You can enable payment retry feature in the Dashboard: https://dashboard.stripe.com/settings/billing/automatic
only usages charge i will take
Since the invoice is created and finalised, the invoice item can't be changed. You can create a new one-item invoice on the amount of metered usage (https://stripe.com/docs/invoicing/integration/quickstart), then void the old invoice
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
which event will help me to do this automatically
hi! I'm taking over this thread.
can you clarify what you are trying to do exactly?
hey bro my invoice will be created last month usages + upcoming month flat fee. But stripe tries to take money once invoice is finilized. If any case customer failed to pay the amount so subscription is in past due for a month the invoice which genreted for that month is flat fee of this month and last month usages if subscription is pas due for entire month stripe is canacelling at the end . This is correct but entire month customer not used plan so i dont want that 99 dollar
only usages charge i will take
of last month
so what's your question exactly?
if subscription is in due whole month. But invoice is created for due month flat fee and usages. So iwant to remove due month flat fee
can you share an example of an Invoice with this issue (in_xxx)?
in_1ONWpCARWDrZZuifD2LGey15 see this invoice
and what would you like to change exactly there?