# 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>

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

   <figure><img src="/files/5ZgbGHIqrnwNuOgYBeVA" alt=""><figcaption></figcaption></figure>
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>

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


---

# Agent Instructions: 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:

```
GET https://docs.verifone.com/online-payments/api-integration-methods-auth-and-endpoints/api-authentication/get-your-api-keys.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
