#KRS
1 messages · Page 1 of 1 (latest)
Hi there, can you share with me the subscription ID?
it is not one subscription (i should not have mentioned a subscription). its last created invoice across few subscriptions.
one example is this invoice - https://connect.stripe.com/test/invoices/in_1MGfDHIvwrjYDHRMoaIbJs8d
this is in test mode, we wanted to try it in test mode before we apply them in the production.
OK. Your subscription remains active despite the invoice were voided. If you want to charge your customer again, you need to manually create new invoices with the same amount.
ok. the invoice create date will be today or is it possible to change that to older date?
The created is set to the datetime when the invoice is created (https://stripe.com/docs/api/invoices/object#invoice_object-created)
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
ok.
Will I be able to use https://stripe.com/docs/api/invoices/create#create_invoice-from_invoice to create new invoice?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
no you can't pass an voided invoice to from_invoice param
ok