v1
latestOpenAPI 3.1.02026-07-26165182724.7 KBComplete a 2FA reset after liveness passes (business)
Step 3 — call once /business/2fa/reset/status reports LIVENESS_PASSED. The behaviour depends on the factor the reset was opened for: — totp: any existing TOTP configuration is cleared and a fresh secret and provisioning URI are returned; finish enrollment via /business/resume/setup-two-factor, which marks the reset COMPLETED. — passkey: any existing passkeys are removed and fresh PublicKeyCredentialCreationOptions are returned; finish via /business/passkey/register/complete. — sms: provide the new mobile (countryCode + number); the stored number is updated and the reset is closed in this one call (no additional one-time code is required, as the identity verification check serves as proof of identity). — Completing the reset revokes the business's active SCA sessions and clears any time-bounded lock.
Request body
Example request
{
"businessId": "8b1d5f2a-3c4e-4a6b-9f0d-7e2c1a4b5d6e"
}Response
Reset advanced. The shape depends on the factor (factor discriminates): totp returns a fresh secret + provisioning URI to enroll via /business/resume/setup-two-factor; passkey returns WebAuthn creation options to enroll via /business/passkey/register/complete; sms returns ok: true (reset is already terminal).