Update a recipient

Change the amount and/or comment for a row.

Endpoint POST /2.0/mass-payout/update-target

Request body

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

Last updated