This API documentation is for Rockypayz. It covers endpoints for collection, transfer, and balance checking, making it easy to integrate and use in your applications.
{ "mid": "RPAYZ1234567890", "apikey": "cb92447689aa7743", "route": 0, "client_txn_id": "589780553615200" }
curl --location --request POST 'https://api.rockypayz.shop//api/v1/check_order_status' \ --header 'Content-Type: application/json' \ --data-raw '{ "mid": "RPAYZ1234567890", "apikey": "cb92447689aa7743", "route": 0, "client_txn_id": "589780553615200" }'
{ "status": true, "msg": "Transaction found", "data": { "TXN_Time": "2026-01-13 21:58:23", "TXN_ID": "Rckpy143", "Amount": 100, "UTR": "601321087819", "status": "success" } }