Terminal Setup

Ingenico Tetra Setup

Configure Ingenico Tetra devices for Cloud9 gateway — Cloud PDC and Local/Desktop PDC modes.

Prerequisites

  • All Tetra devices must be loaded with the latest UPP 6.80.xx
  • If PIN entry is needed, the DUKPT PIN key (test version) for the required processors must be injected by the hardware provider
  • For local card reader handling, download and install the Windows Payment Device Controller (PDC)

New Device

If the device is new and this is the first boot after loading the UPP application, the reader will prompt two messages:

1. KEY INJECTION

Select: 3-NO KEY INJECTION and press "OK"

2. Delete KIA?

Select: 0-YES and press "OK"

The terminal will reboot and show the "This lane closed" screen.

Ingenico Move/5000 and Lane/3000 terminals showing Press F for menu screen
Ingenico Tetra terminals — Press F for menu prompt

1. Cloud PDC

Download Card Reader Configuration

Press the 2,6,3,4 key sequence. The reader will ask to "Press F for menu". Go to the TDA menu and apply these settings:

Step 1

TDA → Configuration → Communication → Select Comm.Type → Ethernet

Step 2

TDA → Configuration → Communication → Ethernet Settings → Connection Method → Client

Step 3

TDA → Configuration → Communication → Ethernet Settings → Boot Protocol → DHCP
(Static IP is also available if needed)

Step 4 — Host IP Address

Test (testlink.c9pg.com): 34.213.177.219 or 44.228.25.245
Production (link.c9pg.com): 18.221.55.47 or 3.133.193.209

Step 5

IP PORT → 12009

Step 6

SSL → None

Note: SSL encryption will be automatically re-enabled after the successful configuration download.

Press the Cancel (red) button until the terminal asks "Save and Reboot?" and press Yes.

Step 7

Choose configuration version: Generic (Default)

Ingenico Configuration Service screen showing Generic (Default), MyTime, and Jonas provider options
Select configuration provider — choose Generic (Default) for Cloud PDC or Jonas for Local PDC

The device will download the configuration package, reboot twice, then briefly show "Connected" followed by "This lane closed" (standby mode).

Create a Merchant Account

  1. Go to the 911 portal and create a Store, then a Profit Center. Note the GMID.
  2. Create a Terminal under the Profit Center merchant. Note the GTID (optional).

Register the Card Reader

Register the card reader to a specific merchant account using one of two methods:

  • Call Register using GMID and the card reader Serial Number — the system will generate and return a new GTID
  • Call Register using GMID/GTID and the card reader Serial Number
Back of Ingenico Move/5000 and Lane/3000 showing serial number labels
Serial number location — use the last 8 digits from the back label
Note — The serial number is on the bottom back label of the device; use the last 8 digits. By default the reader must be online for registration. Use the "IsOffline": "Y" flag to force offline registration. To reassign the reader, call Unregister first.

Run a Transaction

POST a transaction request to:

Endpoints
Test: https://testlink.c9pg.com:11911/QuickChip?GMID=YourGMID
Prod: https://link.c9pg.com:11911/QuickChip?GMID=YourGMID
Sample payload
{
  "GMID": "1110222484",
  "GTID": "GT1120095178",
  "AllowsPartialAuth": "N",
  "MainAmt": "500",
  "TipAmt": "100",
  "InvoiceNum": "000004",
  "TransType": "Sale",
  "IsOffline": "N",
  "Medium": "Credit",
  "NeedSwipCard": "Y"
}

2. Local/Desktop PDC

Download Card Reader Configuration

Follow the exact same Steps 1–6 as the Cloud PDC setup above. At Step 7, choose configuration Jonas instead of Generic.

Create a Merchant Account

  1. Go to the 911 portal and create a Store, then a Profit Center. Note the GMID.
  2. Create a Terminal under the Profit Center merchant. Note the GTID.

Configure Local PDC

In the PDC app, go to Settings → Terminal Device Configuration:

  1. Select device type: Ingenico PinPad
  2. Select protocol: Ethernet
  3. Fill in the IP address of the device
  4. Fill in the port: 12000
Terminal Device Configuration dialog showing Ingenico PinPad, Ethernet protocol, IP and port settings
Local PDC Terminal Device Configuration

Run a Transaction

Send a request from your app to the Desktop PDC:

Endpoints
WebSocket: wss://127.0.0.1:5556
HTTPS:     https://127.0.0.1:5554/PDC
Sample payload
{
  "GMID": "1111111",
  "GTID": "GT2222222",
  "MainAmt": "100"
}

Troubleshooting

No UPP loaded

If the device is blank and has no payment application loaded (UPP), it will show a blank/error screen. Contact your hardware provider to load the UPP.

"This Lane Closed"

This is the default standby screen while the device is idle — it is not an error message.

Ingenico terminal showing This Lane Closed standby screen
No UPP Loaded
Ingenico terminal showing downloading indicator when no UPP loaded
Manual Reboot

Press and hold both the < (Yellow Back) button + .,#* button simultaneously.