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

  1. Get your API key from the administrator
  2. Send a POST /payments request with amount and currency
  3. Receive payment links for all available methods
  4. Track status via GET /payments/:id or webhooks