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":2,// use 2 as route"client_txn_id":"12564vfds5nbN","amount":"100","customer_mobile":"9876543210"}
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://api.rockypayz.shop//api/v1/create_order' \
--header'Content-Type: application/json' \
--data-raw'{
"mid": "RPAYZ6906121858",
"apikey": "c1khr3i397yqvau0",
"route": 2, // use 2 as route
"client_txn_id": "12564vfds5nbN",
"amount": "100",
"customer_mobile": "9876543210"
}'
Responses
🟢200response
application/json
Body
Example
{"status":"True","validity":"Warning: Every Payment Link will be valid for 10 minutes only","msg":"Order created successfully","client_txn_id":"1256252212225","payment_url":"https://rockypayzcart.shop/phonepe_gateway/pay.php?amount=5&orderId=ROC545N"}