aayupay
  1. Collection v2
aayupay
  • Collection v1
    • Generate_VPA
      POST
    • Status-Check
      POST
  • Collection v2
    • Generate_VPA
      POST
    • Status-Check
      POST
  • Payout [V1]
    • create
      POST
    • Status-Check
      POST
  • Get Balance
    • Get Balannce
      POST
  1. Collection v2

Generate_VPA

POST
/api/v1/create_order_2

Request

Header Params

Body Params application/json

Examples

Responses

🟢200response
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://aayupe.com//api/v1/create_order_2' \
--header 'Content-Type: application/json' \
--data-raw '{
  "mid": "AAPE6906121858",
  "apikey": "c1khr3i397yqvau0",
  "route": 1,
  "client_txn_id": "245152t26",
  "amount": "100",
  "customer_mobile": "9876543210"
}'
Response Response Example
{
    "statuscode": "TXN",
    "message": "Transaction Successfull",
    "upi_string": "upi://pay?pa=open9006102366519@yesbank&pn=Pipo%20Zenpay%20Private%20Limited&tr=int_pt_17695B42B5DFC9d&am=100.00&cu=INR&tn=UPI%20Intent%20Transaction&mc=5137",
    "payment_url": "upi://pay?pa=open9006102366519@yesbank&pn=Pipo%20Zenpay%20Private%20Limited&tr=int_pt_17695B42B5DFC9d&am=100.00&cu=INR&tn=UPI%20Intent%20Transaction&mc=5137",
    "apitxnid": "",
    "upi_tr": "",
    "txnid": "ORDID3081164353",
    "orderid": "ORDID3081164353",
    "bankutr": "pending"
}
Modified at 2026-01-05 04:50:06
Previous
Status-Check
Next
Status-Check
Built with