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

      ATOM Enquiry Request

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

      Request

      Query Params
      serviceType
      string 
      required
      Example:
      flexi
      registeredMobileNo
      string 
      required
      Example:
      09791001339
      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/atom/enquiry?serviceType=flexi&registeredMobileNo=09791001339' \
      --header 'Authorization: Bearer '

      Responses

      🟢200Success
      application/json
      Body
      code
      string 
      required
      success
      boolean 
      required
      message
      string 
      required
      data
      object 
      required
      ErrorCode
      string 
      required
      ErrorMessage
      string 
      required
      customer_id
      string 
      required
      customer_name
      string 
      required
      plan_type
      string 
      required
      plans
      string 
      required
      Example
      {
          "code": "SUCCESS",
          "success": true,
          "message": "SUCCESS",
          "data": {
              "ErrorCode": "00",
              "ErrorMessage": "Success",
              "customer_id": "5000198",
              "customer_name": "Ye Wint Htat",
              "plan_type": "BYOD",
              "plans": "[{\"devices\":\"BYOD151539\",\"expired_on\":\"2025-03-30\",\"packs\":[{\"price\":15000,\"product_id\":337,\"description\":\"66 GB for 30 days_66GB\"},{\"price\":5000,\"product_id\":716,\"description\":\"18 GB for 10 days_18GB\"},{\"price\":10000,\"product_id\":717,\"description\":\"40 GB for 30 days_40GB\"}]}]"
          }
      }
      Modified at 2025-06-24 04:23:00
      Previous
      Get Product Stocks List
      Next
      Skynet Enquiry Request
      Built with