#vitorthedev
1 messages · Page 1 of 1 (latest)
- This depends on what you set in your billing settings for failed payments https://dashboard.stripe.com/settings/billing/automatic
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
- Not quite clear on your question, can you clarify what "debts" mean here in terms of Stripe objects? Are these invoice items from a proration or something?
- If you detatch the default payment method such that there is no default payment method on the customer or subscription, you will need to collect a new payment method to charge the user automatically again
2- I have an active subscription with products that are usage based. There is usage pending o be paid in the current month, but the user cancels the subscription (I want to know if I can allow the user to cancel his subscription with pending usage to be paid)
I believe you can but will need to double check. Are you using the Customer Portal or your own custom page to allow these users to cancel their subscriptions?
my own page
This doc confirms that you can do this but is light on details. It sounds like it may depend on the proration behavior that you use when cancelling the subscription https://stripe.com/docs/billing/subscriptions/usage-based#cancellations
Have you tried cancelling some subscriptions in test mode to see how they act in this scenario?
I did some testing, but not tthatt specific, I will do some more testing and I'll tetll latter how it went
Sounds good, let us know if the proration behavior doesn't help. I can look further, the server was just a bit too busy for me to test myself for a bit
Sadly to test it I have to wait time... I'll try to set the due date for tomorrow if that is possible in the APIs or UI...
But I'm starting to lean towards a different implementation, instead of cancelling immediately I can tell stripe to cancel_at_period_end, maybe that will ensure I still get payed for remaining usage.
The docs say " The final invoice includes any metered usage when the subscription cancels at the end of the billing period."