Seamlessly bridge your applications with high-performance real-time data and payment infrastructure. Built for reliability, speed, and elegance.
One powerful endpoint to handle all your application needs. Designed for simplicity and maximum throughput.
The core endpoint for starting any transaction flow (Payment, Deposit, or Withdraw).
POST /quicknet/v1/initiate
curl -X POST https://qcash.troytechs.com/api/quicknet/v1/initiate \
-H "Content-Type: application/json" \
-d '{
"app_id": "APP_123",
"api_key": "KEY_XYZ",
"api_secret": "SECRET_ABC",
"username": "player123",
"amount": 100.50,
"currency": "QCN",
"type": "deposit",
"merchant_reference": "ORDER_654321",
"player_phone": "+1234567890",
"details": "Subscription Upgrade"
}'
// Returns a payment_id and pending status
QuickNet is more than just a gateway. It's a high-concurrency real-time interaction protocol designed to synchronize distributed services with sub-second latency. Whether you're building gaming platforms or financial tools, QuickNet provides the architectural backbone you need.