New Recharge API V3
    New Recharge API V3
    • GET Client Token
      GET
    • CANAL Check Account
      POST
    • CANAL Verify Renewal
      POST
    • Buy Data Package (Canal New Sale)
      POST
    • Buy Data Package (Canal Renew)
      POST
    • ATOM Buy epackage
      POST
    • Prepaid Gift Card buy epackage
      POST
    • Skynet buy epackage
      POST
    • Ooredoo Buy epackage
      POST
    • MPT Buy epackage
      POST
    • Buy Eload
      POST
    • Buy Epin
      POST
    • Get Products in Category Tree Form
      GET
    • Get Data Packages in Category Tree Form
      GET
    • Get Products in List Form
      GET
    • Get Data Packages in List Form
      GET
    • Get Product Stocks List
      GET
    • ATOM Enquiry Request
      GET
    • Skynet Enquiry Request
      GET
    • Get PrepaidGiftCard ProductList
      GET
    • Prepaid Gift Card Enquiry Price
      GET
    • Get Epin ProductDetailsShow
      GET
    • Get Order Status
      GET
    • Bill API getBillAmount
      GET
    • Bill API processCollection
      POST
    • Bill API checkTransaction
      POST

      Skynet Enquiry Request

      GET
      https://newrecharge-api.getmya.io/recharge/api/product/skynet/enquiry
      Last modified:2025-06-24 04:23:34

      Request

      Query Params
      chipsetOrSmartCardId
      string 
      required
      Example:
      8120404521262040
      voucherCode
      string 
      optional
      transactionId
      string 
      optional
      retailPrice
      string 
      optional
      Header Params
      Authorization
      string 
      required
      Example:
      Bearer {{client_token}}

      Request 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 --request GET 'https://newrecharge-api.getmya.io/recharge/api/product/skynet/enquiry?chipsetOrSmartCardId=8120404521262040&voucherCode=&transactionId=&retailPrice=' \
      --header 'Authorization: Bearer '

      Responses

      🟢200Success
      application/json
      Body
      code
      string 
      required
      success
      boolean 
      required
      message
      string 
      required
      data
      object 
      required
      sku
      string 
      required
      chipsetOrSmartCardId
      string 
      required
      subscriptionNumber
      string 
      required
      productCode
      string 
      required
      expiryDate
      null 
      required
      ownerName
      string 
      required
      remainingDays
      null 
      required
      eligibleVouchers
      array [object {5}] 
      required
      Example
      {
          "code": "SUCCESS",
          "success": true,
          "message": "SUCCESS",
          "data": {
              "sku": "SKYNET/SUBSCRIPTION/PACKAGE",
              "chipsetOrSmartCardId": "8120404521262040",
              "subscriptionNumber": "S00007101",
              "productCode": "APYAE AWA",
              "expiryDate": null,
              "ownerName": "KO NAING LIN AUNG _",
              "remainingDays": null,
              "eligibleVouchers": [
                  {
                      "name": "APYAE AWA-1MONTH",
                      "description": "Apyae Awa",
                      "alternativeCode": "APYAE AWA-1MONTH",
                      "retailPrice": 19000,
                      "payAmount": 19000
                  },
                  {
                      "name": "APYAE AWA-2MONTHS",
                      "description": "Apyae Awa",
                      "alternativeCode": "APYAE AWA-2MONTHS",
                      "retailPrice": 38000,
                      "payAmount": 38000
                  },
                  {
                      "name": "APYAE AWA-3MONTHS",
                      "description": "Apyae Awa",
                      "alternativeCode": "APYAE AWA-3MONTHS",
                      "retailPrice": 57000,
                      "payAmount": 57000
                  },
                  {
                      "name": "APYAE AWA-4MONTHS",
                      "description": "Apyae Awa",
                      "alternativeCode": "APYAE AWA-4MONTHS",
                      "retailPrice": 76000,
                      "payAmount": 76000
                  },
                  {
                      "name": "APYAE AWA-5MONTHS",
                      "description": "Apyae Awa",
                      "alternativeCode": "APYAE AWA-5MONTHS",
                      "retailPrice": 95000,
                      "payAmount": 95000
                  },
                  {
                      "name": "APYAE AWA-6MONTHS",
                      "description": "Apyae Awa",
                      "alternativeCode": "APYAE AWA-6MONTHS",
                      "retailPrice": 114000,
                      "payAmount": 114000
                  },
                  {
                      "name": "APYAE AWA-7MONTHS",
                      "description": "Apyae Awa",
                      "alternativeCode": "APYAE AWA-7MONTHS",
                      "retailPrice": 133000,
                      "payAmount": 133000
                  },
                  {
                      "name": "APYAE AWA-8MONTHS",
                      "description": "Apyae Awa",
                      "alternativeCode": "APYAE AWA-8MONTHS",
                      "retailPrice": 152000,
                      "payAmount": 152000
                  },
                  {
                      "name": "APYAE AWA-9MONTHS",
                      "description": "Apyae Awa",
                      "alternativeCode": "APYAE AWA-9MONTHS",
                      "retailPrice": 171000,
                      "payAmount": 171000
                  },
                  {
                      "name": "APYAE AWA-10MONTHS",
                      "description": "Apyae Awa",
                      "alternativeCode": "APYAE AWA-10MONTHS",
                      "retailPrice": 190000,
                      "payAmount": 190000
                  },
                  {
                      "name": "APYAE AWA-11MONTHS",
                      "description": "Apyae Awa",
                      "alternativeCode": "APYAE AWA-11MONTHS",
                      "retailPrice": 209000,
                      "payAmount": 209000
                  },
                  {
                      "name": "APYAE AWA-12MONTHS",
                      "description": null,
                      "alternativeCode": "APYAE AWA-12MONTHS",
                      "retailPrice": 228000,
                      "payAmount": 228000
                  }
              ]
          }
      }
      Modified at 2025-06-24 04:23:34
      Previous
      ATOM Enquiry Request
      Next
      Get PrepaidGiftCard ProductList
      Built with