#Moscowsky Jerk - invoice api
1 messages · Page 1 of 1 (latest)
Hi there. One moment
So you would need to create the invoice items first: 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.
Then, creating the invoice will include the invoice items
Yeah. I know this. but how can I use product id or somewhat to indicate this invoice item like a product, like in dashboard?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Or you can specify price_data
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
OH! Thanks you! exactly what is needed