#test_40402
1 messages · Page 1 of 1 (latest)
No, but you can have Customer Portal, which is somewhat similar to Checkout, for renewal/upgrade/downgrade
Could you please share snippet on how I could create a new invoice for the existing subscription?
.Net
could you explain how renewal should work in subscription? Should we have to set the end date to forever?
Subscription will automatically create an Invoice when its billing cycle comes
You don't need to do anything. It will auto renew and try to charge your Customer, or send email to them so they can pay
I have a requirement where I have to create an invoice and get paid by the customer in the application..
Not sure what you are asking for. Subscription already has the mechanism to create an Invoice for renewal
The invoice created only at the start of the next billing cycle. We need to create an invoice before 15 days and send it to the customer...
That's going to be a weird setup... But you can create a custom one-off Invoice, exactly same with the one would be sent in billing cycle, on 15 days before. And then on billing cycle you can void the automatically generated Invoice
Could you point me to the docs which explains how stripe subscription and billing cycle works, please?
Is there any session timeout available for checkout page?