Skip to main content

personCreate()

Person Create

POST/pay/merchant_person/create

Add a person record to an existing merchant under the agent account.

SDK methodpersonCreate()

ParametersRequest body

memberidstringrequired
Merchant ID
id_numberstringrequired
SDK property: idNumber. Identity document number
first_namestringrequired
SDK property: firstName. First name
last_namestringrequired
SDK property: lastName. Last name
birthdaystringrequired
Date of birth
phonestringrequired
Phone number
percent_ownershipstringrequired
SDK property: percentOwnership. Ownership percentage
cert_issue_datestringrequired
SDK property: certIssueDate. ID issue date
signstringrequiredsign
MD5 signature (auto-generated when `apiKey` is configured)
cert_expire_datestring
SDK property: certExpireDate. ID expiration date
titlestring
Job title (e.g. CEO)

Response

**200** — `PayMerchantPersonCreateResponse` via `getResult()`.