Skip to main content

Delete person

Person Update

POST/pay/merchant_person/update

Update an existing person record under the agent account.

SDK methodpersonUpdate()

ParametersRequest body

person_idstringrequired
SDK property: personId. Person ID to update
signstringrequiredsign
MD5 signature (auto-generated when `apiKey` is configured)
id_numberstring
SDK property: idNumber. Identity document number
first_namestring
SDK property: firstName. First name
last_namestring
SDK property: lastName. Last name
birthdaystring
Date of birth
phonestring
Phone number
percent_ownershipstring
SDK property: percentOwnership. Ownership percentage
cert_issue_datestring
SDK property: certIssueDate. ID issue date
cert_expire_datestring
SDK property: certExpireDate. ID expiration date
titlestring
Job title

Response

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