# Create Bulk Payouts

**Method:** `POST`

**Path:** `/payouts/v3/payments/banks/file`

**Category:** Payouts

**Authentication:** Required

## Description

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.


## Request Body

Content-Type: `application/x-www-form-urlencoded`

- `file` (`string`) **required** — File containing beneficiary account details for bulk payout processing.

### Example Request

```json
{
  "file": "your_file"
}
```

## Responses

- `201` — Bulk payout file accepted and processing initiated.
- `400` — 
- `401` — 
- `403` — 
- `500` — 

---

Reference: https://localhost:3000/api/payouts/create-bulk-payout
