Vision X API
Payment aggregator API for generating payment links and tracking transactions.
Base URL
https://api.your-domain.com/api/v1
Content-Type
application/json for all requests and responses.
Rate Limits
60 requests per minute per API key. Exceeding the limit returns 429 Too Many Requests.
Quick Start
- Get your API key from the administrator
- Send a
POST /paymentsrequest with amount and currency - Receive payment links for all available methods
- Track status via
GET /payments/:idor webhooks