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": 1, //Payin 1 and payout use 0 "client_txn_id": "518865953156750" }
curl --location --request POST 'https://api.rockypayz.shop//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" } }