v7

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-31249122.2 KB
eSIM

Purchase eSIM

post/api/v1/esim/purchase

Request body

packageCodestring required

Package code from GET /api/v1/esim/packages or GET /api/v1/esim/topup-packages.

customerRefstring

Your internal reference for reconciliation.

iccidstring

ICCID of the existing eSIM — required when purchasing a TOPUP package.

Example request

{
  "packageCode": "NG-1GB-30D",
  "customerRef": "ESIM-REF-001",
  "iccid": "8960000000000000001"
}

Response

OK