question

tg avatar image
tg asked Mike M answered

How and why would a successful payment be deleted?

I have record of a successful payment with transaction ID, however when attempting to look up the payment by ID or find it by filtering by amount or createdTime it does not appear. All other attributes on the payment are valid such as employee ID and tender ID

Payments
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

Mike M avatar image
Mike M answered

It sounds like the payment auth was successful, but the payment may have been voided and thus is hidden from the defaul API results.

Try using this additional filter to search voided payments: GET /v3/merchants/{mID}/payments?filter=voided%3Dtrue

Clover also never deletes merchant's transactional data.

10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Welcome to the
Clover Developer Community