> 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/get-your-api-keys.md).

# Get your API Keys

Get your API Keys to gain access to Verifone’s APIs and integrate with our services to create and manipulate transactions.

API keys are always linked to a user, so the API key inherits the permissions linked to the user and the assigned user roles.

## :closed\_lock\_with\_key: API Key security guidelines

* You can only copy an API key once. Store the API Key in a safe place.
* If you lose an API key, delete it and create a new one.
* API keys expire after 1 year.
* A user can create up to 5 API keys.

## API Key capabilities

You can use the API Keys to:

* Authenticate your applications against Verifone APIs
* Integrate with our checkout service
* Integrate with our eCommerce service (Verifone-hosted plugins, such as Shopify or WooCommerce)

{% hint style="info" %}
If you use a Verifone-hosted plugin, you must update your API keys in the plugin / eCommerce provider settings.
{% endhint %}

## How to get your API keys

To obtain the keys, watch this short guided video tutorial:

{% embed url="<https://vimeo.com/1127706346/2f12f1dbed?fe=sh&fl=pl>" fullWidth="false" %}

Or follow the steps below:

1. Log in to your Verifone Central account.
2. Navigate to the user settings in the top-right corner and select the **API Keys** option from the dropdown menu.<br>

   <div data-with-frame="true"><figure><img src="/files/bBute5J8QAA8kWyNB3xa" alt=""><figcaption></figcaption></figure></div>
3. On the API Keys page, click the **Create API Key** button.<br>

   <div data-with-frame="true"><figure><img src="/files/5ZgbGHIqrnwNuOgYBeVA" alt=""><figcaption></figcaption></figure></div>
4. To copy the key, click the **Copy public key** button and paste it to a safe location. Once the key has been copied, the success message will appear in the bottom-right corner of your screen.<br>

   <div data-with-frame="true"><figure><img src="/files/kxm92ySUzTGZOL1VZV0R" alt=""><figcaption></figcaption></figure></div>


---

# 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/get-your-api-keys.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.
