Enroll a User in SCA
Authentication
Path parameters
Response
Object containing the RedirectUrl needed for SCA redirection if triggered by the API call (otherwise returned null).
Object containing the RedirectUrl needed for SCA redirection if triggered by the API call (otherwise returned null).
Obtain an SCA redirection link to enroll an Owner user.
If UserCategory is OWNER, this endpoint allows you to enroll a user in SCA. To enroll PAYER users for the first time, use the PUT Categorize a Natural User or PUT Categorize a Legal User endpoints.
Your platform needs to retrieve the returned PendingUserAction.RedirectUrl, add an encoded returnUrl query parameter for them to be returned to after the SCA session, and redirect the user.
Read more about SCA redirection →
You can use this endpoint to obtain a new session RedirectUrl. This is useful to:
Calling this endpoint creates a new valid session that can be used, even if there is one already in progress for the user. Calling this endpoint also doesn’t change the user’s UserStatus, even if the session expires or is unsuccessful.
Note – This endpoint doesn’t change UserStatus
Calling this endpoint does not change the user’s status to PENDING_USER_ACTION (it stays as ACTIVE) and no USER_ACCOUNT_VALIDATION_ASKED webhook notification is sent.
This ensures that legacy users do not become blocked if they are unable to complete SCA successfully.
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 this endpoint without this data will return an error.
Bearer authentication of the form Bearer <token>, where token is your auth token.
If your platform is using a proxy to take SCA-triggering action on behalf of users, you also need to integrate mTLS authentication and use the api-mtls base URL.