Strong Customer Authentication
Start a 2FA reset
Begin recovering a lost enrolled factor via a liveness-gated, poll-based flow. Opens the liveness check and returns a resetId plus the opaque liveness handles (livenessAccessToken / verificationLink) the end user completes it with. Poll GET /sca/factors/reset/{resetId} until liveness passes, then call the complete endpoint.
This endpoint is only meaningful for customers in a region where SCA is required (e.g. EU). For customers outside SCA-regulated regions, this returns 409.
post/sca/factors/reset
Request body
Response
Reset initiated; the reset handle and liveness material are returned.
Example response
{
"expiresAt": "2025-10-03T12:30:00Z"
}