Create a Stakeholder
POST https://api.razorpay.com/v2/accounts/{account_id}/stakeholders
Use this API to create a stakeholder.
Know more about the Create a Stakeholder API .
Request Body
{"percentage_ownership"=>10, "name"=>"Gaurav Kumar", "email"=>"gaurav.kumar@example.com", "relationship"=>{"director"=>true, "executive"=>false}, "phone"=>{"primary"=>"7474747474", "secondary"=>"7474747474"}, "addresses"=>{"residential"=>{"street"=>"506, Koramangala 1st block", "city"=>"Bengaluru", "state"=>"Karnataka", "postal_code"=>"560034", "country"=>"IN"}}, "kyc"=>{"pan"=>"AVOPB1111K"}, "notes"=>{"random_key_by_partner"=>"random_value"}}
HEADERS
| Key | Datatype | Required | Description |
RESPONSES
status: ``