v1

latestOpenAPI 3.1.02026-07-2663312285.4 KB
Merchants

Associate a person with a Merchant

post/v1/merchants/{merchant-id}/people

Path parameters

merchant-idstring required

Unique identifier for the merchant

Example:MERCHANTID456

Request body

personIdstring required

Unique identifier for the person

relationshipType'DIRECTOR' | 'ULTIMATE_BENEFICIAL_OWNER' required

The relationship type of the person in relation to the business (e.g., DIRECTOR, ULTIMATE_BENEFICIAL_OWNER)

Example request

{
  "personId": "person_abcdefghijklmno123456",
  "relationshipType": "DIRECTOR"
}

Response

Person associated with merchant successfully