New Recharge API V3
  1. CANAL+
New Recharge API V3
  • Mobile Data Package
    • Ooredoo Buy epackage
      POST
    • MPT Buy epackage
      POST
    • ATOM Buy epackage
      POST
  • CANAL+
    • CANAL+ catalogs
      GET
    • CANAL+ Check Offer
      POST
    • CANAL+ Verify Offer
      POST
    • Buy Data Package (Canal New Sale)
      POST
    • CANAL Verify Renewal
      POST
    • CANAL Check Account
      POST
    • Buy Data Package (Canal New Sale Temp version)
      POST
    • Buy Data Package (Canal Renew Temp version)
      POST
  • Bill Pay
    • E-Load
      • Buy Eload
    • Bill API getBillAmount
      GET
    • Bill API processCollection
      POST
    • Bill API checkTransaction
      POST
  • E-PIN
    • Buy Epin
      POST
  • Get Client Token
    GET
  • ATOM Buy epackage(ftth | wttx)
    POST
  • Prepaid Gift Card buy epackage
    POST
  • Skynet buy epackage
    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
  • Query Order Status
    GET
  1. CANAL+

CANAL Check Account

Developing
POST
https://newrecharge-api.getmya.io/recharge/api/transaction/canal/check/account
Last modified:2025-11-14 09:05:15

Request

Query Params

Header Params

Request Code 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

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-11-14 09:05:15
Previous
CANAL Verify Renewal
Next
Buy Data Package (Canal New Sale Temp version)
Built with