Query the logistics information of the order that created the physical card
Request
Body Params application/json
Request samples
curl --location --request POST 'https://api-test.tevaupay.com/openapi/query/card/getCardLogistics' \
--header 'x-nexus-api-key;' \
--header 'versions;' \
--header 'appId;' \
--header 'timestamp;' \
--header 'nonce;' \
--header 'sign;' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderNo": "string"
}'
Responses
application/json {
"code": 0,
"msg": "SUCCESS",
"data": {
"logisticsCompany": "HongKong Post",
"logisticsNumber": "9527",
"logisticsStatus": 3,
"cardId": "CIDP011861849237"
},
"ok": true
}
Modified at 2025-07-29 03:20:31