Implement support for Integrated Terminals

Created on 19 February 2024, 4 months ago
Updated 8 April 2024, 3 months ago

Problem/Motivation

CardPointe supports integration with terminal payment devices and their Integrated Terminal API.

Supporting this would allow POS implementations to accept MSR, EMV, and NFC payments.

This implementation provides:

  1. An Integrated Terminal API implementation for the most common methods. (listTerminals, terminalDetails, connect, ping, dateTime, display, authCard, disconnect)
  2. Extended configuration on the CardPointe Gateway to configure the Integrated Terminal API
  3. A terminal entity to manage terminals.
  4. An additional payment method type for terminal payments.
  5. A UX for selecting a terminal and initiating a card transaction. (Note: this is a basic implementation. Most likely, site implementations will have a greater POS implementation, including mapping registers and a mapping of registers to terminals.)
  6. Exceptions implementation to handle cases like: terminal in use, terminal not available, etc...
✨ Feature request
Status

Fixed

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States TomTech

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.69.0 2024