Overview
This document is intended for software developers needing to refer to specific versions of triPOS Cloud. The triPOS Cloud Release Notes provide information about:
- New Features & Improvements
- Bug Fixes & Other Changes
- EMV-Certified Processors Supported
- Supported Devices
- Future Releases
How to view previous version release notes
All release notes starting with triPOS Cloud Release v5 (9/28/2017) will be managed in the attached .PDF at the bottom of this document.
How to get release note alerts
To receive notifications every time this document is updated one most follow this document.
- Select Actions in the top right corner and check Following and Inbox
Release Notes - triPOS Cloud Production Release v20.4.3
CERT Release Date: October 19 2020 12:00 PM CDT
PROD Release Date: October 26 2020 10:00 PM CDT
Please note that triPOS Cloud releases are intended to be backward compatible so as not to impact your existing triPOS Cloud integration. When new features and functionality are added to the platform, the updates should have no impact on your integration unless you choose to take advantage of them.
New Features & Improvements
- Updated to latest BIN table dated 10/12/2020.
- Pre-Read, Quickchip and EMV Contactless for Lane 5000 and Link 2500 devices on Worldpay processor.
- Support for EMV Contactless and Quick Chip transactions on Lane 5000 and Link 2500 devices.
- Support for pre-read for swipe, contact and contactless transactions on Lane 5000 and Link 2500 devices. Support for QuickChip (contact) transactions on Lane 5000 and Link 2500 devices.
When “quickChip” flag is set to true, the following must be done to successfully request preRead/QuickChip for a given transaction (Ex:/ sale). It entails a two (2) step request. 1st, the preRead request, followed immediately (before the life of the pre-read data expires) by the finalization (quickChip) request.
1) 1st request (Pre-Read)
{
"laneId":"3",
"preRead": true,
"configuration": {
"provisionalAmount": 30.00,
}
}
Notes:
- "preRead": true; this is a required field and must be set to true for pre-read.
- "provisionalAmount"; this is an optional field, is used to trigger CVM behavior (PIN/Signature, etc…) when above CVM limit for various card brands (Limits are in config file defined at startup). If this field is not specified, it defaults to $1.00.
2) 2nd request (QuickChip)
{
"laneId":"3",
"quickChip": true,
"transactionAmount": 7.31,
"configuration": {
"checkForDuplicateTransactions": "false",
}
}
Note: the final transaction amount is specified in the 2nd step (QuickChip) and not in the 1st step (preRead).
Example of a Lane Activation request, setting EMV Contactless, Pre-Read and QuickChip parameters.
{
"laneId": 3,
"description": "Lane Description",
"activationCode": "D732014",
"terminalId": "0001",
"contactlessEmvEnabled":true,
"contactlessMsdEnabled": false,
"quickChipEnabled": true,
"quickChipDataLifetime": 600}
- Cashback for EMV Contactless transactions for Lane 5000 and Link 2500 is currently not enabled.
- Note: The Contactless antenna is located at the top-center of the Lane 5000 device. For best results when using this device for Contactless transactions, ensure the card is firmly over the Contactless antenna.
- Bug Fixes & Other Changes
- Corrected issue with Mx device returning an "Unable to configure reboot time" error in Reboot endpoint.
- Known Issues
- Ingenico devices experiencing a problem with PIN bypass when selecting US Debit (Debit) on Multi-Aid EMV card for MasterCard branded cards.
- Cashback is not supported for EMV Contactless transactions.
- When using the Mx9xx XPI 5400D for creating or updating a payment account token (PASS tokenization, Paymetric, or Omnitoken), the Mx9xx XPI 5400D still displays a contactless symbol, however contactless is not supported when used with tokenization at this time.
EMV Certified Devices
Worldpay
- Verifone Mx915, Mx925
- Ingenico iSC250, iSC480, iPP320, iPP350, iSMP4
- EMV Contactless for Ingenico iSC250, iSC480, iPP320, iPP350, iSMP4.
- EMV Contactless for Verifone Mx9xx family devices.
- EMV Contact/Contactless for Lane 3000 devices.
- NEW EMV Contact/Contactless for Lane 5000 devices.
- NEW EMV Contact/Contactless for Link 2500 devices.
First Data
- Verifone Mx915, Mx925
- Ingenico iSC250, iSC480, iPP320, iPP350, iSMP4
Paymentech
- Verifone Mx915, Mx925
- Ingenico iSC250, iSC480, iPP320, iPP350, iSMP4
Global Payments
- Verifone Mx915, Mx925
- Ingenico iSC250, iSC480, iPP320, iPP350, iSMP4
TSYS
- Verifone Mx915, Mx925
- Ingenico iSC250, iSC480, iPP320, iPP350, iSMP4
Supported Devices
Device | Production Support | Cert Device Available | Production Device Available |
---|---|---|---|
Verifone Mx915 (IP) | May 2017 | Yes | Yes |
Verifone Mx925 (IP) | September 28, 2017 | Yes | Yes |
Ingenico iPP320 (IP) | September 28, 2017 | Yes | Yes |
Ingenico iPP350 (IP) | March 1, 2018 | Yes | Yes |
Ingenico iSC250 (IP) | March 1, 2018 | Yes | Yes |
Ingenico iSC480 (IP) | March 1, 2018 | Yes | Yes |
Ingenico iSMP4 (IP w/barcode) | March 1, 2018 | Yes | Yes |
Ingenico iSMP4 (IP w/out barcode) | March 1, 2018 | Yes | Yes |
Ingenico Lane 3000 | September 28, 2020 | Yes | Yes |
Ingenico Lane 5000 | October 26, 2020 | Yes | Yes |
Ingenico Link 2500 | October 26, 2020 | Yes | Yes |
Future Releases
triPOS Cloud Release | Version | Production Date |
---|---|---|
Current | Release v20.4.3 | October 26 2020 |
Future | TBD | TBD |
Thanks for the update! Is there currently, or will there soon be a way to display custom text for input prompts. For example, if you do the idnumber type, it displays on the pin pad "Please enter ID Number". That may not be the most logical message to display to customers. For example, it might be preferable to show "Please enter your loyalty ID number" or "please enter your coupon ID". Until it can display a customized message (or until there is a very wide array of messages to choose from), I won't be able to use this effectively for my customers. Thanks for continuing to improve this product!