> 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/add-a-recipient-target.md).

# Add a recipient (target)

Append a recipient row to a payout.

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

**Request body**

```json
{
  "payoutId": "92b482eb-6ddb-4da7-95d4-582a69e18082",
  "address": "0x000000000000000000000000000000000000dEaD",
  "amount": "1000000",
  "comment": "Vasya Pupkin"
}
```

**Notes**

* `amount` is a string. For tokens with decimals, use base units (see `crypto.decimals` on the asset data endpoint).
