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
secretKey*
{secretKey}
Request Body
orderReference*
XS_7377dc6f1b674f989766b53971ce6285
webHookType*
OrderMatched
{
// Response
}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.
checkSum
string
The algorithmic validation of our system to the third party application about an order.
Last updated
Was this helpful?