Payment Gateway API

POST /api/deposit/create
X-API-Key: YOUR_GATEWAY_API_KEY
Content-Type: application/json

{"user_id":"123","amount":20000}

GET /api/deposit/:order_id
X-API-Key: YOUR_GATEWAY_API_KEY