API v1
Merchant Login Get API Keys

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.

Quick Start

Send your first payout in under 15 minutes.

Getting Started →

Wallet

How to load balance before sending payouts.

Wallet & Balance →

Beneficiaries

Register and validate payout recipients before sending money.

Beneficiaries API →

Payout API

Create payouts and check disbursement status.

API Reference →

Webhooks

Receive server-to-server payout status updates.

Webhooks Guide →

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.