> For the complete documentation index, see [llms.txt](https://docs.verifone.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verifone.com/online-payments/api-integration-methods-auth-and-endpoints/api-authentication/authentication-methods-basic-and-bearer/basicauth.md).

# BasicAuth

## Encoding API Key <a href="#encoding-api-key" id="encoding-api-key"></a>

To encode API keys, follow the authentication method below.

1. Indicate Authorization: Basic "user-uid:api key" in the header.
2. Replace the "user-uid" and "api key" values with the necessary ones.
3. Encode the whole string in [base64](https://en.wikipedia.org/wiki/Base64).

**For example**:

The following **user-uid:api key** string `777c31b3-a85f-4823-93a5-9055d1b:cGEFFLjYuUCtmerXlhTfAdaPpYVnXDJZmg`\
results in a\
**base64** `Nzc3YzMxYjMtYTg1Zi00ODIzLTkzYTUtOTA1NWQxYjpjR0VGRkxqWXVVQ3RtZXJYbGhUZkFkYVBwWVZuWERKWm1n`\
Thus, the header should look like this:\
**Authorization: Basic**\
`Nzc3YzMxYjMtYTg1Zi00ODIzLTkzYTUtOTA1NWQxYjpjR0VGRkxqWXVVQ3RtZXJYbGhUZkFkYVBwWVZuWERKWm1n`

## Setting up Basic Auth in Postman <a href="#setting-up-basic-auth-in-postman" id="setting-up-basic-auth-in-postman"></a>

To set up Basic Auth in Postman, follow the steps below. Additionally, you can create a new collection by downloading our OpenAPI specification file available [here](broken://spaces/r0Pu7uTgoiNOnK8BvNFW/pages/9ea2bc013bb62eb731b5272a1363939bc18a6de6).

1. Navigate to the GET Health check menu item on the Collections page.
2. Click the Authorization menu item below the request URL field.
3. Choose the Basic Auth option from the Type dropdown list.
4. To send the request, paste your "user-uid" into the username field and "api key" into the password. See the screenshot below.

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


---

# 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://docs.verifone.com/online-payments/api-integration-methods-auth-and-endpoints/api-authentication/authentication-methods-basic-and-bearer/basicauth.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.
