Product Status Change

These events reflect the status of a purchased eSIM product from usage to termination:

  1. ACTIVATION – Triggered when the user reaches the destination country and connects to the network to start using data.

  2. TERMINATION – Occurs when the data allowance is fully consumed or the validity period expires — whichever comes first.

  • All timestamps are in UTC.

ACTIVATION

{
  "iccid": "8910300000019XXXXXXX",
  "event_type": "PRODUCT_STATUS_CHANGE",
  "event_timestamp": "2025-06-01T02:02:31.971000Z",
  "product_status": "ACTIVATED",
  "product_name": "India 1 GB 30 Days",
  "product_id": "636"
}

TERMINATION

{
  "iccid": "8910300000019XXXXXXX",
  "event_type": "PRODUCT_STATUS_CHANGE",
  "event_timestamp": "2025-06-01T02:25:40.110000Z",
  "product_status": "TERMINATED",
  "product_name": "India 1 GB 30 Days",
  "product_id": "636"
}
ITEM
DESCRIPTION

ICCID

It is the eSIM serial number which is a unique parameter for each eSIM.

EVENT_TYPE

It indicates the type of the event that is being received.

EVENT_TIMESTAMP

It indicates the the time_stamp when that event occured

PRODUCT_STATUS

It shows whether the package has been activated or terminated

PRODUCT_NAME

It shows the name of the product for which this event is generated indicating "Destination Name and Size of the product and validity"

PRODUCT_ID

It shows the ID of the product in the reseller platform - it is used while calling APIs.

Last updated