Strong Customer Authentication
Complete a 2FA reset
Complete a 2FA reset once liveness has passed, clearing the lost factor so the customer can re-enroll.
For an SMS_OTP reset, supply the new mobile number in the body — completing the reset enrolls it as the customer's number. Other factors need no body.
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/{resetId}/complete
Request body
Example request
{
"mobile": {
"countryCode": "+1",
"number": "4155550123"
}
}Response
Reset completed; no content is returned.