- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi there,
I've looked through the API Reference and I found a "Get All Payments" call, but there is no "Get All Invoices" call.
From then Account Summary I get the 6 latest invoices, but I would like to extend the list and show all invoices (with pagination).
Which API call would I have to use?
Thank you,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
Re: How do I "Get All Invoices" through the API?
@Nessie - have you considered Data Queries?
https://www.zuora.com/developer/api-reference/#tag/Data-Queries
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi Nessie,
Thank you for reaching out to us.
You can use the "Get invoices" opeation to retrieve information about all invoices related to a specific account.
Currently, this opeartion is under the "Transactions" section, and is not easy to find. We are planning to move it into the "Invoices" section in future. If you are interested in when and how it is moved, please subscribe to the API Changelog. Thanks.
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
Re: How do I "Get All Invoices" through the API?
@marcielaux Data Queries would only give me files to download. I would have to make a Data Query and then a second call to get the data. Not really what I am looking for.