#DylanP-post-hoc-invoices
1 messages · Page 1 of 1 (latest)
@subtle flame hi! can you elaborate on the exact use case a little? I think in general the answer is going to be 'not really', but curious what you mean.
Hello,
So I need to be legally in good standing with my accountability, is there a way to generate an invoice for each pass stripe transaction on the account?
Because I need to have a transaction for each of my customer
yeah, not really. Invoices are generally tied to a payment processed and if one wasn't used at the time you can't associate a payment with one
the best you could do is manually create some for the amounts/details of the existing payments and "mark them as paid" (https://stripe.com/docs/api/invoices/pay#pay_invoice-paid_out_of_band) so there is an Invoice object for papertrail ,but it's a real hack(there's no actual link between the invoice and payment objects for example)