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"
}'{
"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"
}
}