# Ingenico

#### Getting Started

This guide will help you quickly get started with your Ingenico card reader using our API. You will learn how to connect and configure your device, establish secure communication, and begin processing transactions.

#### **Install the Certificate**

Once the device is powered on and connected to the network, its certificate needs to be loaded into the browser. Complete instructions are available at [Download and Install](/documentation/getting-started/integration-options/ingenico/certificate-installation.md) certificates.

#### **Authenticate and retrieve a session key**

After you authenticate with your AccountCode and Token, the backend returns a SessKey. This key is required to prove identity on subsequent REST API methods (passed as a SessKey header). For more information, view the [authentication](https://docs.number.tech/documentation/getting-started/basics/authentication) section of the site.

#### **View the demo site and code samples**

Code examples and endpoint references are provided to help you implement authorization, card payments, saved cards, device configuration and error handling.

The sample site is located at <https://easypay1.com/ingenicodemo>. The site can also be downloaded at [ingenicodemo.zip](https://easypay1.com/ingenicodemo/ingenicodemo.zip)


---

# 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.number.tech/documentation/getting-started/integration-options/ingenico.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.
