Options

Access to objects that populate the transactions list

alchemickalchemick Member Posts: 1

I develop for a client that uses Wave and I'm a little curious about something -

Let's say I have an invoice with a single payment attached to it, but this payment was first declined until two days later and then ran a second time and was successful.

When I query the payments endpoint for that invoice:

https://api.waveapps.com/businesses/BUSINESS-ID/invoices/INVOICE-ID/payments

I get back a single payment object that was created on the day of the successful payment (expected).

When reviewing payments inside wave though, I see that there was a card declined transaction from two days earlier (the date the invoice was initially created and charged).

How do I access the full transactions list via the API. What I'm doing now is only giving me successful payment objects, but these records obviously exist if they're showing up in my transaction list when I'm logged into the site.

Anyone have ideas here?

Sign In or Register to comment.