Obtain an SCA redirection link to enroll an Owner user
UserCategory
is OWNER
, this endpoint allows you to enroll a user in SCA. 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:
UserStatus
, even if the session expires or is unsuccessful.
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.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.200
null
).400 - Endpoint not allowed if category is PAYER
UserCategory
is PAYER
in SCA, use the endpoints PUT Categorize a Natural User or PUT Categorize a Legal User.