Authentication API
string
Add or remove multi-factor authentication for a signed-in user.
Enable MFA
POST
https://pay.izipay.ao
/api/auth/mfa/enable
Bearer (JWT)
Method and route: POST /api/auth/mfa/enable. Turns on multi-factor authentication for the signed-in user. The method value identifies which MFA method the user wants to enable.
Enable MFA › Responses
MFA enabled or setup started.
messageDisable MFA
POST
https://pay.izipay.ao
/api/auth/mfa/disable
Bearer (JWT)