#avinash.vaishya
1 messages · Page 1 of 1 (latest)
Hi there! Can you share more context on how you're planning to integrate with Stripe? Typically, developers will use one of our libraries (e.g. Ruby, Node, Go, etc.) to integrate and make calls to the API
is it possible to post multiple line items at once?
You'll need to create each invoice item one at a time
So I was planning to do Json but seems that is tough, I am not adept in the other languages. I use a integration software which helps me build json, csv, etc format.
the I was planning to create the JSON for invoice header and then create one more for all the lines together.
Let me know thw best way, I am using a software called Lobster Data which is similar to mulesoft
Ah, I see. I'm not familiar with either Lobster Data or Mulesoft, unfortunately.
I recommend reaching out to the Lobster Data team to see how their customers can work with their software and third-party APIs. If there's an easy way to link Lobster Data with API endpoints, they may have some pointers with how to work with the endpoints we document here: https://stripe.com/docs/api
Yeah I know how to connect, trying to figure out how to send data.
One more question - can you tell me the endpoint and the basic data needed to be sent to add line items? I see invoices in the collection but I see invoicelines in the stripe website
You'll want to work with Invoice Items: https://stripe.com/docs/api/invoiceitems/create
Invoice line items are automatically created by Stripe (e.g. . these cannot be edited directly via the API) for things like subscription renewals