ECR Endpoints
Cash Register API endpoints and POS terminal compatibility.
| Endpoint | NexGo | Description |
|---|---|---|
| PAIRING | ||
pair GET | ✅ | Gets the pairing status for a specific terminal by serial number |
pair POST | ✅ | Pairs the terminal to the serialnumber for further processing |
pair DELETE | ✅ | Frees the Terminal from the API pairing |
| PAYMENT | ||
payment GET | ✅ | retrieves a POS-Terminal payment by id |
payment POST | ✅ | Sends a Payment request to the POS-Terminal |
payment/cancel POST | ✅ | Cancels an ongoing POS-Terminal payment by id |
payment/void POST | ✅ | Voids a past POS-Terminal payment by id |
payment/refund POST | ❌ | Refunds a POS-Terminal payment by id |
| ADDITIONAL | ||
paymentMethods POST | ✅ | retrieves payment options on the POS-Terminal |