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

create

POST
/api/v1/transfer

Request

Header Params

Body Params application/json

Examples

Responses

🟢200
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://aayupe.com//api/v1/transfer' \
--header 'Content-Type: application/json' \
--data-raw '{
  "mid": "AAPE6906121858",
  "apikey": "c1khr3i397yqvau0",
  "route":2,
  "ref_no": "AP2562215512",
  "amount": "150",
  "customer_name": "Pratyusa",
  "account_number": "33011276020",
  "ifsc": "SBIN0006907",
  "customer_mobile": "6787890989"
}'
Response Response Example
{
    "status": true,
    "message": "Transaction Successful",
    "data": {
        "txn_time": "2025-12-27 09:23:55",
        "txn_id": "AP2562215512",
        "amount": 150,
        "utr": "9225122709235578",
        "txn_status": "success"
    }
}
Modified at 2025-12-27 03:54:21
Previous
Payout [V1]
Next
Status-Check
Built with