Update a Legal User (SCA)
Modify details for a Legal Payer or Owner without changing category
Caution – Modification may trigger SCA re-enrollment
If UserCategory
is OWNER
, modifying the following values changes UserStatus
to PENDING_USER_ACTION
and requires re-enrollment in SCA using the returned PendingUserAction.RedirectUrl
:
LegalRepresentative.Email
LegalRepresentative.PhoneNumber
LegalRepresentative.PhoneNumberCountry
Caution – Modification may cause KYC/B verification downgrade
If KYCLevel
is REGULAR
, modifying the following values triggers a verification downgrade to LIGHT
:
LegalRepresentative.FirstName
LegalRepresentative.LastName
LegalRepresentative.Birthday
LegalRepresentative.Nationality
LegalPersonType
Note – Country-based restrictions apply to users
Due to Mangopay’s country restrictions, it is not possible to use blocked countries as the following:
HeadquartersAddress.Country
LegalRepresentative.Nationality
LegalRepresentative.CountryOfResidence
LegalRepresentativeAddress.Country
Body parameters
Whether the user has accepted Mangopay’s terms and conditions (as defined by your contract, see the T&Cs guide for details).
Must be true
if UserCategory
is OWNER
.
Max. length: 255 characters
The registered legal name of the entity. The Name
value should be the one registered with the relevant national authority.
Allowed values: BUSINESS, PARTNERSHIP, ORGANIZATION, SOLETRADER
The type of legal user. For information on which LegalPersonType
to use for a particular local legal structure, see the verification requirements.
Caution: Modification of the LegalPersonType
may result in a verification downgrade.
Information about the legal representative declared for the user.
Required if UserCategory
is OWNER
and LegalPersonType
is BUSINESS
. Returned null
if UserCategory
is PAYER
.
The registration number of the entity, assigned by the relevant national authority. For information on the expected format for a specific country, see the Company number guide. To validate the format of a number before submitting documents for verification, use POST Validate the format of User data.
Required if UserCategory
is OWNER
. Child parameters returned null
if UserCategory
is PAYER
.
The legally registered address of the entity’s administrative center.
The address of the entity’s legal representative.
Max. length: 255 characters
Custom data that you can add to this object.
Format: A valid email address
The email address for the entity.
Responses
Was this page helpful?