> For the complete documentation index, see [llms.txt](https://help.alternativepayments.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.alternativepayments.io/preferences/user-roles-and-team/enabling-mfa.md).

# Enabling MFA

**Add an extra layer of security to your login experience with Alternative Payments.**

***

We offer our partners the ability to enable multi-factor authentication (MFA) for their login experience. By implementing MFA, you add an extra layer of protection to your account, safeguarding it from unauthorized access. Follow our step-by-step guide below to enable MFA for your Alternative Payments login:

{% hint style="danger" %}
**Known issue:** If your account uses **passwordless login** (code-only, no password), enabling MFA may cause a login loop. Only enable MFA if you have a **password** or **SSO** login method configured.
{% endhint %}

1. **Log into your Alternative Payments partner dashboard**\
   \
   Go to [app.alternativepayments.io](https://app.alternativepayments.io/) and click ‘Log in’ at the top right and enter your credentials.<br>
2. **Access your security settings**\
   \
   Within your partner dashboard, navigate to the bottom left-hand corner and select the ellipses. Click on “Security Settings.”

![](/files/YZ1idcAsgWi6WjIc7Rgv)

3. **Select the MFA settings**\
   \
   Within the “Security settings” menu, select “MFA” and scan the QR code using the software of your choice, a TOTP authenticator app of your choice, such as Google Authenticator, Microsoft Authenticator, Authy, or 1Password.

<figure><img src="/files/JRhEIAjkWy47AJb5m298" alt=""><figcaption></figcaption></figure>

3. **Save the code**\
   \
   After entering the code from the authenticator app of your choice, hit “Save” to complete the MFA configuration.

<figure><img src="/files/8OS99fZyPsFMHeNWSC1I" alt=""><figcaption></figcaption></figure>

3. **You’re all set up 🎉!**\
   \
   Congratulations! Your account is now set up with MFA. Be sure to log out and log back in to ensure it is working properly.\
   \
   When you log into your Alternative Payments dashboard, you will now be prompted to enter in the code from your authenticator app.

<figure><img src="/files/vXZkeVtYucp79vBfcW0W" alt=""><figcaption></figcaption></figure>

**Love our platform?** Rate us on [Channel Program](https://channelprogram.com/v/alternativepayments) and check out our [Referral Program page](https://www.alternativepayments.io/referral-partners/)!


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.alternativepayments.io/preferences/user-roles-and-team/enabling-mfa.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
