Next Generation Gateway

Beyond Traditional
Interact Experience

Seamlessly bridge your applications with high-performance real-time data and payment infrastructure. Built for reliability, speed, and elegance.

99.9%
Uptime
50ms
Latency
1M+
Transactions
QuickNet Technology

Unified API Integration

One powerful endpoint to handle all your application needs. Designed for simplicity and maximum throughput.

Initiate Payment

The core endpoint for starting any transaction flow (Payment, Deposit, or Withdraw).


Endpoint
POST /quicknet/v1/initiate
Request Parameters
  • app_id: (Required) Existing App Identifier
  • api_key: (Required) Your API Key
  • api_secret: (Required) Your API Secret
  • username: (Required) Target Player Identity
  • amount: (Required) Min: 0.00000001
  • currency: (Required) Currency Code (e.g. QCN)
  • type: (Optional) payment, deposit, withdraw
  • merchant_reference: (Optional) Your order ID
  • player_phone: (Optional) User phone number
  • details: (Optional) Description of payment
CURL Example Request
curl -X POST https://www.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

About QuickNet Protocol

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.