The Legal User object (SCA)
The Legal User object (SCA)
Description
The Legal User object represents a legal entity (legal person) like a company, non-profit or sole proprietor (read more about user types).
Mangopay users have one of two categories, indicated by UserCategory:
PAYER– User who can only make pay-ins to their wallets and transfers to other wallets.OWNER– User who can also receive transfers to their wallets. Owners are able to request KYC verification, which if successful gives them theKYCLevelofREGULARand the ability to request payouts.
To enable OWNER users to enroll in SCA, Mangopay released new versions of the user objects and new endpoints.
Changes from non-SCA object
The changes to the Legal User object are:
- New
UserStatusvaluePENDING_USER_ACTIONindicating that the user must enroll in SCA - New response parameter
PendingUserAction.RedirectUrlcontaining the SCA session URL to which the individual must be redirected (after adding an encodedreturnUrlquery parameter) - New
LegalRepresentativeobject to group parameters related to the declared legal representative. This object includes the newLegalRepresentative.PhoneNumberandLegalRepresentative.PhoneNumberCountry, which may be used to pre-populate the user’s phone number in the SCA session
Caution – Legal representative’s email required
For OWNER users, the LegalRepresentative.Email address is required.
SCA uses this email address to build a behavioral biometrics profile and as a backup communication channel.
Prior to SCA, it was possible to create a Legal OWNER without the LegalRepresentativeEmail, so this data may be missing. Calling the POST Enroll a User in SCA endpoint without this data will return an error.