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
Name
Type
Description
secretKey*
{secretKey}
Request Body
Name
Type
Description
orderReference*
XS_7377dc6f1b674f989766b53971ce6285
webHookType*
OrderMatched
Key
Type
Description
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