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]

Status-Check

POST
/api/v1/check_order_status

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/check_order_status' \
--header 'Content-Type: application/json' \
--data-raw '{
     "mid": "RPAYZ6906121858",
     "apikey": "c1khr3i397yqvau0",
    "route": 1, //Payin 1 and payout use 0
    "client_txn_id": "518865953156750"
}'
Response Response Example
{
    "status": true,
    "msg": "Transaction found",
    "data": {
        "txnid": "518865953156750",
        "createdAt": "2025-10-30 20:09:43",
        "amount": "150",
        "fees": "0.0062",
        "credit_amount": "149.07",
        "utr": "857111144325",
        "status": "SUCCESS"
    }
}
Modified at 2025-12-28 02:51:43
Previous
create
Next
Get Balance
Built with