Buvei
API ReferenceWebhook Events

ESIM_RECHARGED

An eSIM recharge (renewal) completed — the data allowance has been added.

Delivered once a recharge order completes. The eSIM's current plan has been renewed and the data allowance added on top of any remaining balance. Consume idempotently; key your processing on orderNo.

Headers

Standard webhook headers — see Webhook security.

Payload

eventIdstring
eventTypestring
Always "ESIM_RECHARGED".
timestampinteger
Epoch milliseconds.
dataobject
Response
{
  "eventId": "e_mVPWokHU8XcyGrBqk4o5",
  "eventType": "ESIM_RECHARGED",
  "timestamp": 1783869495897,
  "data": {
    "orderNo": "eord_67701dc1ff534f19a8",
    "status": "ISSUED",
    "iccid": "8948010010043989416",
    "esimNo": "esim_6ba300976dbb48b8a1"
  }
}

On this page