XendBridge
  • Get Started
  • 🛠️API Method Calls
    • Third Party Order Operations
      • Rate
      • Buy Order
      • Sell Order
      • Swap Order
      • Pending Order
      • Pay For Order
      • Cancel Order
    • LP Simulation
      • Pay For Order (Buy Order)
      • Pay For Order (Sell Order)
    • Dispute
      • Raise Third Party Dispute
      • Get All Disputes
      • XendBridge Chat SDK
    • Payment Inquiry
    • WebHooks
      • Order Payment Confirmation
      • Order Matched Notification
      • Order Canceled Notification
      • Checksum Verification
  • 📄XENDBRIDGE PORTAL
    • Checkout URL
      • Buy Order
      • Sell Order
      • Swap Order
      • Rate
      • Rate Bounds
      • Initiate Order Created With Deferred Payment Method
      • Supported Currencies
      • Payment Methods
    • Inline Html Snippet
    • DeFi Checkout
  • 📦XENDBRIDGE SDKS
    • XendBridge NodeJs SDK
    • XendBridge .NET SDK
      • Rate
      • Buy Order
      • Sell Order
      • Swap Order
      • Pending Order
      • Pay For Order Confirmation
      • Cancel Order
      • Raise A Dispute
  • Errors
  • 🔖REFERENCE
    • API Reference
Powered by GitBook
On this page

Was this helpful?

  1. API Method Calls
  2. WebHooks

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

{
    // Response
}
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.

Key
Type
Description

checkSum

string

The algorithmic validation of our system to the third party application about an order.

PreviousOrder Canceled NotificationNextCheckout URL

Last updated 2 years ago

Was this helpful?

🛠️