Payout API Documentation
Integrate Sanvexo into your application to disburse money to bank accounts and UPI IDs. Load a prepaid wallet, call the payout API, and receive real-time webhook notifications.
How It Works
1. Load wallet balance (admin credit or load request) 2. Call POST /api/v1/payout/create with beneficiary details 3. Platform deducts payout amount + fee from wallet 4. Money is sent to beneficiary bank / UPI 5. Webhook notifies your server of success or failure
Base URL
https://paygo.sanvexo.in/api/v1
Platform: paygo.sanvexo.in
· All endpoints use prefix /api/v1 · HTTPS required in production.
Requirements Before Going Live
- Complete merchant registration and KYC verification
- Add and verify bank account (for compliance)
- Generate API credentials from Merchant Dashboard → API Management
- Whitelist your server IP address(es)
- Load wallet balance before calling payout API
- Configure webhook URL for payout notifications
Demo: Merchant
merchant@demo.com has ₹50,000 pre-loaded. See Testing & Sandbox.