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": "RPAYZ6906121xxx", "apikey": "c1khr3i397yqvxxx", "route": 1, "ref_no": "abcxyz1615255", //alphaneumric "amount": "100", "customer_name": "Customer", //add valid name "account_number": "3301127xxxx", "ifsc": "SBIN000xxxx", "customer_mobile": "6787890989", "remarks": "Salary Payments" // add your remartrk optional }
curl --location 'https://api.rockypayz.shop//api/v-secure-core/transfer' \ --header 'Content-Type: application/json' \ --data '{ "mid": "RPAYZ6906121xxx", "apikey": "c1khr3i397yqvxxx", "route": 1, "ref_no": "abcxyz1615255", //alphaneumric "amount": "100", "customer_name": "Customer", //add valid name "account_number": "3301127xxxx", "ifsc": "SBIN000xxxx", "customer_mobile": "6787890989", "remarks": "Salary Payments" // add your remartrk optional }'
{ "statuscode": "TXN", "msg": "Payout initiated", "data": { "TXN_Time": "2025-11-07 18:20:57", "TXN_ID": "abcxyz1615255", "Amount": 100, "Fees": 10.62, "UTR": "61201018xxx", "status": "success" } }