#Jan Przysucha-checkout-invoice
1 messages ยท Page 1 of 1 (latest)
What's the easiest way now to achieve this result?
adding them manually after payment? ๐
I guess you could create an invoice manually and mark it paid out of band
Although this is less than ideal for accounting/reconciliation purposes
indeed
My recommendation instead would be to drop Checkout and insead just use Invoicing with the Hosted Invoice Page: https://stripe.com/docs/invoicing/hosted-invoice-page
One-time invoices with Checkout are something we're working on, but nothing available currently
so to create an invoice with atributes (product, tax, customerId etc.) and relocate the user to the URL that comes in response?
Yep, exactly
ok, thanks
how to add the product to the invoice using api?
there isn't any 'line_items'
You'd create an Invoice Item initially: https://stripe.com/docs/api/invoiceitems/create
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
And then when creating the Invoice you pass the customer parameter to gather the Invoice Items for the invoice
thanks, please keep this conversation until tomorrow
Threads are generally closed after an hour or so of inactivity. But we can easily unarchive it tomorrow if necessary