Create Bulk Payouts

POST/payouts/v3/payments/banks/file

Creates 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

NameTypeDescription
file
stringrequired

File containing beneficiary account details for bulk payout processing.

Status Codes

201Bulk 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

Run this request

New chat
Responses are generated using AI and may contain mistakes.
Hi! I'm Pine, your AI developer assistant. Ask me anything about Pine Labs APIs, integrations, or troubleshooting.

Tip: you can create a new chat with ⌘ + E