#Eranga-subscription-out_of_band

1 messages · Page 1 of 1 (latest)

lethal rapids
#

Hi there, if the customer make payment outside of Stripe, then there will not be inovice.payment_failed events since Stripe does not know the payment status.

You can listen to invoice.paid event, it occurs whenever an invoice payment attempt succeeds or an invoice is marked as paid out-of-band.

covert estuary
#

Thank you @lethal rapids

#

What about the time the user can pay once the invoice is createtd?

lethal rapids
#

It depends on the params you pass in when creating the subscription, can you paste the code snippet ?

covert estuary
lethal rapids
#

Is 15 days your trial peroid?

covert estuary
#

No

#

It's 7 days

#

So the question was how long can I let a customer pay an invoice once they received it in email

#

I couldn't find any configuration in Stripe other than

lethal rapids
#

OK, sorry I missed this screenshot previously. Yes this config allows you to cancel the subscription if the user does make the payment in 15 days.

#

Please note that since you are using payment out of band, you need to mark the invoice paid either in Dashboard or via API.

covert estuary
#

No problem. 👼 So when an invoice is not marked as paid within 15 days, the subscription will be cancelled, right?

#

That was my question, actually

lethal rapids
#

yes you are right