Disburse payouts at scale with one API
Load your prepaid wallet, validate beneficiaries, and send IMPS, NEFT, or UPI payouts — with real-time webhooks, GST invoicing, and full reconciliation.
Everything to run payouts at scale
From wallet management to beneficiary validation — one platform for your entire disbursement workflow.
REST Payout API
Create payouts, check status, and manage beneficiaries with clean JSON responses and detailed error codes.
Prepaid Wallet
Load balance upfront via bank transfer. Fees and GST deducted automatically on every successful payout.
Beneficiary Validation
Register recipients and run penny-drop verification before sending money — reduces failed transfers.
IMPS, NEFT & UPI
Disburse to any bank account or UPI ID through a single unified API endpoint.
GST & Invoicing
Automatic tax invoices on every payout with CGST/SGST/IGST breakdown and export-ready reports.
Real-time Webhooks
Instant notifications on payout success, failure, and processing with HMAC signature verification.
Live in four simple steps
From registration to your first payout in under a day.
Register & KYC
Complete merchant onboarding and get your account verified by our team.
Load Wallet
Transfer funds to the platform bank account and get balance credited with UTR.
Integrate API
Generate API keys, add beneficiaries, and call the payout endpoint from your app.
Track & Reconcile
Monitor via dashboard, receive webhooks, and export GST reports anytime.
Integrate in hours, not weeks
Clean REST API with cURL, PHP, Node.js, and Java examples. Full documentation with authentication, webhooks, and error handling guides.
- API key + secret key authentication
- Idempotent reference IDs
- Automatic refund on failed payouts
- IP whitelisting & audit logs
POST /api/v1/payout/create
{
"reference_id": "PAY-2026-00842",
"amount": 1000.00,
"payout_mode": "imps",
"beneficiary_id": 1
}
// Response
{
"success": true,
"data": {
"status": "processing",
"total_debited": 1017.70,
"platform_fee": 15.00,
"gst_amount": 2.70
}
}
Ready to automate your payouts?
Register as a merchant, load your wallet, and send your first test payout in minutes.