Developer
    UPI COLLECTION
    • 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
    • create order
      POST
    • status
      GET

      create order

      POST
      https://api.wepego.com/finance/virtual/upiorder

      Request

      Header Params

      Body Params application/json

      Examples

      Responses

      🟢200
      application/json
      Bodyapplication/json

      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location 'https://api.wepego.com/finance/virtual/upiorder' \
      --header 'checkSum: 739f448d1cc4f5bbbd048e68ba2b8885b0f8414ed4090ad967df7d15d7cdbbae' \
      --header 'Token: ZKEYza2COHK0QVkcVkwUb6WeIgWiS' \
      --header 'Content-Type: application/json' \
      --data-raw '{
          "name": "JD SARKAR",
          "mobile": "6781816751",
          "email": "ajdhbd@yahoo.com",
          "merchant_order_id": "TST0022000330000013",
          "amount":"10"
      }'
      Response Response Example
      {
          "result": 0,
          "status": "SUCCESS",
          "order_id": "pt_e368C1Ca304E42B",
          "tlid": "UPI1757530670739P9JC7ll",
          "deeplink": "upi://pay?pa=open9432839941674@yesbank&pn=collection&tr=qr_pt_e368C1Ca304E42B&am=100&cu=INR&tn=UPI%20QR%20Transaction&mc=8220",
          "paytm": "paytmmp://pay?pa=open9432839941674@yesbank&pn=collection&tr=qr_pt_e368C1Ca304E42B&am=100&cu=INR&tn=UPI%20QR%20Transaction&mc=8220",
          "merchant_order_id": "TST0022000330000012"
      }
      Modified at 2026-08-29 13:16:25
      Next
      status
      Built with