Skip to main content
PATCH
/
payout
/
recipients
/
{id}
Update a beneficiary
curl --request PATCH \
  --url http://localhost:4000/v1/payout/recipients/{id} \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "Amazon LLC",
  "email": "payments@amazon.com"
}
'

Path Parameters

id
string
required

Body

application/json
name
string

Updated beneficiary name

Example:

"Amazon LLC"

email
string

Updated beneficiary email

Example:

"payments@amazon.com"

Response

Beneficiary updated