New Recharge API V3
  1. Bill Pay
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. Bill Pay

Bill API checkTransaction

POST
https://newrecharge-api.getmya.io/recharge/api/transaction/shwebank/check
Last modified:2025-11-14 09:08:13

Request

Query Params

Header Params

Body Params application/json

Example
{}

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/shwebank/check?merchantOrderNo=DEVT2024201417150005&transactionDate=2025-06-23' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{}'

Responses

🟢200Success
application/json
Body

Example
{
    "code": "SUCCESS",
    "success": true,
    "message": "SUCCESS",
    "data": {
        "transactionId": "10000200003",
        "transactionDate": "2025-06-23 13:50:59",
        "amount": 2808900.00,
        "coreId": "d32e3bfa865142d689a3f2bc818e5596",
        "transactionNumber": "20250914000006139215",
        "billId": "202506231350321000",
        "errorDesc": "Transaction Successfully",
        "status": "C",
        "debitFee": 0.00,
        "creFee": 0.00
    }
}
Modified at 2025-11-14 09:08:13
Previous
Bill API processCollection
Next
Buy Epin
Built with