1. Asynchronous notification
EIOTCLUB API
  • API Interface
    • Interface Description
    • Signature algorithm
    • Error Code
    • Card service interfaces
      • Query all cards under account (Deprecated)
      • Single Card Information Query (Deprecated)
      • Query Batch Card
      • Query Card Package Order Records
      • Query available packages for a card
      • Single Card Refresh (Deprecated)
      • Query international card warning information under the account
      • Card total statistics
      • Query profit sharing information at the current level
      • Query the list of operators that the card can switch to
      • Switch the operator of the card
      • Unlock the IMEI pool of the card
      • Add IMEI to the IMEI card pool
      • Send SMS
      • Query the refundable amount
      • Query customer account balance
      • Query the status of a package subscription order
      • Query the product to which the card belongs
      • Query the orderable packages under the specified product
      • Query orderable eSIM products
      • Purchase eSIM
      • Refund an eSIM order
      • Query eSIM order details
      • Query the refundable amount of an eSIM order
      • Query the details of the package corresponding to the order
      • Card bind device
      • Card unbind device
      • Card Transfer Package
      • Refresh package usage
      • Cancel current session
      • Query the seed number list of the eUICC card
      • Deliver eSIM remotely
      • Query all profiles under eUICC
      • Query Switchable Products for the Card
      • Switch Card Product
    • Card package subscription interfaces
      • Package subscription interface
      • Package refund interface
    • Asynchronous notification
      • Traffic alert
        POST
      • Unlock notification
        POST
      • Card locking notification
        POST
      • Subscription notification
        POST
      • Subscription notification - detailed version
        POST
      • Package activation notice
        POST
      • Product switching
        POST
      • Refund notification
        POST
      • Notification of package expiration upon reaching usage limit
        POST
      • Notification of card network disconnection
        POST
      • Notification of card being removed from the IMEI pool
        POST
      • Notification of card being moved into the IMEI pool
        POST
      • Notification of agent pool deact pkg
        POST
      • Notification of agent pool pkg activate
        POST
      • Notification of agent pool pkg traffic alert
        POST
      • EIM remote operation result notification
        POST
    • Cloud eSIM
      • Query all cloud eSIM cards under account
      • Single Cloud eSIM Card Details
      • Query Available Packages for Cloud eSIM Card
      • Query cloud eSIM card subscription records
      • Refresh eSIM card under account
      • Purchase eSIM card plan under account
      • Cloud eSIM card order status under account
      • Refund for Cloud eSIM Card Orders Under the Account
      • Query Refundable Amount for Cloud eSIM Card Orders Under the Account
      • Cloud eSIM Transfer Package
      • Cloud eSIM unlock
      • Query Switchable Products for the Cloud eSIM Card
      • Switch Cloud eSIM Card Product
      • Batch Add Cloud eSIM EIDs to IMEI Pool
    • Cloud eSIM Asynchronous notification
      • Traffic alert
      • Subscription notification
      • Package activation notice
      • Refund notification
      • Notification of package expiration upon reaching usage limit
      • Notification of card network disconnection
      • Product switching
      • Card locked notification
      • Card unlocked notification
    • Pool
      • Get pool package list
      • Create pool
      • Get pool list
      • Delete empty pool
      • Subscribe pool package
      • Get pool record list
      • Unsubscribe pool package
      • Get pool's can add card
      • Add pool's card
      • Get pool's card list
      • Remove pool's card
      • Get pool by iccid
    • CDR
      • Batch Query ICCID Traffic
  1. Asynchronous notification

Package activation notice

POST
/customerNotifyUrl
The customer provides an address (HTTP/HTTPS) to receive asynchronous notifications.
Package Activation Notice.

Request

Body Params application/json

Example
{
    "data": "{\"iccid\":\"89423053323291099364\",\"orderId\":10004728,\"packageName\":\"A-TM-50M-1天\",\"packageCode\":\"A-TM-50M-1D-A-CN-TEST-2024052489FC722C\",\"state\":0,\"gzhPackageName\":\"\",\"createDate\":\"2024-05-28 09:34:47\",\"packageType\":3,\"outTradeNo\":\"6300001983111426769635\"}",
    "event": "PkgEffective",
    "id": "ue5Y0qNC8QQIRtUR3UgV4xzg",
    "nonce": 40604,
    "sign": "F0D19FA6945B21C0D61BDEFD4DCC41B64B29272B",
    "timestamp": 1716860340
}

Request Code 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 'https://oapi.eiotclub.com/customerNotifyUrl' \
--header 'Content-Type: application/json' \
--data '{
    "data": "{\"iccid\":\"89423053323291099364\",\"orderId\":10004728,\"packageName\":\"A-TM-50M-1天\",\"packageCode\":\"A-TM-50M-1D-A-CN-TEST-2024052489FC722C\",\"state\":0,\"gzhPackageName\":\"\",\"createDate\":\"2024-05-28 09:34:47\",\"packageType\":3,\"outTradeNo\":\"6300001983111426769635\"}",
    "event": "PkgEffective",
    "id": "ue5Y0qNC8QQIRtUR3UgV4xzg",
    "nonce": 40604,
    "sign": "F0D19FA6945B21C0D61BDEFD4DCC41B64B29272B",
    "timestamp": 1716860340
}'

Responses

🟢200成功
application/json
Bodyapplication/json

Example
{
    "status": "SUCCESS"
}
Modified at 2026-01-26 05:44:41
Previous
Subscription notification - detailed version
Next
Product switching
Built with