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", "amount": "100", "customer_name": "Customer1", "account_number": "3301127xxxx", "ifsc": "SBIN000xxxx", "customer_mobile": "6787890989" }
curl --location --request POST 'https://api.rockypayz.shop//api/v-secure-core/transfer' \ --header 'Content-Type: application/json' \ --data-raw '{ "mid": "RPAYZ6906121xxx", "apikey": "c1khr3i397yqvxxx", "route": 1, "ref_no": "abcxyz1615255", "amount": "100", "customer_name": "Customer1", "account_number": "3301127xxxx", "ifsc": "SBIN000xxxx", "customer_mobile": "6787890989" }'
{ "statuscode": "TXN", "msg": "Payout initiated", "data": { "TXN_Time": "2025-11-07 18:20:57", "TXN_ID": "abcxyz1615255", "Amount": 100, "Fees": 10.62, "order_id": "ASPAYOUT4432420412", "status": "success" } }