cancel order

Endpoint usage

POST https://open.tronify.io/api/tronRent/cancelOrder

The fields with * are required, and the fields without * are optional

Request Body

Name
Type
Description

orderId*

String

purchase order Id

sourceFlag*

String

Source channel (Both sides need to agree on a name to represent the channel of the third parties)

flag*

String

md5 value

{
    "resCode": 100,
    "resMsg": "Success",
    "data": {
        "flag": "098AB187330265CD4EC4126E1F0661C6",
        "orderId": "2ombu8zk_3jet_0mle_g7id_2mi3gnl6fk4y",
        "sourceFlag": "tronLink"
    }
}

code example

Postman example

Last updated