cURL
curl --request PATCH \ --url http://localhost:4000/v1/payout/recipients/{id}/status \ --header 'Content-Type: application/json' \ --data ' { "status": "archived" } '
Archives or restores a beneficiary. Valid statuses: active, archived.
New beneficiary status
active
archived
"archived"
Beneficiary status updated