Method:PUT Endpoint:/api/v1/merchants/{product_account_uuid}/submit_business_members Content-Type:application/json Purpose: Submit or update business member details for a merchant. At least one Director/Partner (basis the entity) & one member for KMP (CEO, CFO, Senior Management, Company Secretory) must be added.
Path Parameters
Parameter
Data Type
Required
Description
Example
product_account_uuid
String
✅ Yes
Unique identifier for the merchant's product account. The product_account_uuid is returned in the response of the create merchant API
{{product_account_uuid}}
Headers
Header
Data Type
Required
Description
Example
Authorization
String
✅ Yes
Bearer token for authentication. Get the token using the GET token API with the scope refer_merchant
Bearer {{resellerToken}}
Content-Type
String
✅ Yes
Request content type
application/json
Request Body Parameters
Business Member Object
Parameter
Data Type
Required
Format
Example
Description
name
String
✅ Yes
Full name
Spoorthi Mohan Naik
Full name of the business member
designation
String
✅ Yes
Job title/role
Director
Position or designation in the company. Allowed designations - Director (Private & Public limited), Partner (for Partnership & LLP), CEO, CFO, Senior Management, Company Secretory.