Recurring invoice payments

Is there a way to get payment information for recurring invoices via the API?

Thank you

Hi @mmalaping welcome to the forums!

Recurring invoices should show up in the Invoices API, and once they’re paid, you can retrieve the order (using the order_id). Within the order, there will be a tenders array so you know how it was paid for.

So for each location, I would use the Invoices:List Invoices API and iterate through each checking if it was paid. Is there no way to get the list of invoices by date and/or by paid state?

Thank you

No unfortunately not at this time.

I would definitely like to have this ability as well. Any further thoughts?

We’re constantly working to improve our features based on feedback like this, so I’ll be sure to share your request to the API product team. :slightly_smiling_face: