ITT E-Sim API (1.0.0)

Download OpenAPI specification:

E-Sim API endpoints converted from Postman collection.

E-Sim

E-Sim search, pricing, booking, ancillaries and post-booking flows.

eSIM Search & Inquiry

Search eSIM plans

Authorizations:
(apiKeyAuthsecretCodeAuth)
Request Body schema: application/json
required
required
object
supplier_uid
string

Supplier identifier (use 'all' for all suppliers)

partner_id
string

Partner account ID

short_ref
string

Optional short reference ID for stream search

language
string

Response language

property name*
additional property
any

Responses

Response Schema: application/json
property name*
additional property
any

Request samples

Content type
application/json
{
  • "eSim": {
    • "region_type": "local",
    • "country_code": "BD",
    • "plan_type": "data",
    • "topup_included": "yes"
    },
  • "supplier_uid": "all",
  • "partner_id": "1",
  • "short_ref": "xxxx111",
  • "language": "en"
}

Response samples

Content type
application/json
Example
{
  • "status": "success",
  • "reason": "A total of 24 eSIM packages were found for your search.",
  • "tracking_id": "117726070533RO1",
  • "search_parameter": {
    • "eSim": {
      },
    • "supplier_uid": "all",
    • "partner_id": "1",
    • "short_ref": "xxxx111",
    • "language": "en",
    • "tracking_id": "117726070533RO1"
    },
  • "total_esim_package": "24,",
  • "data": {
    • "tracking_id": "117726070533RO1",
    • "package_id": "X1AO00084||bangladesh||1067||fatafati-in-7days-1gb",
    • "supplier": "airalo",
    • "supplier_partner_code": "airalo-1-00084",
    • "supplier_key": "fatafati-in-7days-1gb",
    • "sell_price": "489.41,",
    • "sell_currency": "BDT",
    • "package_type": "sim",
    • "title": "1 GB - 7 days",
    • "data": "1 GB",
    • "package_details": {
      },
    • "region_details": {},
    • "operator_details": {},
    • "validity": {
      },
    • "coverage_type": "local",
    • "esim_type": "prepaid",
    • "plan_type": "data",
    • "activation_policy": "first-usage",
    • "rechargeable": "true,",
    • "info": null,
    • "coverage_country": {
      },
    • "price"": {
      },
    • "sell": {
      },
    • "fmg": {
      }
    },
  • "supplier": {
    • "total": {
      },
    • "price_breakdown": {
      },
    • "fair_usage_policy": "null,",
    • "qr_installation": "<p><br></p><p><b>eSIM name:</b> Fatafati</p><p><br></p><p><b>Coverage: </b>Bangladesh</p><p><br></p><p><b>To activate the eSIM by scanning the QR code on your eSIM capable device you need to print or display this QR code on other device:</b></p><p><br></p><ol><li>Settings > Cellular/Mobile > Add Cellular/Mobile Plan.</li><li>Scan QR code.</li><li>Confirm eSIM plan details.</li><li>Label the eSIM.</li></ol><p><br></p><p><b>To access Data:</b></p><p><br></p><ol><li>Enable data roaming.</li></ol><p><br></p><p><b>To top up:</b></p><p><br></p><p>Visit airalo.com/my-esims or if purchased through the Airalo website/app visit “My eSIMs” tab.</p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p>",
    • "manual_installation": "<p><br></p><p><b>eSIM name:</b> Fatafati</p><p><br></p><p><b>Coverage: </b>Bangladesh</p><p><br></p><p><b>To manually activate the eSIM on your eSIM capable device:</b></p><p><br></p><ol><li>Settings > Cellular/Mobile > Add Cellular/Mobile Plan.</li><li>Manually enter the SM-DP+ Address and activation code.</li><li>Confirm eSIM plan details.</li><li>Label the eSIM.</li></ol><p><br></p><p><b>To access Data:</b></p><p><br></p><ol><li>Enable data roaming.</li></ol><p><br></p><p><b>To top up:</b></p><p><br></p><p>Visit airalo.com/my-esims or if purchased through the Airalo website/app visit “My eSIMs” tab.</p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p>"
    },
  • "filter": {
    • "data_amount": "1024,",
    • "voice_amount": "0,",
    • "text_amount": "0,",
    • "validity_days": "7,",
    • "coverage_type": "local",
    • "esim_type": "prepaid",
    • "plan_type": "data",
    • "coverage_country": [
      ]
    },
  • "-"filter"": {
    • "data_amount": [
      ],
    • "voice_amount": [
      ],
    • "text_amount": [
      ],
    • "validity_days": [
      ],
    • "esim_type": [
      ],
    • "coverage_type": [
      ],
    • "plan_type": [
      ],
    • "coverage_country": [
      ],
    • "min_price": 489,
    • "max_price": 12112
    }
}

Get single eSIM package

Authorizations:
(apiKeyAuthsecretCodeAuth)
Request Body schema: application/json
required
tracking_id
required
string

Search tracking ID returned from eSIM plan search

package_id
required
string

Unique eSIM package identifier

property name*
additional property
any

Responses

Response Schema: application/json
property name*
additional property
any

Request samples

Content type
application/json
{
  • "tracking_id": "11763299361URM1",
  • "package_id": "X1AO00012||bangladesh||1067||fatafati-in-7days-1gb"
}

Response samples

Content type
application/json
Example
{
  • "status": "success",
  • "tracking_id": "11177260822126194QDWJV",
  • "search_parameter": {
    • "eSim": {
      },
    • "supplier_uid": "X1AO00084",
    • "partner_id": "1",
    • "short_ref": "xxxx111",
    • "language": "en",
    • "tracking_id": "117726070533RO1",
    • "supplier_type": "ESIM",
    • "supplier_code": "airalo",
    • "supplier_partner_code": "airalo-1-00084"
    },
  • "data": {
    • "booking_tracking_id": "11177260822126194QDWJV",
    • "package_tracking_id": "11177260822126194QDWJV||fatafati-in-7days-1gb",
    • "supplier": "airalo",
    • "supplier_partner_code": "airalo-1-00084",
    • "supplier_key": "fatafati-in-7days-1gb",
    • "sell_price": "489.41,",
    • "sell_currency": "BDT",
    • "package_type": "sim",
    • "title": "1 GB - 7 days",
    • "data": "1 GB",
    • "package_details": {
      }
    },
  • "region_details": {
    • "id": "bangladesh"
    },
  • "operator_details": {},
  • "coverage_country": [
    • {
      }
    ],
  • "price": {
    • "promo_tag": "null,",
    • "purchase": {
      },
    • "sell": {
      }
    },
  • "fmg": {
    • "total": {
      },
    • "price_breakdown": {
      }
    },
  • "supplier": {
    • "total": {
      },
    • "price_breakdown": {
      }
    },
  • "fair_usage_policy": "null,",
  • "qr_installation": "<p><br></p><p><b>eSIM name:</b> Fatafati</p><p><br></p><p><b>Coverage:</b>Bangladesh</p><p><br></p><p><b>To activate the eSIM by scanning the QR code on your eSIM capable device you need to print or display this QR code on other device:</b></p><p><br></p><ol><li>Settings > Cellular/Mobile > Add Cellular/Mobile Plan.</li><li>Scan QR code.</li><li>Confirm eSIM plan details.</li><li>Label the eSIM.</li></ol><p><br></p><p><b>To access Data:</b></p><p><br></p><ol><li>Enable data roaming.</li></ol><p><br></p><p><b>To top up:</b></p><p><br></p><p>Visit airalo.com/my-esims or if purchased through the Airalo website/app visit “My eSIMs” tab.</p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p>",
  • "manual_installation": "<p><br></p><p><b>eSIM name:</b> Fatafati</p><p><br></p><p><b>Coverage: </b>Bangladesh</p><p><br></p><p><b>To manually activate the eSIM on your eSIM capable device:</b></p><p><br></p><ol><li>Settings > Cellular/Mobile > Add Cellular/Mobile Plan.</li><li>Manually enter the SM-DP+ Address and activation code.</li><li>Confirm eSIM plan details.</li><li>Label the eSIM.</li></ol><p><br></p><p><b>To access Data:</b></p><p><br></p><ol><li>Enable data roaming.</li></ol><p><br></p><p><b>To top up:</b></p><p><br></p><p>Visit airalo.com/my-esims or if purchased through the Airalo website/app visit “My eSIMs” tab.</p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p>"
}

Get compatible devices

Authorizations:
(apiKeyAuthsecretCodeAuth)
Request Body schema: application/json
required
member_id
required
integer

Logged-in user member ID

property name*
additional property
any

Responses

Response Schema: application/json
property name*
additional property
any

Request samples

Content type
application/json
{
  • "member_id": 1
}

Response samples

