> For the complete documentation index, see [llms.txt](https://docs.number.tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.number.tech/documentation/getting-started/integration-options/ingenico.md).

# Ingenico

#### Getting Started

This guide will help you quickly get started with your Ingenico card reader using our API. You'll learn how to connect and configure your device, establish secure communication, and begin processing transactions. If you prefer not to build an API integration, you can use our Virtual Terminal to process EMV transactions with your Ingenico card reader.

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

#### Virtual Terminal

You can use our Virtual Terminal with your Ingenico device, which includes built-in support for EMV transaction processing. This eliminates the need to build your own user interface or write any code. After connecting the device to your network and installing the required certificate, contact Number to have this feature activated.

You can read more about using the Virtual Terminal in the [Virtual Terminal](https://docs.number.tech/documentation/getting-started/integration-options/virtual-terminal) guide.


---

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