Stakeholders Entity๐
The Stakeholders entity consists of the following fields. You can find the JSON sample entity on the right side.
id-
stringThe unique identifier of a stakeholder generated by Razorpay, used to fetch or update a stakeholder. For example,sth_GLGgm8fFCKc92m. Maximum length supported is 18 characters. entity-
stringHere it isstakeholder. percentage_ownership-
floatThe stakeholder's ownership of the business in percentage. Only two decimal places are allowed. For example,87.55. The maximum length is 100 characters. name-
stringThe stakeholder's name as per the PAN card. The maximum length is 255 characters. email-
stringThe stakeholder's email address. The maximum length is:- local part (before @): 64 characters.
- domain part (after @): 68 characters.
The total character length supported is 132.
relationship-
objectThe stakeholder's relationship with the accountโs business. The default value isfalse.director: This attribute is set totrueif the stakeholder is a director of the account's legal entity. By default, it is set tofalse.executive: This attribute is set totrueif the stakeholder is an executive of the account's legal entity. By default, it is set tofalse.
phone-
objectThe stakeholder's phone number.primaryintegerThe primary contact number of the stakeholder. The minimum length is 8 characters and the maximum length is 11.secondaryintegerThe secondary contact number of the stakeholder. The minimum length is 8 characters and the maximum length is 11.
addresses-
objectDetails of stakeholder's address.residential-
stringDetails of the stakeholder's residential address.streetstringThe stakeholder's street address. The minimum length is 10 characters and maximum length is 255.citystringThe city. The minimum length is 2 and maximum length is 32.statestringThe state. The minimum length is 2 and maximum length is 32.postal_codestringThe postal code. The minimum length is 2 and maximum length is 10.countrystringThe country. The minimum length is 2 and maximum length is 64.
kyc-
objectThe type of document required to establish the stakeholder's identity.panstringThe PAN number of the stakeholder.
- This is a 10-digit alphanumeric code. For example,
AVOPB1111K. - Regex for Stakeholder PAN:
/^[a-zA-z]{5}\d{4}[a-zA-Z]{1}$/ - Validation for Stakeholder PAN: The 4th digit should be 'P'.
Handy Tip
To complete the KYC process, this API parameter might be required, but it is optional for this API.
- This is a 10-digit alphanumeric code. For example,
notes-
objectContains user-defined fields stored by the partner for reference purposes. It can hold a maximum of 15 key-value pairs, 512 characters (maximum) each. For example, "note_key": "Beam me up Scottyโ.