Content type
application/json
{
  • "status": "success",
  • "reason": "Compatible devices data found.",
  • "compatible_devices": {
    • "model": "X20",
    • "os": "android",
    • "brand": "ABCTECH",
    • "name": "X20"
    }
}

eSIM Booking

Update customer information

Authorizations:
(apiKeyAuthsecretCodeAuth)
Request Body schema: application/json
required
booking_tracking_id
required
string

Booking tracking ID received from validation step

member_id
required
string

Logged-in user member ID

required
Array of objects

Passenger details

save_pax
string

Save passenger data for future bookings (yes / no)

property name*
additional property
any

Responses

Response Schema: application/json
property name*
additional property
any

Request samples

Content type
application/json
{
  • "booking_tracking_id": "11176335754526194RQYGH",
  • "member_id": "2",
  • "save_pax": "yes",
  • "passenger": [
    • {
      }
    ]
}

Response samples

Content type
application/json
{
  • "status": "success",
  • "reason": "Customer data has been successfully updated.",
  • "tracking_id": "11177260822126194QDWJV",
  • "total_guest": 1,
  • "data": [
    • {
      }
    ]
}

Create eSIM booking

Authorizations:
(apiKeyAuthsecretCodeAuth)
Request Body schema: application/json
required
booking_tracking_id
required
string

Booking tracking ID from validation step

package_tracking_id
required
string

Unique package tracking identifier

eSim_quantity
required
string

Number of eSIM packages to purchase

member_id
required
string

Logged-in user member ID

payment_type
required
string

Payment method (account_balance / card / onlinepayment)

isPartialPay
string

Whether partial payment is allowed (yes / no)

redirect_url
string <uri>

Redirect URL after payment completion

isd_code
string

ISD code for contact number

contact_no
string

Contact number of the customer

email_address
string <email>

Customer email address

agency_email
string <email>

Agency email address

property name*
additional property
any

Responses

Response Schema: application/json
property name*
additional property
any

Request samples

Content type
application/json
{
  • "booking_tracking_id": "11176335754526194RQYGH",
  • "package_tracking_id": "11176335754526194RQYGH||fatafati-in-7days-1gb",
  • "eSim_quantity": "1",
  • "member_id": "2",
  • "isPartialPay": "no",
  • "payment_type": "account_balance",
  • "isd_code": "880",
  • "contact_no": 1966330000,
  • "email_address": "iam@mail.com",
  • "agency_email": "iam@mail.com"
}

Response samples

Content type
application/json
Example
{
  • "status": "success",
  • "reason": "The booking has been successfully created, and it is associated with the Booking Id ES2604MAYVA3A8.",
  • "tracking_id": "11177260822126194QDWJV",
  • "booking_id": "ES2604MAYVA3A8",
  • "general": {
    • "service_type": "ESIM",
    • "service_details": "eSIM booked with 1024 MB with 7 days validity",
    • "booking_remarks": "null,",
    • "generated_date": "2026-03-04",
    • "partner_id": "1",
    • "master_partner_id": "1",
    • "branch_id": "BDHE001",
    • "tracking_id": "11177260822126194QDWJV",
    • "booking_id": "ES2604MAYVA3A8",
    • "supplier_confirmation_id": "20260304-050606",
    • "supplier_others_id_a": "50606",
    • "supplier_others_id_b": "null,",
    • "member_id": "2",
    • "book_by": "Nasif Kabir",
    • "ip_address": "203.76.126.194",
    • "timestamp": "1772615659",
    • "last_update": "1772615659",
    • "supplier_invoice_company": "null,",
    • "supplier_invoice_number": null
    },
  • "eSim": {},
  • "booking": {
    • "status": "success",
    • "booking_status": "confirm",
    • "booking_supplier_status": "confirm",
    • "voucher_status": "issued",
    • "payment_status": "pending",
    • "auto_cancel_status": "pending",
    • "auto_cancel": "2026-03-04 23:59:59",
    • "auto_cancel_timestamp": "1772647199"
    },
  • "price": {
    • "currency": "BDT",
    • "total_amount": "489.41",
    • "sell_total_price": "489.41",
    • "sales_comission": "0"
    },
  • "eSim_package": {
    • "search_parameter": {
      }
    },
  • "supplier_uid": "X1AO00084",
  • "partner_id": "1",
  • "short_ref": "xxxx111",
  • "language": "en",
  • "-"tracking_id"": "117726070533RO1",
  • "supplier_type": "ESIM",
  • "supplier_code": "airalo",
  • "supplier_partner_code": "airalo-1-00084",
  • "data": {
    • "booking_tracking_id": "11177260822126194QDWJV",
    • "package_tracking_id": "11177260822126194QDWJV||fatafati-in-7days-1gb",
    • "supplier": "airalo",
    • "supplier_partner_code": "airalo-1-00084",
    • "supplier_key": "fatafati-in-7days-1gb",
    • "sell_price": "489.41,",
    • "sell_currency": "BDT",
    • "package_type": "sim",
    • "title": "1 GB - 7 days",
    • "data": "1 GB",
    • "package_details": {
      },
    • "region_details": {},
    • "operator_details": {
      }
    }
}

