1. Payout [V1]
Risexpay
  • Collection [v1]
    • Generate VPA
      POST
    • status
      POST
  • Payout [V1]
    • create
      POST
    • status
      POST
  • Get Balance
    • Get Balannce
      POST
  1. Payout [V1]

status

POST
/api/v1/check_order_status

Request

Header Params

Body Params application/json

Examples

Responses

🟢200
text/html
Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://risexpay.in//api/v1/check_order_status' \
--header 'Content-Type: application/json' \
--data '{
    "mid": "RXPY6906121858",
    "apikey": "c1khr3i397yqvau0",
    "route": 0,
    "client_txn_id": "RISEX45395"
}'
Response Response Example
{
    "status": true,
    "msg": "Transaction found",
    "data": {
        "TXN_Time": "2025-12-03 17:51:05",
        "TXN_ID": "RISEX45395",
        "Amount": 15,
        "UTR": "533717701427",
        "status": "success"
    }
}
Modified at 2026-05-31 06:53:01
Previous
create
Next
Get Balance
Built with