Hi @turlogh
Are you referring to the invoice object that Stripe can create for payments? If so, no, that isn’t something we would support since the Stripe invoice exist so you can manage payments via their invoice integration.
It wouldn’t make sense to create a Stripe invoice and also have a WooCommerce order.
Kind Regards
Hi, thanks for your fast answer.. yeah it was the sense of my question, in my point of view it would be nice to generate an invoice with all data from the order into stripe. why ? because some (maybe few) people like me are using woocommerce with another payment plugin. In my case memberpress and these 2 plugins are generating invoices into 2 differents formats.. I guess it would be easier to manage all invoices into stripe with the same format and invoice numbers Following.. at least having an option to do that 🙂
Hi @turlogh
The Stripe invoice API isn’t really for keeping disparate systems in sync with one another. When you create a Stripe invoice, it requires payment and Stripe doesn’t appear to have a way to programatically reconcile the invoice.
That means you would end up with a bunch of unpaid invoices within Stripe since you don’t want to double-charge customers.
If anything you’re better off generating a WooCommerce order that represents your memberpress invoice.
Kind Regards
