| Field Name | Field Value | Action |
|---|---|---|
| + Add Field | ||
| Field Name | Field Value | Action |
|---|---|---|
| + Add Field | ||
* Token can be used in either Request Headers or Request Parameters (Params)
{
"status": true,
"code": 0,
"msg": "获取成功",
"data": {
"sn": "511907000",
"member": 13,
"payFrom": "unipay",
"totalFee": "7.00",
"genre": "purchase",
"status": "payed",
"currency": "USD",
"targetId": 31,
"addtime": 20260210170728,
"activationStatus": "activated",
"voucherInfo": [
{
"orderSn": "511907000",
"categoryId": 31,
"lpa": "LPA:1$xxx.prod.xxxxxxxxxxx.com$TEST1234567890",
"status": 2,
"number": "",
"verifyCode": "123456",
"qrcode": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFcAAABXAQMAAABLBksvAAAABlBMVEX///8AAABVwtN+AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAArUlEQVQ4jc3RsQ3DIBAF0LNcuMMLRPIadMzkBRJ7AViJjjVOYgGXFFEuRxTFDfm0vuoJodPnQ3S1mUU2l0UY2NAYSt4I2mW9H0rHIfa9d02jn8ZfhqY1v7fnW5rWGeJZRdOz5Nd0WxMy2efdyf7J9s9zWjzlIAQ8JB6E14JsaDksPxJyXRvZOAbWHkLSzQSsfW56UqBdDf/NAJy0h55LPix0/V/Brvkjr4J8rXkDHjgMBk6HVWwAAAAASUVORK5CYII="
}
],
"categoryInfo": {
"id": 31,
"name": "3HK0",
"sellCurrency": "USD",
"note": "在台湾或香港使用需要先登记",
"hasNumber": 1,
"needRealname": 0,
"highSpeedFlow": 0,
"trafficType": 1,
"renew": 1,
"lifetime": 365,
"brandId": "18",
"regionCode": "HK",
"roamingRegionList": [
"MO"
],
"trafficTypeInfo": {
"id": 1,
"symbol": "unlimited_speed",
"name": "用完即停",
"description": "全速上网",
"speedLimitKbps": 0,
"isCutOff": 1
}
},
"brandInfo": {
"id": 18,
"brand": "3国际万能卡"
}
}
}
| Field | Type | Description |
|---|---|---|
| token | string |
Access token/signaling used for API authentication |
| sn | string |
Order Number |
| Field | Type | Description |
|---|---|---|
| status | boolean |
【Request Status】 true - Success false - Request Failed |
| code | number |
- |
| msg | string |
【Request Description】 |
| data | object |
【Order Details】 sn - Order Number genre - Order Type (Optional), values: recharge - Recharge Order, purchase - Purchase Order status - Order Status (Optional), values: payed - Paid, pending - Pending, closed - Closed, refuse - Refused addtime - Order Creation Time member - User ID payFrom - Payment Source currency - Currency Type totalFee - Order Amount categoryInfo - eSIM Type Information brandInfo - eSIM Brand Information activation_status - eSIM Activation Status (activated - Activated, activating - Activating) voucherInfo - eSIM Voucher Information (empty array when activation_status is activating; an array when activated, where each element represents an eSIM card) 【eSIM Type Information】 id - eSIM Type ID name - eSIM Name note - eSIM Description hasNumber - Has Number needRealname - Requires Registration renew - Renewable highSpeedFlow - High-Speed Data (Unit: Mb) trafficType - Traffic type lifetime - Validity Period (Unit: Days) sellCurrency - Currency Type esimStore - Inventory Quantity 【eSIM Brand Information】 id - eSIM Brand ID brand - eSIM Brand Name 【eSIM Voucher Information】(When voucherInfo is not empty, each element contains the following fields) orderSn - Order Number categoryId - eSIM Type ID lpa - eSIM Configuration (used to generate QR code) status - Voucher Status (2 - Claimed) number - eSIM Card Number verifyCode - eSIM Configuration Authentication Code qrcode - eSIM Configuration QR Code (base64 format) |