Linksfield Developer
OverviewCube APIsOld version
OverviewCube APIsOld version
  1. eSIM QR Mall APIs
  • CSSS APIs
    • Overview
    • Internationalization
    • Status code
    • Sign code Example
    • SIM
      • Get all SIM cards info
      • Get real-time info about one SIM card
      • Get the SIM Cards in use
    • Usage
      • Example Query the traffic usage of a single SIM card
      • Batch querying SIM card usage
      • Example Query the daily usage
      • Batch querying the usage in a specified month
    • Plan
      • Get data plan
      • Order data plan
      • Bulk order package
      • Renew your data plan
      • Query the package order information
      • To enable the order
      • Cancel an unenabled package order
      • End package orders early
      • [不推荐]停机/暂停流量套餐订单
      • [不推荐]复机/重新启动流量套餐订单
      • 【不推荐】分页批量(查询)同步设备可订购套餐
    • SMS
      • Send SMS
    • Customized
      • Order OTA Plan
      • Query the remaing data by MNO side
  • Notification
    • Notification Overview
    • Notification status code
    • 流量使用量API预警
      POST
    • 短信下行回调
      POST
    • 短信上行回调
      POST
    • 短信上行回调(区分文本二进制)
      POST
    • Plan Order Status Change notification (IMSI)
      POST
  • Mall APIs
    • Mall全局说明
    • Mall业务流程
    • Mall签名代码示例
    • APP调用Stripe的SDK示例说明
    • Vshop
      • 卡片登录验证
      • 获取可购套餐商品列表
      • 创建用户订单
      • 查询自动续费记录
      • 关闭自动续费
      • 查询正在使用、未启用订单
      • 获取生效中的自动续费
      • 关闭自动续费
      • 用户下单(第三方支付)
    • Payment
      • 获取stripe单次支付权限
      • 获取Stripe订阅支付权限
      • 创建Stripe订阅/自动续费
      • 支付结果查询
      • 支付结果确认
    • Notification
      • 消息推送
  • eSIM QR Mall APIs
    • Introduction
    • Pre - order
      POST
    • v1.1/payment/webhook
      POST
    • User login
      POST
    • My eSIM Detail
      POST
    • Pre - order v1.2
      POST
  1. eSIM QR Mall APIs

My eSIM Detail

Developing
Demo UAT
http://127.0.0.1
Demo UAT
http://127.0.0.1
POST
v1.1/order/myEsimDetail

Request

Header Params
x-access-token
string 
required
Accept-Language
string 
optional
Content-Type
string 
optional
Default:
application/json
Body Params application/json
orderId
string 
required
Example
{"orderId":"1000026"}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://127.0.0.1v1.1/order/myEsimDetail' \
--header 'x-access-token;' \
--header 'Accept-Language;' \
--header 'Content-Type: application/json' \
--data-raw '{"orderId":"1000026"}'

Responses

🟢200OK
application/json
Body
code
integer 
required
data
object 
required
orderId
string 
required
iotOrderId
string 
required
orderStartTime
string 
required
orderTime
string 
required
activationTime
string 
required
endTime
string 
required
remainingTime
integer 
required
elapsedTime
string 
required
payTime
string 
required
packageShowName
string 
required
packageCode
string 
required
packageStatus
string 
required
packageType
string 
required
packageFlow
string 
required
buyType
string 
required
payAmount
string 
required
currencyId
integer 
required
packageShortDesc
string 
required
logo
string 
required
activityStatus
string 
required
orderSystemStatus
string 
required
assetId
null 
required
orderPayStatus
integer 
required
deviceType
integer 
required
coverCountrys
string 
required
packageDesc
null 
required
priceType
string 
required
orderStatus
integer 
required
payStatus
integer 
required
fpptPackageId
string 
required
packageReferId
string 
required
currencyInfos
array [object {11}] 
required
periodUnit
string 
required
period
integer 
required
qrCode
string 
required
qr code
totalCount
integer 
required
surplusFlow
integer 
required
updateTime
string 
required
configFlag
string 
required
subId
null 
required
message
string 
required
Example
{
    "code": 0,
    "data": {
        "orderId": "1000026",
        "iotOrderId": "L202004270001058656",
        "orderStartTime": "2020-04-27 16:03:24",
        "orderTime": "2020-04-27 16:03:24",
        "activationTime": "2020-04-27 16:19:54",
        "endTime": "2020-05-03 23:59:59",
        "remainingTime": 0,
        "elapsedTime": "1010",
        "payTime": "2020-04-27 16:03:25",
        "packageShowName": "C_M_T_0_P_亚洲17国/地区7天1GB不限速日套餐(APAC ESIM)",
        "packageCode": "DP20200426002433",
        "packageStatus": "2",
        "packageType": "1",
        "packageFlow": "0.0",
        "buyType": "",
        "payAmount": "5.0",
        "currencyId": 2,
        "packageShortDesc": "",
        "logo": "http://47.56.217.134:9030/images//package/undefined/e07c6327-f447-42aa-9fc7-bb05f361373b.png",
        "activityStatus": "0",
        "orderSystemStatus": "5",
        "assetId": null,
        "orderPayStatus": 1,
        "deviceType": 10,
        "coverCountrys": "Australia, New Zealand, Myanmar, Japan, South Korea, Vietnam, Hong Kong, Macao, Cambodia, Laos, China, Taiwan, Malaysia, Indonesia, Philippines, Thailand, Singapore",
        "packageDesc": null,
        "priceType": "",
        "orderStatus": 1,
        "payStatus": 1,
        "fpptPackageId": "7467",
        "packageReferId": "1000007",
        "currencyInfos": [
            {
                "currencyId": "2",
                "currencyName": "U.S. dollar",
                "currencyAbbr": "USD",
                "currencySymbol": "$",
                "unit": "dollar",
                "digitsNum": "2",
                "price": "5,0,0",
                "discount": "0,0,0",
                "periodUnit": "Days",
                "period": 7,
                "orderNumber": "1"
            }
        ],
        "periodUnit": "Days",
        "period": 7,
        "qrCode": "LPA:1$RSP-0026.OBERTHUR.NET$XCKFC-C2HGV-5DULV-NCXY5",
        "totalCount": 1,
        "surplusFlow": 0,
        "updateTime": "",
        "configFlag": "0",
        "subId": null
    },
    "message": "SUCCESS"
}
Modified at 2023-02-01 03:28:56
Previous
User login
Next
Pre - order v1.2
Built with