Refund an eSIM order
Developing
Error codes:
45113 - Refund is not allowed in the current state. Refunds can only be made when the order is in a successful state.
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/refund' \
--header 'Content-Type: application/json' \
--data '{
"appkey": "string",
"timestamp": 0,
"nonce": 0,
"sign": "string",
"orderId": "string"
}'
Responses
application/json
{
"code": 0,
"data": {},
"message": "string"
}
Modified at 2025-08-18 03:44:04