Query the refundable amount of an eSIM order
Developing
Request
Body Params application/json
{
"appkey": "string",
"timestamp": 0,
"nonce": 0,
"sign": "string",
"orderId": "string"
}
Request Code Samples
curl --location 'https://oapi.eiotclub.com/api/v3/esim/queryRefundAmount' \
--header 'Content-Type: application/json' \
--data '{
"appkey": "string",
"timestamp": 0,
"nonce": 0,
"sign": "string",
"orderId": "string"
}'
Responses
application/json
{
"code": "200",
"data": {
"amount": 140,
"currency": "USD"
},
"message": "Operation successed"
}
Modified at 2025-08-18 03:44:04