> For the complete documentation index, see [llms.txt](https://barbados-port-inc.gitbook.io/e-payment-manual-agents/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://barbados-port-inc.gitbook.io/e-payment-manual-agents/full-access-user/logging-onto-the-e-payment-portal.md).

# Logging Onto The E-Payment Portal

## E-Payment Portal Public Access - Login Not Required

Upon accessing the **'e-Payment Portal'**, users will be directed to the Welcome screen. From this page, users can initiate and complete the payment process for card payments without the need to log in. For access to additional portal features and functionalities, users are encouraged to log into their accounts.

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

## Logging onto The E-Payment Portal

1. Navigate to the **'Login'** button by clicking the profile icon located in the top right-hand corner of the screen. &#x20;

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

2. Enter your username and password then click the **'Login'** button.

<figure><img src="/files/rfkswAUilPMcwdXuzUkd" alt=""><figcaption><p>e-Payment Login Screen</p></figcaption></figure>

3. Enter the One-time code from your authentication app then click the **'Sign In'**.

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

4. First-time users are redirected to the **'Mobile Authenticator Setup'** to activate their account.

<figure><img src="/files/aOqcr1G4R1o5id7ajQHQ" alt=""><figcaption><p>Mobile Authenticator Setup</p></figcaption></figure>

5. Download an authenticator application. **'FreeOTP', 'Twilio Authy', 'Google Authenticator'** or **'Microsoft Authenticator'** are suggested and available in the Play and Apple stores.

<div><figure><img src="/files/VagWfnBBijZ2X3HbBQMK" alt=""><figcaption><p><em>The FreeOTP Software</em></p></figcaption></figure> <figure><img src="/files/F6GqqL3PxEn9w9krWhUX" alt=""><figcaption><p><em>Authy Software</em></p></figcaption></figure></div>

<div><figure><img src="/files/arBGeicVRoUpLDbCy5Zd" alt=""><figcaption><p><em>Google Authenticator Software</em></p></figcaption></figure> <figure><img src="/files/wvTb9vOECJnoNtH41skO" alt=""><figcaption><p><em>Microsoft Authenticator Software</em></p></figcaption></figure></div>

6. Open the application and scan the barcode.

<figure><img src="/files/muK841TFB4aLliB60r7s" alt=""><figcaption><p>FreeOTP: Secure Access Code - Example</p></figcaption></figure>

7. Enter the code provided, and the device name (For example: **'Joe’s Phone'**).
8. When the account is activated and the credentials are entered, the user will be required to enter the secure access code provided by the authenticator software.

{% hint style="info" %}
Two-factor authentication (2FA) is a security system that requires two separate, distinct forms of identification to access the portal. The first factor is a password and the second commonly includes a code sent to your smartphone. The Barbados Data Protection Act (2021) outlines various privacy principles such as 2FA which are intended to regulate and safeguard the processing of data. As a result, BPI has put measures in place to maintain compliance while enforcing industry-standard security best practices.
{% endhint %}


---

# 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://barbados-port-inc.gitbook.io/e-payment-manual-agents/full-access-user/logging-onto-the-e-payment-portal.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.
