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" }
curl --location --request POST 'https://api.rockypayz.shop//api/v1/CheckBalance' \ --header 'Content-Type: application/json' \ --data-raw '{ "mid": "RPAYZ1234567890", "apikey": "cb92447689aa7743" }'
{ "status": true, "statusMsg": "Balance Fetched Successfully...!!", "data": { "Main_Balance": "354.56" } }