Checksum Verification

This POST endpoint is created for verification of checksums of the payload received by the third-party application. The body should contain orderReference and webHookType which should vary from what type of event was triggered. The secretKey is also passed into the headers.

Verifies the checksum gotten in the webhook

GET https://canary.xendbridge.com/api/PeerToPeerOrder/ThirdParty/Order/WebhookConfirmation

Headers

Request Body

{
    // Response
}

Last updated