> ## Documentation Index
> Fetch the complete documentation index at: https://nango-wari-integration-config-credentials-api.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Checkout.com - Sandbox - How do I link my account?

## Overview

To authenticate with Checkout, you will need:

1. **Client ID** - A unique identifier for your application on Checkout.
2. **Client Secret** - A key that grants full access to all your application and configurations.

This guide will walk you through generating the Client ID and Client Secret within Checkout.

## Prerequisites:

* You should have a registered test account with Checkout. Create one on [Checkout Getting Started page](https://checkout.com/).
* Permission to generate **API Keys**.

#### Step 1: Creating an Access Key Pair (Client ID and Client Secret)

1. From your Checkout sandbox dashboard, click on the **Developer** icon at the top right corner of the screen.

<img src="https://mintcdn.com/nango-wari-integration-config-credentials-api/7oy4VnawCO7HMTjQ/integrations/all/checkout-com/checkout-com_developer_settings.png?fit=max&auto=format&n=7oy4VnawCO7HMTjQ&q=85&s=e4e134f889fb2774fe429c33388d369a" width="2848" height="850" data-path="integrations/all/checkout-com/checkout-com_developer_settings.png" />

2. Click on the **Keys** tab

<img src="https://mintcdn.com/nango-wari-integration-config-credentials-api/7oy4VnawCO7HMTjQ/integrations/all/checkout-com/checkout-com_select_keys_tab.png?fit=max&auto=format&n=7oy4VnawCO7HMTjQ&q=85&s=661f8a5fcbd6c33f0eb2f40dfafc9e6a" width="2848" height="850" data-path="integrations/all/checkout-com/checkout-com_select_keys_tab.png" />

3. Click on the **Create a new key** button

<img src="https://mintcdn.com/nango-wari-integration-config-credentials-api/7oy4VnawCO7HMTjQ/integrations/all/checkout-com/checkout-com_create_new_api_key.png?fit=max&auto=format&n=7oy4VnawCO7HMTjQ&q=85&s=0d1ccecaef719a81dcf01acb3f0e366d" width="2848" height="850" data-path="integrations/all/checkout-com/checkout-com_create_new_api_key.png" />

4. Select the **Access key pair** option

<img src="https://mintcdn.com/nango-wari-integration-config-credentials-api/7oy4VnawCO7HMTjQ/integrations/all/checkout-com/checkout-com_select_key_pair.png?fit=max&auto=format&n=7oy4VnawCO7HMTjQ&q=85&s=0a3f76b281eefd8728cdbd0fab0b4946" width="2312" height="1399" data-path="integrations/all/checkout-com/checkout-com_select_key_pair.png" />

5. Select the entity you want to create the key for and then click on the **Create key** button.

<img src="https://mintcdn.com/nango-wari-integration-config-credentials-api/7oy4VnawCO7HMTjQ/integrations/all/checkout-com/checkout-com_create_api_key.png?fit=max&auto=format&n=7oy4VnawCO7HMTjQ&q=85&s=3de6326f71465d89c55fff4c5b296b24" width="2270" height="896" data-path="integrations/all/checkout-com/checkout-com_create_api_key.png" />

6. Copy the generated key pair and store it securely. You will need it for the next steps

<img src="https://mintcdn.com/nango-wari-integration-config-credentials-api/7oy4VnawCO7HMTjQ/integrations/all/checkout-com/checkout-com_copy_keys.png?fit=max&auto=format&n=7oy4VnawCO7HMTjQ&q=85&s=e771e9ba4581d07cc2fa6da18ccdd962" width="2270" height="896" data-path="integrations/all/checkout-com/checkout-com_copy_keys.png" />

**Note:** It is important to store the key pair securely as it will not be visible again once you leave the Key page.

#### Step 2: Connect Your Checkout.com Account

<img src="https://mintcdn.com/nango-wari-integration-config-credentials-api/7oy4VnawCO7HMTjQ/integrations/all/checkout-com/connect_ui.png?fit=max&auto=format&n=7oy4VnawCO7HMTjQ&q=85&s=432576543b46cabc34a56a09f7c27386" width="1050" height="1383" data-path="integrations/all/checkout-com/connect_ui.png" />

To authenticate using your client credentials, navigate to the Checkout authentication form.

Enter your credentials as follows:

* Client ID: Your client ID
* Client Secret: Your client secret
  Click "Connect" to complete the authentication.

Note: Make sure to match the credentials exactly as shown above - the field names in the form may differ from your Checkout dashboard.
