Asynchronous notification
The customer provides an address (HTTP/HTTPS) to receive asynchronous notifications. Notification for card package cancellation. The ICCID in the notification has cancelled the package.
Request Body Params application/json
{
"event" : "Refund" ,
"iccid" : "89423053323291099364" ,
"id" : "s2Vx3BfRtN1h253WeCLNRkAz" ,
"nonce" : 15487 ,
"orderId" : 10004728 ,
"outTradeNo" : "6300001983111426769635" ,
"sign" : "86AB51FECD873FDCF4B67F7CC4B2119D8BEFEE30" ,
"timestamp" : 1716860580
} Request Code Samples
curl --location 'https://oapi.eiotclub.com/customerNotifyUrl' \
--header 'Content-Type: application/json' \
--data '{
"event": "Refund",
"iccid": "89423053323291099364",
"id": "s2Vx3BfRtN1h253WeCLNRkAz",
"nonce": 15487,
"orderId": 10004728,
"outTradeNo": "6300001983111426769635",
"sign": "86AB51FECD873FDCF4B67F7CC4B2119D8BEFEE30",
"timestamp": 1716860580
}' Responses application/json
Generate Code
Modified at 2026-04-10 07:11:53