I have a set up a webhook to ingest all payments but when a payment is void and I try to make a call to get the payment information I receive a 404 Not Found Error.
I receive this json from Clover :
Full JSON from Clover: {"appId":"APPID","merchants":{"myMerchant":[{"objectId":"P:myID","type":"UPDATE","ts":1705595278495}]}}
I then make a call to Clover to try to get the payment information using
https://sandbox.dev.clover.com/v3/merchants/myMerchant/payments/myID
That api call returns 404 not found. How do I get the voided payment information?