Update a Stakeholder
PATCH https://api.razorpay.com/v2/accounts/{account_id}/stakeholders/{stakeholder_id}
Use this API to update a stakeholder.
Know more about the Update a Stakeholder API .
Request Body
{"percentage_ownership"=>20, "name"=>"Gauri Kumar", "email"=>"gauri.kumar@example.com", "relationship"=>{"director"=>false, "executive"=>true}, "phone"=>{"primary"=>"9898989898", "secondary"=>"9898989898"}, "addresses"=>{"residential"=>{"street"=>"507, Koramangala 1st block", "city"=>"Bangalore", "state"=>"Karnataka", "postal_code"=>"560035", "country"=>"IN"}}, "kyc"=>{"pan"=>"AVOPB1111J"}, "notes"=>{"random_key_by_partner"=>"random_value2"}}
HEADERS
| Key | Datatype | Required | Description |
RESPONSES
status: ``