Developer
    Traffic E-Challan
    • Account
    • Verification API
    • Recharge API
    • PAYOUT API
    • Operator Lookup API
    • Mobile Tariff Plans
    • Utility Bill Pay API
    • Gift Card/ Brand Voucher API
    • webhook/callback
    • Recharge Validation API
    • Flight Booking API
    • Bus Booking API
    • Credit Card Bill API
    • CREDIT CARD TO BANK API
    • Virtual Account
    • UPI COLLECTION
    • UPI INTENT LINK
    • Traffic E-Challan
    • Digital Gold API
    • Credit Score | CIBIL Score API
    • Rc Details
      POST
    • Get Challan
      POST
    • Pay Challan
      POST

      Pay Challan

      POST
      https://api.wepego.com/utility/bill/payment
      PARAMDefaultMandatory (M) , Optional (O)
      codeBiller code from Biller ListsM
      agent_idUnique Random ID 5-28 Digit from PartnerM
      param_primaryfrom biller lists api you will get fields array- isprimary true and secuence 1 it will be calculated as param_primary, rest will be optional1,optional2 as like thisM
      optional1optional1 will be secuence 2 or 1 which is not primary trueO
      optional2secuence 3O
      optional3secuence 4O
      optional4secuence 5O
      optional5secuence 6O

      Request

      Header Params

      Body Params application/json

      Examples

      Responses

      🟢200
      application/json
      Bodyapplication/json

      🟠400
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location 'https://api.wepego.com/utility/bill/payment' \
      --header 'Token: ZKEYza2COHK0QVkcVkwUb6WeIgWiS' \
      --header 'checkSum: 739f448d1cc4f5bbbd048e68ba2b8885b0f8414ed4090ad967df7d15d7cdbbae' \
      --header 'Content-Type: application/json' \
      --data '{
        "code": "FHDF",
        "agent_id": "ZLP000KLO0000PPLO001",
        "param_primary": "TN63CW5611",
        "optional1": "9432839941",
        "amount": 1000,
        "remark": "Traffic E cHallan Fine",
        "challan_number": "GJ4160822241201045021"
      
      
      }'
      Response Response Example
      200 - success
      {
          "status": "success",
          "current_time": "13,Dec,2024 05:10:10 PM",
          "amount": 10,
          "msg": "",
          "error": "",
          "utr": "MK014348BAAJFEMCZ000",
          "tlid": "ZBB1734090010497pDfOUGj",
          "biller": "Traffic E-Challan",
          "callback_status": "SUCCESS",
          "timestamp": "2024-12-13 05:10:10pm",
          "result": 0,
          "agent_id": "ZLP000KLO0000PPLO00P03"
      }
      Modified at 2026-08-29 13:16:25
      Previous
      Get Challan
      Built with