#cCropster-Invoice
1 messages · Page 1 of 1 (latest)
yes, our old system has it's own invoice handling, only payments are triggered vie Stripe.
Best bet would be the metadata: https://stripe.com/docs/api/invoices/create#create_invoice-metadata
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Still a Stripe invoice is required.
Is it possible to overwrite the date/due date information via Metadata. I guess not.
No, it's not possible, as you mentioned
So we have to find another solution for our problem.
Thank you.