Skip to main content
AI-Powered Financial Infrastructure Global Payments Secure & Trusted
24×7 Support
Payouts

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.

How it works

From setup to settlement

1
Add or select a beneficiary’s bank account or UPI ID.
2
Initiate a single payout or submit a batch.
3
Paynancial processes the transfer and returns a status.
4
The payout appears in your payout report once completed.
For Developers

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;
curl https://api.paynancial.com/v1/payouts \
  -u YOUR_API_KEY: \
  -d beneficiary_id=bene_3Kd91 \
  -d amount=250000 \
  -d mode=upi
FAQs

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.

Explore More

Other Paynancial products

Used By

Common in these industries

Ready to start with Payouts?