After calling this endpoint, the order can no longer be unsubscribed.
Request parameters
string
required
Order number (e.g.
EP20240124000013).string
required
Request signature.
Response fields
object
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Retrieve full details of a SIM card order by order number. Returns activation codes, ICCID, SM-DP+ address, and plan status for each card in the order.
GET https://bpm.mioesim.com/api_esim/getOrderInfo
EP20240124000013).Show Order fields
0 = main order, 1 = renewal.curl "https://bpm.mioesim.com/api_esim/getOrderInfo?token=YOUR_TOKEN&orderNum=EP20221104000005&sign=YOUR_SIGN"
{
"code": "0",
"message": "success",
"data": {
"orderNum": "EP20221104000005",
"display": "Japan",
"purchaseDate": "2022-11-04(GMT+8)",
"count": 1,
"price": "4.49",
"status": 0,
"renewal": false,
"renew": 0,
"priceId": 9726,
"renewOrderNum": [],
"cardApiDtoList": [
{
"data": "2GB",
"validity": 5,
"sm_dp_address": "ais.prod.ondemandconnectivity.com",
"activationCode": "SEW7JEBMFGPRVSPD",
"mobileNumber": "0846108923",
"iccid": "453438306768957400",
"activateBefore": "2022-11-25",
"code": "LPA:1$ais.prod.ondemandconnectivity.com$SEW7JEBMFGPRVSPD"
}
]
}
}
Was this page helpful?
