Check Orders

This API is used to get order details

POST /api/v1/status

Headers

Name
Value

Content-Type

application/json

API_SECRET

your secret key

API_KEY

your api key

Body

Name
Type
Description

order_id

string

your order id

Response

{
    "status": true,
    "message": "SUCCESS",
    "data": {
        "order_id": "EG202302287",
        "product": "70 Diamonds",
        "target": "244252420",
        "nickname": "Miguel",
        "status": "Canceled",
        "note": "Waiting Payment"
    }
}

Last updated