Get installation instructions

Authorizations:
(apiKeyAuthsecretCodeAuth)
Request Body schema: application/json
required
member_id
required
string

Logged-in user member ID

tracking_id
required
string

eSIM or booking tracking ID

eSim_iccid
required
string

ICCID of the eSIM

preferred_language
string

Preferred response language.

property name*
additional property
any

Responses

Response Schema: application/json
property name*
additional property
any

Request samples

Content type
application/json
{
  • "member_id": "1",
  • "tracking_id": "11176276126126194RHSGI",
  • "eSim_iccid": "873000000000040589",
  • "preferred_language": "en"
}

Response samples

Content type
application/json
{
  • "status": "success",
  • "tracking_id": "11177260822126194QDWJV",
  • "booking_id": "ES2604MAYVA3A8",
  • "eSim_iccid": "8900000281278633887",
  • "instructions": {
    • "language": "EN",
    • "platforms": {
      }
    },
  • "version": "15.0,14.0,13.0,12.0",
  • "model": "null,",
  • "installation": {
    • "via_qr": {},
    • "manual": {
      },
    • "network_setup": {
      }
    }
}

eSIM Management

Get data usage

Authorizations:
(apiKeyAuthsecretCodeAuth)
Request Body schema: application/json
required
member_id
required
string

Logged-in user member ID

tracking_id
required
string

Booking or eSIM tracking ID

eSim_iccid
required
string

eSIM ICCID (Integrated Circuit Card Identifier)

property name*
additional property
any

Responses

Response Schema: application/json
property name*
additional property
any

Request samples

Content type
application/json
{
  • "member_id": "2",
  • "tracking_id": "11176276126126194RHSGI",
  • "eSim_iccid": "873000000000040589"
}

Response samples

Content type
application/json
{
  • "status": "success",
  • "tracking_id": "11177260822126194QDWJV",
  • "booking_id": "ES2604MAYVA3A8",
  • "eSim_iccid": "8900000281278633887",
  • "instructions": {
    • "status": "ACTIVE",
    • "expire_at": "2026-03-12 06:53:53",
    • "data_amount": {
      },
    • "voice_amount": {
      },
    • "text_amount": {
      }
    }
}

Get booking details

Authorizations:
(apiKeyAuthsecretCodeAuth)
Request Body schema: application/json
required
member_id
required
string

Logged-in user member ID

tracking_id
required
string

eSIM or booking tracking ID

booking_id
required
string

Booking ID for the eSIM package

property name*
additional property
any

Responses

Response Schema: application/json
property name*
additional property
any

Request samples

Content type
application/json
{
  • "member_id": "2",
  • "tracking_id": "11176276126126194RHSGI",
  • "booking_id": "ES2510NOKJAAFK"
}

Response samples

