The docs on this subject only mention:
Payments – When payments are created or updated.
But that doesn't seem to be the case. Judging from the REST API reference, a payment is created via a call to /v3/merchants/{mId}/orders/{orderId}/payments
which triggers an Orders webhook event, but no payments one. Would a Payments event be sent for a voided transaction? For a refund? Or should we always expect an Orders event for those scenarios, and retrieve the list of payments along with the order?
I'd gladly test this out myself but I have this issue: http://devask.clover.com/question/275...
Thanks, Martin