#lafafm

1 messages · Page 1 of 1 (latest)

prime flaxBOT
zealous carbon
#

Hi there!

#

Are you talking about the first payment of the subscription?

wild cosmos
#

Probably both

But right now I'm interested in recurring ones

zealous carbon
#

And what collection_method are you using?

wild cosmos
#

E.g. Customer have not default payment source attached

First invoice was paid by out_of_band

#

And when the recurring invoice appearing - it's possible that we won't mark it paid out_of_band

#

collection method is default, but customer have no attached source

zealous carbon
#

Does this answer your question?

If subscription collection_method=charge_automatically it becomes past_due when payment to renew it fails and canceled or unpaid (depending on your subscriptions settings) when Stripe has exhausted all payment retry attempts.
https://stripe.com/docs/api/subscriptions/object#subscription_object-status

wild cosmos
#

when payment to renew it fails and canceled or unpaid
Is there any way to cancel or mark invoice unpaid from API?

I tried voiding invoice, but the subscription remains active in this case

zealous carbon
#

What is your end goal? Cancel the subscription?

wild cosmos
#

If subscription collection_method=charge_automatically it becomes past_due when payment to renew it fails and canceled or unpaid

I'm trying to get a subscription in past_due state by changing it's invoice status via API