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

      CANAL Check Account

      POST
      https://newrecharge-api.getmya.io/recharge/api/transaction/canal/check/account
      Last modified:2025-06-24 03:54:43

      Request

      Query Params
      number
      string 
      required
      Example:
      0943107000
      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 POST 'https://newrecharge-api.getmya.io/recharge/api/transaction/canal/check/account?number=0943107000' \
      --header 'Authorization: Bearer '

      Responses

      🟢200Success
      application/json
      Body
      code
      string 
      required
      success
      boolean 
      required
      message
      string 
      required
      data
      object 
      required
      returnCode
      integer 
      required
      errorCode
      string 
      required
      errorLabel
      string 
      required
      subscriberFound
      integer 
      required
      idBase
      string 
      required
      numSubscriber
      string 
      required
      numContrat
      string 
      required
      accountRef
      string 
      required
      currency
      string 
      required
      tokenId
      string 
      required
      offers
      array [object {4}] 
      required
      Example
      {
          "code": "SUCCESS",
          "success": true,
          "message": "SUCCESS",
          "data": {
              "returnCode": 0,
              "errorCode": "",
              "errorLabel": "",
              "subscriberFound": 1,
              "idBase": "Myandev",
              "numSubscriber": "8706703",
              "numContrat": "1",
              "accountRef": "",
              "currency": "KYAT",
              "tokenId": "84cbbd5b4106aa28c7d0245963e2e88efb7f54ac47",
              "offers": [
                  {
                      "code": "RBASOTT|RBASOTT",
                      "label": "Renew Htoo Shall Mobile",
                      "durations": [
                          {
                              "code": "1",
                              "label": "01 Months",
                              "price": null
                          },
                          {
                              "code": "12",
                              "label": "12 Months",
                              "price": null
                          },
                          {
                              "code": "2",
                              "label": "02 Months",
                              "price": null
                          },
                          {
                              "code": "3",
                              "label": "03 Months",
                              "price": null
                          },
                          {
                              "code": "6",
                              "label": "06 Months",
                              "price": null
                          },
                          {
                              "code": "7J",
                              "label": "7 Days",
                              "price": null
                          }
                      ],
                      "options": []
                  },
                  {
                      "code": "RMBOTT25|RMBOTT25",
                      "label": "Renew Mobile+",
                      "durations": [
                          {
                              "code": "1",
                              "label": "01 Months",
                              "price": null
                          },
                          {
                              "code": "12",
                              "label": "12 Months",
                              "price": null
                          },
                          {
                              "code": "2",
                              "label": "02 Months",
                              "price": null
                          },
                          {
                              "code": "3",
                              "label": "03 Months",
                              "price": null
                          },
                          {
                              "code": "6",
                              "label": "06 Months",
                              "price": null
                          },
                          {
                              "code": "7J",
                              "label": "7 Days",
                              "price": null
                          }
                      ],
                      "options": []
                  },
                  {
                      "code": "RTVOTT25|RTVOTT25",
                      "label": "Renew Smart TV Htoo Shall+",
                      "durations": [
                          {
                              "code": "1",
                              "label": "01 Months",
                              "price": null
                          },
                          {
                              "code": "12",
                              "label": "12 Months",
                              "price": null
                          },
                          {
                              "code": "2",
                              "label": "02 Months",
                              "price": null
                          },
                          {
                              "code": "3",
                              "label": "03 Months",
                              "price": null
                          },
                          {
                              "code": "6",
                              "label": "06 Months",
                              "price": null
                          }
                      ],
                      "options": []
                  }
              ]
          }
      }
      Modified at 2025-06-24 03:54:43
      Previous
      GET Client Token
      Next
      CANAL Verify Renewal
      Built with