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

NameTypeDescription

secretKey*

{secretKey}

Request Body

NameTypeDescription

orderReference*

XS_7377dc6f1b674f989766b53971ce6285

webHookType*

OrderMatched

{
    // Response
}
KeyTypeDescription

orderReference

string

Required The order reference number made by the consumer.

webHookType

string

Required The type of event triggered of the order. It can be orderMatched , LPPayment & orderCanceled.

Last updated