#idhruv - Subscription Schedule
1 messages ยท Page 1 of 1 (latest)
hello
The invoice will persist if it was created before you delete the subscription schedule. You will need to make deleting the draft invoice part of your subscription deleting procedure. You can do that using this API endpoint.
https://stripe.com/docs/api/invoices/delete
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
i see, ok will read
if any invoice is paid, and if we cancel subscription then no more invoices are paid from next month right?
Correct. No additional invoices should be generated
ok