cURL
curl --request PATCH \ --url http://localhost:4000/v1/payout/recipients/{id} \ --header 'Content-Type: application/json' \ --data ' { "name": "Amazon LLC", "email": "payments@amazon.com" } '
Updates the name and/or email of an existing beneficiary. At least one field must be provided.
Updated beneficiary name
"Amazon LLC"
Updated beneficiary email
"payments@amazon.com"
Beneficiary updated