Content type
application/json
{
  • "status": "success",
  • "reason": "Booking Details For Tracking Id 119177311942703210WDEPJ",
  • "tracking_id": "119177311942703210WDEPJ",
  • "booking_id": "FL2610MAPSA3D7",
  • "pay_tracking_id": null,
  • "sendGTMEvent": false,
  • "general": {
    • "service_type": "FLIGHT",
    • "booking_platform": "B2B",
    • "service_details": "OneWay From KWI to ADJ Departure date 2026-06-11",
    • "booking_remarks": null,
    • "generated_date": "2026-03-10",
    • "partner_id": "1",
    • "master_partner_id": "1",
    • "branch_id": "BDHE001",
    • "IsCardPayBooking": "no",
    • "CardPayStatus": "pending",
    • "CardPayBookingStatus": "processing",
    • "CardPayBookingStatusExecute": "pending",
    • "postBookingProcess": "auto",
    • "book_now_pay_later": "0",
    • "tracking_id": "119177311942703210WDEPJ",
    • "booking_id": "FL2610MAPSA3D7",
    • "airlines_pnr": "XDR1YK",
    • "supplier_confirmation_id": "XDR1YK",
    • "order_id_ndc": null,
    • "order_id_Farelogix": null,
    • "supplier_others_id_a": "NzA5NDkwODQhWERSMVlLIWZhbHNl",
    • "supplier_others_id_b": "120735201421",
    • "externalBookingRefIds": [ ],
    • "supplier_booking_pcc": "NzYxMTI1MzQhSjk-",
    • "supplier_ticketing_pcc": null,
    • "supplier_provider_code": null,
    • "supplier_is_gds": "NO",
    • "carrier": "J9",
    • "departure_date": "2026-06-11",
    • "arrival_date": "2026-06-11",
    • "isDomestic_Flight": false,
    • "flightSegment": "KWI-ADJ",
    • "cabinPriceClass": "Economy Value",
    • "cabinCode": "EV",
    • "bookingCode": "E",
    • "departure_airport": "KWI",
    • "arrival_airport": "ADJ",
    • "supplier_code": "jazeera_air",
    • "supplier_uid": "F1JS00114",
    • "manualAction": {
      },
    • "member_id": "19",
    • "book_by": "test",
    • "ip_address": "203.76.126.194",
    • "timestamp": "1773119468",
    • "last_update": "1773119468"
    },
  • "changeLogs": [ ],
  • "voucher": {},
  • "action": {
    • "bookingStatus": "Hold",
    • "bookingStatusColor": "#FD7E14",
    • "bookingStatusInfo": "Hold",
    • "supplier_is_gds": "NO",
    • "view_gds_ticket": "NO",
    • "cancel_booking": "YES",
    • "void_ticket": "NO",
    • "cancel_ticket": "NO",
    • "split_booking": "NO",
    • "issue_ticket": "YES",
    • "issue_ticket_card": "YES",
    • "re_issue_ticket": "NO",
    • "issue_ticket_partial_pay": "NO",
    • "refund_quote": "NO",
    • "sync_booking": "YES",
    • "booking_info_update": "NO",
    • "ticket_issue_date": "",
    • "applied_flight_departure_date": "2026-06-10",
    • "flight_departure_date": "2026-06-11",
    • "current_yyyy_mm_dd": "2026-03-10",
    • "airlines_permission": {
      },
    • "partner_permission": {
      }
    },
  • "voidRefundData": [ ],
  • "reIssueData": [ ],
  • "booking": {
    • "status": "success",
    • "bookingStatus": "Hold",
    • "bookingStatusColor": "#FD7E14",
    • "bookingStatusInfo": "Hold",
    • "booking_status": "hold",
    • "booking_supplier_status": "hold",
    • "ticket_status": "queue",
    • "ticketMsg": null,
    • "payment_status": "pending",
    • "auto_cancel_status": "pending",
    • "partner_timezone": "Asia/Dhaka",
    • "syncTimeLimit": "1",
    • "auto_cancel": "2026-03-10 11:26:08",
    • "auto_cancel_timestamp": "1773120368",
    • "ticketingTimeLimit": "2026-03-10 11:26:08",
    • "supplierTimeLimit": null,
    • "supplierTimeLimitTimezone": null,
    • "show_hold_booking_time_limit": "yes",
    • "show_hold_booking_time_limit_msg": "Thanks For Booking with us.",
    • "OnlineCheckIn": null,
    • "OnlineCheckInText": null
    },
  • "price": {
    • "currency": "BDT",
    • "total_amount": "130950.62",
    • "sell_total_price": "141092.48",
    • "sales_comission": null,
    • "applied_comission_ratio": "0",
    • "customer_markup_policy": null,
    • "partial_pay": {
      },
    • "cancel_reissue_charges": {
      }
    },
  • "bookingPaymentRequestDtata": [ ],
  • "syncData": {
    • "Segment": null,
    • "Travelers": null,
    • "Price": [ ],
    • "FareRules": [ ],
    • "FlightFlown": [ ],
    • "SSR": [ ]
    },
  • "flight": {
    • "modify": {
      },
    • "search_parameter": {
      },
    • "departure": {
      },
    • "arrival": {
      },
    • "departure_airport": "KWI",
    • "departure_city": "Kuwait City",
    • "arrival_airport": "ADJ",
    • "arrival_city": "Amman",
    • "flight_group": [
      ],
    • "price": {
      },
    • "customer_markup_policy": null,
    • "baggage": null,
    • "fare_rules": {
      },
    • "read_ssr": [ ]
    },
  • "additional_baggage": [ ],
  • "additional_meal": [ ],
  • "pax_seat_plan": [ ],
  • "baggage_protection": [ ],
  • "additional_services": [ ],
  • "discount_data": [ ],
  • "pax": {
    • "primary": {
      },
    • "data": [
      ]
    },
  • "invoice_data": [ ],
  • "refund_status_list": [
    • "requested",
    • "processing",
    • "refunded"
    ],
  • "refund_data": [ ],
  • "partner": {},
  • "supplier": {
    • "info": {
      }
    },
  • "terms": {
    • "status": null,
    • "text": null
    },
  • "cancellation_terms": {
    • "status": null,
    • "text": null
    },
  • "special_notice_status": "disable",
  • "special_notice": null
}

