#mislam
1 messages · Page 1 of 1 (latest)
Invoices track the payments for each billing cycle of a Subscription
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.
Can you be little explicit about tracking? How does it help? Is there an economic alternative so that the 0.4% or 0.5% fee does not apply.
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
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?