Strong Customer Authentication
Get 2FA reset status
Poll the status of an in-progress 2FA reset until it reaches the liveness-passed value, after which the reset can be completed.
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.
get/sca/factors/reset/{resetId}
Response
The current reset status.
Example response
{
"status": "INITIATED",
"enrollmentStatus": "PENDING",
"expiresAt": "2025-10-03T12:15:00Z"
}