Top-up Services

Get top-up packages

Authorizations:
(apiKeyAuthsecretCodeAuth)
Request Body schema: application/json
required
member_id
required
string

Logged-in user member ID

tracking_id
required
string

Booking or eSIM tracking ID

eSim_iccid
required
string

eSIM ICCID (Integrated Circuit Card Identifier)

property name*
additional property
any

Responses

Response Schema: application/json
property name*
additional property
any

Request samples

Content type
application/json
{
  • "member_id": "1",
  • "tracking_id": "11176328969726194MHHQA",
  • "eSim_iccid": "873000000000042014"
}

Response samples

Content type
application/json
Example
{
  • "status": "success",
  • "reason": "A total of 12 topup packages were found for your eSim.",
  • "topup_tracking_id": "TUP117726938847PY1",
  • "request_data": {
    • "member_id": "1",
    • "tracking_id": "11177260822126194QDWJV",
    • "eSim_iccid": "8900000281278633887"
    },
  • "total_esim_package": "12,",
  • "data": {
    • "package_id": "8900000281278633887||fatafati-in-7days-1gb-topup",
    • "topup_tracking_id": "TUP117726938847PY1",
    • "booking_tracking_id": "11177260822126194QDWJV",
    • "eSim_iccid": "8900000281278633887",
    • "supplier_key": "fatafati-in-7days-1gb-topup",
    • "type": "topup",
    • "sell_price": "489.12,",
    • "sell_currency": "BDT",
    • "title": "1 GB - 7 days",
    • "package_details": {
      }
    },
  • "price": {
    • "promo_tag": null,
    • "purchase": {
      }
    },
  • "sell": null,
  • "total": {
    • "currency": "BDT",
    • "amount": "489.12,",
    • "gross_price": "489.12,",
    • "platform_fees_or_extra_tax": "0,",
    • "point": 0
    },
  • "price_breakdown": {
    • "currency": "BDT",
    • "total": "489.12,",
    • "base_fare": "489.12,",
    • "tax": "0,",
    • "platform_fees_or_extra_tax": "0,",
    • "extra_person_fee": "0,",
    • "supplier_sales_comission": "null,",
    • "payable_at_property": [ ]
    }
}

Create top-up booking

Authorizations:
(apiKeyAuthsecretCodeAuth)
Request Body schema: application/json
required
booking_tracking_id
required
string

Booking tracking ID from validation

topup_tracking_id
required
string

Top-up tracking ID

package_id
required
string

Package identifier including ICCID and plan

member_id
required
string

Logged-in user member ID

redirect_url
required
string

URL to redirect after payment

payment_type
required
string

Payment type (account_balance / card / onlinepayment)

isd_code
required
string

Country ISD code

contact_no
required
string

Contact number

email_address
required
string

Customer email address

agency_email
string

Agency email address (optional)

property name*
additional property
any

Responses

Response Schema: application/json
property name*
additional property
any

Request samples

Content type
application/json
{}

Response samples

Content type
application/json
{
  • "Status": "Success"
}

Get top-up history

Authorizations:
(apiKeyAuthsecretCodeAuth)
Request Body schema: application/json
required
member_id
required
string

Logged-in user member ID

tracking_id
required
string

Booking or eSIM tracking ID

eSim_iccid
required
string

eSIM ICCID (Integrated Circuit Card Identifier)

property name*
additional property
any

Responses

Response Schema: application/json
property name*
additional property
any

Request samples

Content type
application/json
{
  • "member_id": "1",
  • "tracking_id": "11176328969726194MHHQA",
  • "eSim_iccid": "873000000000042014"
}

Response samples

Content type
application/json
{
  • "status": "Success"
}
Back to Portal