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 getBillAmount

      GET
      https://newrecharge-api.getmya.io/recharge/api/transaction/shwebank/bill/enquiry
      Last modified:2025-06-24 04:28:51

      Request

      Query Params
      barCode
      string 
      required
      Example:
      365-021566
      corpCode
      string 
      required
      Example:
      907
      serviceCode
      string 
      required
      Example:
      907
      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/transaction/shwebank/bill/enquiry?barCode=365-021566&corpCode=907&serviceCode=907' \
      --header 'Authorization: Bearer '

      Responses

      🟢200Success
      application/json
      Body
      code
      string 
      required
      success
      boolean 
      required
      message
      string 
      required
      data
      object 
      required
      amount
      integer 
      required
      billName
      string 
      required
      editable
      string 
      required
      custName
      string 
      required
      accountNo
      string 
      required
      billFor
      string 
      required
      fieldId
      string 
      required
      debitFee
      integer 
      required
      creFee
      integer 
      required
      bankCommission
      integer 
      required
      discountAmount
      integer 
      required
      errorDesc
      null 
      required
      detail
      string 
      required
      Example
      {
          "code": "SUCCESS",
          "success": true,
          "message": "SUCCESS",
          "data": {
              "amount": 500.00,
              "billName": "D-66312",
              "editable": "N",
              "custName": "စခန်းမှူး(ဆသရ)",
              "accountNo": "110028027139",
              "billFor": "2025-06-25 00:00:00.0000000",
              "fieldId": "YCsdFicxT7-kbogTIyyZsw",
              "debitFee": 0.0,
              "creFee": 0.0,
              "bankCommission": 0.00,
              "discountAmount": 0.00,
              "errorDesc": null,
              "detail": "{\"AMOUNT\":\"500.00\",\"ADDRESS\":\"အမှတ်- ကံဘဲ့လမ်း\",\"CONSUMERNO\":\"D-66312\",\"CONSUMERNAME\":\"စခန်းမှူး(ဆသရ)\",\"EDITAMOUNT\":\"N\",\"CURRENCY\":\"MMK\",\"CUSNAME\":\"စခန်းမှူး(ဆသရ)\",\"DESCS\":\"-\",\"EXPIREDATE\":\"2025-06-25 00:00:00.0000000\",\"CLOSEEXPIRE\":\"1\",\"STS\":\"A\",\"ISBLOCK\":\"NO\"}"
          }
      }
      Modified at 2025-06-24 04:28:51
      Previous
      Get Order Status
      Next
      Bill API processCollection
      Built with