#mislam

1 messages · Page 1 of 1 (latest)

teal ivyBOT
chilly lodge
#

Invoices track the payments for each billing cycle of a Subscription

teal ivyBOT
chilly lodge
#

So, for example, let's say I subscribe to a music streaming service at $15/month. While both the Subscription and Invoice keep track of the price, the Invoice is what is used to keep track of my monthly payments.

rocky cape
chilly lodge
#

If I miss a monthly payment, a Stripe user has the option to decide what happens after this: should the payment be retried? how many times? what if the payment still fails after three retries? The Invoice payment has failed but the parent Subscription can remain active if that fits your payment model

rocky cape
#

Is it possible to skip the invoice while creating subscription? If so, how (using the code in the referenced doc)?

And what will happen without invoice for the payment fot the next billing cycle?