Cancel Order

The POST endpoint accepts the request of emailAddress & orderReference of the third-party customer to cancel orders made. The secretKey is also needed here in the header.

If successful returns an " " 200message. See the example below;

Cancel order

POST https://canary.xendbridge.com/api/PeerToPeerOrder/ThirdParty/Order/Cancel

Headers

Request Body

{
    "data": true,
    "status": "OK",
    "message": ""
}

Last updated