Create Bulk Payouts
POST
/payouts/v3/payments/banks/fileCreates multiple payouts in bulk by uploading a file containing beneficiary account details. The file is processed asynchronously. Use the Get Payouts API with the returned requestReferenceId to track individual payout statuses.
Requires
Bearer token. Get token →Request Body
| Name | Type | Description |
|---|---|---|
file | stringrequired | File containing beneficiary account details for bulk payout processing. |
Status Codes
201 | Bulk payout file accepted and processing initiated. |
400 | |
401 | |
403 | |
500 |
Request
curl --request POST \
--url https://pluraluat.v2.pinepg.in/payouts/v3/payments/banks/file \
--header 'Authorization: Bearer YOUR_ACCESS_TOKEN' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data file=your_file