Skip to main content
The meCash Bulk Payout API lets you disburse funds to multiple beneficiaries in a single API request. Instead of sending individual transfer requests, you submit a batch of payout orders — ideal for payroll, vendor payments, commissions, and mass disbursements.
Environment Note: The endpoints in this guide use the Sandbox URL (https://sandboxapi.me-cash.com). In Production, replace sandboxapi with api (https://api.me-cash.com).Each order within a bulk payout is processed independently. If one transfer fails validation, the remaining valid transfers still execute.

Bulk payout lifecycle

How it works

Request body breakdown

Response breakdown

Key behaviors

Use cases

Payroll

Disburse salaries to all employees in one API call instead of hundreds of individual transfers.

Vendor Payments

Pay multiple suppliers and vendors across different banks simultaneously.

Commission Payouts

Distribute commissions or rewards to agents, affiliates, or partners at once.

Next steps

Create Bulk Payout API

Full OpenAPI reference for POST /v1/bulk/payout.

Fetch Batch Status API

Check processing status via GET /v1/bulk/payout/{batchId}/status.

Single Payout Guide

Need to send to just one recipient? Use the standard payout flow.