---
title: "Pay bonuses"
method: POST
path: "/api/v1/bulk-bonus-payments/{id}/pay/"
tags: ["bonuses"]
---

# Pay bonuses

`POST /api/v1/bulk-bonus-payments/{id}/pay/`

Bonus payments are made asynchronously.
The payment will be done in the following minutes and your balance will be updated accordingly.

<Warning>
This endpoint is **not idempotent**. Sending multiple requests with the same bulk bonus payment ID will result in participants being paid multiple times. Ensure you send this request only once per bulk payment.
</Warning>

## Path parameters

- `id` string, required

## Headers

- `Authorization` string, required

## Response `202`

Successfully received bonus payments request. The bonuses will be paid asynchronously.

- string

## Other responses

- `400` — Error

---

[API](https://skmtc.net/prolific/apis/api-reference.md) · [All operations](https://skmtc.net/prolific/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/prolific/api-reference/versions/dc6f073a9827/schema)
