Glossary

This reference defines the technical terms, abbreviations, and data formats used throughout the Getnet Pinpad Host-to-Host integration documentation.

General Terms

The following terms define the primary components and message directions within the integration ecosystem:

TermDefinition
Host SystemThe proprietary system or cash register that initiates transaction requests and communicates with the Pinpad via the serial port. Also referred to locally as Caja or SP (Sistema Propio).
Pinpad (PP)The Newland N750P physical terminal running the payment application.
Host RequestA formatted message generated and sent by the Host System to direct the Pinpad.
Pinpad ResponseA formatted message returned by the Pinpad to convey status or data back to the Host System.
CTLSSA contactless transaction performed using NFC technology.
CHIPA contact transaction performed using the card's EMV integrated circuit.
BANDAA transaction performed via the card's magnetic stripe interface.
information icon
Argentina Terminal ID Standard: Getnet uses an 8-digit alphanumeric code starting with "PP" to identify Points of Sale (PDV). This code is generated by Getnet and must be populated in the "ID del terminal" field for every transaction.

Syntax and Notation

Use the following notation rules when interpreting command structures and payloads:

  • Y0X.ABC: Refers to a specific field within a command.
information icon
In this notation, Y0X is a placeholder where X represents the specific command ID (e.g., Y19, Y02, Y0Q). For example, Y0Q.QRD refers to the QRD field of the Y0Q command payload.
  • [Host]: Indicates a message payload originated by the Host System.
  • [Pinpad]: Indicates a message payload originated by the Pinpad.
  • // Comment: Double slashes indicate clarification text that is not part of the actual transmitted message.
  • SIN USO: Indicates a field included for legacy protocol compatibility (e.g., Lane3000). These fields do not contain relevant information for the Pinpad and typically use default values.

Data Types and Formatting

Command fields must adhere to these data type definitions and encoding rules:

AttributeDescription
AAlphabetic character.
NNumeric character.
ANAlphanumeric character.
ANSAlphanumeric and special characters.
HHexadecimal character.

Encoding Representations

  • ASCII: Strings enclosed in quotes represent the ASCII representation of transmitted bytes. For example, “01a” represents the byte sequence 30 31 61.
  • Hexadecimal: Values ending with h represent raw hexadecimal bytes. For example, 1Ch indicates the byte value 1C.

Next Steps

Now that you are familiar with the system nomenclature and notation, proceed to the Getting Started section to prepare your environment:
  1. Review Environment Setup to configure your Newland N750P terminal and Android Studio environment.
  2. Follow the Connectivity Check guide to perform your first connection test using the Echo Request (Y0I) command.