#Sh0w3D-invoices
1 messages ยท Page 1 of 1 (latest)
- Not yet but this is a feature we're investigating
- You can't really since Checkout doesn't use Invoices
3 See above
Soo can i create paid/completed invoice if i know which products were paid?
But not products from stripe dashboard
Hey, taking over here!
Hi, thank You
I suppose you could re-create an paid out of band Invoice using the same line item data as the Checkout Session
But as my colleague stated, this is something we're working on adding to Checkout. If you can share your account ID, we can let you know more info on that when available!
account ID, you mean Stripe account?
๐
Yup!
acct_1LQVTdHmHuNJN2oB
is this what are You looking for?
Oh and one last question
Can I put non-Stripe dashboard item details on invoice?
Thanks! Will loop you in on details of that feature
Yep, just use the amount parameter when creating the Invoice Item: https://stripe.com/docs/api/invoiceitems/create#create_invoiceitem-amount
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
What about the images and descriptions?
Well, there's a description param too: https://stripe.com/docs/api/invoiceitems/create#create_invoiceitem-description
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Pretty sure we don't show product images on invoices, so that's not possible
ok, thanks
np!