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": { "txnid": "589780553615200", "createdAt": "2025-01-18 22:23:47", "fees": "0.02", "debit_amount": "12.24", "utr": "3336137321", "status": "success" } }