Send money to vendors, employees and partners.
Move funds out to bank accounts and UPI IDs directly from your dashboard or API, with a clear record of every payout.
For businesses paying vendors, staff, freelancers, or channel partners.
What's included
Bank & UPI payouts
Send funds to a bank account or UPI ID.
Single or bulk payouts
Pay one recipient or an entire batch in one action.
Payout status tracking
Follow each payout from initiated through to completed.
Beneficiary management
Save and reuse recipient details for repeat payouts.
Failure handling
Clear reasons for a failed payout so it can be corrected and retried.
API-first
Trigger payouts programmatically from your own systems.
From setup to settlement
Call it directly from your own code
Every product on this page is also a documented API endpoint — build it into your own systems when the dashboard isn't enough.
Explore API Documentation$client = new Paynancial\Client('YOUR_API_KEY');
$payout = $client->payouts->create([
'beneficiary_id' => 'bene_3Kd91',
'amount' => 250000, // in paise
'mode' => 'upi',
]);
echo $payout->status;
Common questions
Can I pay more than one person at once?
Yes — bulk payouts let you submit a batch of transfers in a single request.
What payout modes are supported?
Bank transfer and UPI are both supported for sending funds to a beneficiary.