> For the complete documentation index, see [llms.txt](https://docs.omypayments.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.omypayments.com/api/api-endpoints/mass-payouts/update-a-recipient.md).

# Update a recipient

Change the `amount` and/or `comment` for a row.

**Endpoint**\
`POST /2.0/mass-payout/update-target`

**Request body**

```json
{
  "id": "1615dd7e-c116-4bb0-aea9-7f915580a93f",
  "amount": "2000000",
  "comment": "Ivan Ivanov"
}
```
