UserCategory
value OWNER
.SCA requires the Owner user to authenticate with Mangopay directly as they are the Mangopay account holder.For Natural users, enrollment of the OTP factor is available to integrate, requiring the individual’s PhoneNumber
and Email
.For Legal users, enrollment of the OTP factor is available to integrate for Soletraders. The individual’s phone number and email must be provided in LegalRepresentative.PhoneNumber
and LegalRepresentative.Email
and they must authenticate.In future, Mangopay will provide features to allow the other types of Legal user (Business, Organization, Partnership) to designate additional authorized individuals who can complete SCA on behalf of the entity.PendingUserAction.RedirectUrl
. Before redirecting, you need to define, encode, and apprend a returnUrl
to which the session returns the user afterwards (whatever the outcome).For guidance, see the new Owner SCA section:UserCategory
. The data schema has also changed, see the details for Natural and Legal users.UserCategory
is OWNER
:EventType | USER_ACCOUNT_VALIDATION_ASKED |
---|---|
Description | The Owner User has triggered SCA enrollment or re-enrollment. Their access to Mangopay features is restricted until they enroll successfully.The User’s UserStatus has changed to PENDING_USER_ACTION . This event is only triggered if UserCategory is OWNER . |
RessourceId | UserId (Id of the Natural User (SCA) or Legal User (SCA)) |
EventType | USER_ACCOUNT_ACTIVATED |
---|---|
Description | The Owner User has been successfully enrolled in SCA. They can now access Mangopay features.The User’s UserStatus has changed from PENDING_USER_ACTION to ACTIVE . This event is only triggered if UserCategory is OWNER . |
RessourceId | UserId (Id of the Natural User (SCA) or Legal User (SCA)) |