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": "RPAYZ6906121858", "apikey": "c1khr3i397yqvau0", "route": 2, // use 1 and 2 for collection "client_txn_id": "518865953156750" }
curl --location 'https://api.rockypayz.shop//api/v1/check_order_status' \ --header 'Content-Type: application/json' \ --data '{ "mid": "RPAYZ6906121858", "apikey": "c1khr3i397yqvau0", "route": 2, // use 1 and 2 for collection "client_txn_id": "518865953156750" }'
{ "status": true, "msg": "Transaction found", "data": { "txnid": "12564vf3dsxxxx", "createdAt": "2026-04-24 21:52:59", "amount": "15x", "fees": "2.3x", "credit_amount": "12.6x", "utr": "301380500xxx", "status": "Success" } }