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

Generate_VPA

POST
/api/v1/create_order

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' \
--header 'Content-Type: application/json' \
--data-raw '{
  "mid": "AAPE6906121858",
  "apikey": "c1khr3i397yqvau0",
  "route": 1,
  "client_txn_id": "245t26",
  "amount": "100",
  "customer_mobile": "9876543210"
}'
Response Response Example
{
    "status": "True",
    "validity": "Warning: Every Payment Link will be valid for 4 minutes only",
    "msg": "Order created successfully",
    "client_txn_id": "1256252212225",
    "payment_url": "https://api.rockypayz.shop/api/payment/route/v1/pay.php?token=2557e34d24fed954223277504dbe6f0a"
}
Modified at 2025-12-28 02:55:40
Next
Payout [V1]
Built with