Users
View the SCA status of a User
Retrieve SCA and consent information for a Natural or Legal User
GET
This endpoint returns information for anDocumentation Index
Fetch the complete documentation index at: https://docs.mangopay.com/llms.txt
Use this file to discover all available pages before exploring further.
OWNER user relating to:
- Whether or not they are enrolled in SCA – but if they never triggered an SCA enrollment, the endpoint returns a 404
- Their consent for your platform to take SCA-triggering actions by proxy, if activated for your platform
Path parameters
The unique identifier of the user.
Responses
200 - Response parameters
200 - Response parameters
Returned values:
PENDING_USER_ACTION, ACTIVE, CLOSEDThe status of the user:PENDING_USER_ACTION– The user must enroll in SCA before they can becomeACTIVE.ACTIVE– The user account is active and the user can access Mangopay features.CLOSED– The user account is permanently closed. This value is used by Mangopay to close an account following the procedure outlined in the terms and conditions.
Whether or not the User has been enrolled in SCA. This value is
false before the User enrolls successfully for the first time. Once enrolled, this value remains true during re-enrollment (but the UserStatus changes to PENDING_USER_ACTION).The date and time of the last successful SCA enrollment, whether for the first time or a re-enrollment.
The date and time of the last modification to any of the 4 scopes, whether to give or revoke consent.
Whether or not the user has given consent to the proxy action scope via the SCA hosted experience:
ACTIVE- The has given consent by checking the corresponding checkbox.INACTIVE- The has not yet given consent or has revoked consent.null– The corresponding scope corresponding scope does not have proxy management configured for your platform.
ACTIVE, your platform can call the relevant endpoint with ScaContext set to USER_NOT_PRESENT to take the action under proxy.If a scope is INACTIVE, your platform has two options:- Call the relevant endpoint with the user on session to complete SCA by redirecting them using the returned
PendingUserAction.RedirectUrl. - Ask the user to give consent using the
PendingUserAction.RedirectUrlreturned by the POST Manage proxy consent for a User endpoint, then re-try the action withScaContextset toUSER_NOT_PRESENT.
404 - User hasn't started SCA enrollment (or doesn't exist)
404 - User hasn't started SCA enrollment (or doesn't exist)
400 - Not available for PAYER
400 - Not available for PAYER