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

      Get PrepaidGiftCard ProductList

      GET
      https://newrecharge-api.getmya.io/recharge/api/product/prepaidGiftCard/list
      Last modified:2025-06-24 04:25:03

      Request

      Query Params
      operators
      string 
      required
      Example:
      MobileLegends
      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/prepaidGiftCard/list?operators=MobileLegends' \
      --header 'Authorization: Bearer '

      Responses

      🟢200Success
      application/json
      Body
      code
      string 
      required
      success
      boolean 
      required
      message
      string 
      required
      data
      object 
      required
      products
      array [object {4}] 
      required
      Example
      {
          "code": "SUCCESS",
          "success": true,
          "message": "SUCCESS",
          "data": {
              "products": [
                  {
                      "code": "prepaidGiftCard.MobileLegends.2572",
                      "price": 4386,
                      "currency": "MMK",
                      "description": "Mobile Legends (Global) - 55 Diamonds"
                  },
                  {
                      "code": "prepaidGiftCard.MobileLegends.2553",
                      "price": 22106,
                      "currency": "MMK",
                      "description": "Mobile Legends (UAE/Turkey) - 275 Diamonds"
                  },
                  {
                      "code": "prepaidGiftCard.MobileLegends.2554",
                      "price": 44256,
                      "currency": "MMK",
                      "description": "Mobile Legends (UAE/Turkey) - 565 Diamonds"
                  },
                  {
                      "code": "prepaidGiftCard.MobileLegends.2555",
                      "price": 88556,
                      "currency": "MMK",
                      "description": "Mobile Legends (UAE/Turkey) - 1,155 Diamonds"
                  },
                  {
                      "code": "prepaidGiftCard.MobileLegends.2556",
                      "price": 132856,
                      "currency": "MMK",
                      "description": "Mobile Legends (UAE/Turkey) - 1,765 Diamonds"
                  },
                  {
                      "code": "prepaidGiftCard.MobileLegends.2577",
                      "price": 221456,
                      "currency": "MMK",
                      "description": "Mobile Legends (Global) - 2,975 Diamonds"
                  },
                  {
                      "code": "prepaidGiftCard.MobileLegends.2557",
                      "price": 221456,
                      "currency": "MMK",
                      "description": "Mobile Legends (UAE/Turkey) - 2,975 Diamonds"
                  },
                  {
                      "code": "prepaidGiftCard.MobileLegends.2578",
                      "price": 442956,
                      "currency": "MMK",
                      "description": "Mobile Legends (Global) - 6,000 Diamonds"
                  },
                  {
                      "code": "prepaidGiftCard.MobileLegends.2558",
                      "price": 442956,
                      "currency": "MMK",
                      "description": "Mobile Legends (UAE/Turkey) - 6,000 Diamonds"
                  },
                  {
                      "code": "prepaidGiftCard.MobileLegends.2579",
                      "price": 885956,
                      "currency": "MMK",
                      "description": "Mobile Legends (Global) - 12,000 Diamonds"
                  },
                  {
                      "code": "prepaidGiftCard.MobileLegends.2559",
                      "price": 885956,
                      "currency": "MMK",
                      "description": "Mobile Legends (UAE/Turkey) - 12,000 Diamonds"
                  }
              ]
          }
      }
      Modified at 2025-06-24 04:25:03
      Previous
      Skynet Enquiry Request
      Next
      Prepaid Gift Card Enquiry Price
      Built with