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

      Bill API checkTransaction

      POST
      https://newrecharge-api.getmya.io/recharge/api/transaction/shwebank/check
      Last modified:2025-06-24 04:30:45

      Request

      Query Params
      merchantOrderNo
      string 
      required
      Example:
      DEVT2024201417150005
      transactionDate
      string 
      required
      Example:
      2025-06-23
      Header Params
      Authorization
      string 
      required
      Example:
      Bearer {{client_token}}
      Body Params application/json
      object {0}
      Example
      {}

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

      Responses

      🟢200Success
      application/json
      Body
      code
      string 
      required
      success
      boolean 
      required
      message
      string 
      required
      data
      object 
      required
      transactionId
      string 
      required
      transactionDate
      string 
      required
      amount
      integer 
      required
      coreId
      string 
      required
      transactionNumber
      string 
      required
      billId
      string 
      required
      errorDesc
      string 
      required
      status
      string 
      required
      debitFee
      integer 
      required
      creFee
      integer 
      required
      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-06-24 04:30:45
      Previous
      Bill API processCollection
      Built with