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 Epin ProductDetailsShow

      GET
      https://newrecharge-api.getmya.io/recharge/api/product/details
      Last modified:2025-06-24 04:26:40

      Request

      Query Params
      productCode
      string 
      required
      Example:
      epin.YTALK.40
      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/details?productCode=epin.YTALK.40' \
      --header 'Authorization: Bearer '

      Responses

      🟢200Success
      application/json
      Body
      code
      string 
      required
      success
      boolean 
      required
      message
      string 
      required
      data
      object 
      required
      variant
      null 
      required
      type
      string 
      required
      info
      string 
      required
      minStock
      null 
      required
      maxStock
      null 
      required
      priceMMK
      integer 
      required
      price
      integer 
      required
      operatorUrl
      string 
      required
      operatorName
      string 
      required
      description
      null 
      required
      name
      string 
      required
      currency
      string 
      required
      code
      string 
      required
      categoryCame
      null 
      required
      Example
      {
          "code": "SUCCESS",
          "success": true,
          "message": "SUCCESS",
          "data": {
              "variant": null,
              "type": "epin",
              "info": "ff",
              "minStock": null,
              "maxStock": null,
              "priceMMK": 177200,
              "price": 40.00,
              "operatorUrl": "https://i.imgur.com/uLLBGGH.png",
              "operatorName": "Ytalk International Calling Card",
              "description": null,
              "name": "Ytalk International Calling Card 40",
              "currency": "USD",
              "code": "epin.YTALK.40",
              "categoryCame": null
          }
      }
      Modified at 2025-06-24 04:26:40
      Previous
      Prepaid Gift Card Enquiry Price
      Next
      Get Order Status
      Built with