#vitorthedev

1 messages · Page 1 of 1 (latest)

wicked topazBOT
bleak breach
#
  1. 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?
#
  1. 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
plucky sundial
bleak breach
#

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?

plucky sundial
#

my own page

bleak breach
#

Have you tried cancelling some subscriptions in test mode to see how they act in this scenario?

plucky sundial
#

I did some testing, but not tthatt specific, I will do some more testing and I'll tetll latter how it went

bleak breach
#

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

wicked topazBOT
plucky sundial
#

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."