triPOS®

Update Lane Configuration Feature

Use the PATCH /cloudapi/v1/lanes/{{laneId}}/configuration endpoint to allow partial or full update of configuration for a specific lane. triPOS Cloud now supports modification of several more configurations.

Optional features

The following optional features can be updated via this request:

* Features may be device and/or device software version specific.

This feature modification is not currently supported by this API. It is reserved for future use.

Ingenico Telium devices and Verifone Mx915 and Mx925 devices can allow for MSD contactless, however, it is recommended to support EMV contactless if possible.  
EMV Contactless and Quick Chip features can be updated on Ingenico devices with RBA 23 and Verifone Mx915 and Mx925 devices with XPI 5400D.
The new values will not update in a response, unless specified in the request.

Note: In addition to the device support, the merchant account payment gateway support may be required for some features.

There are defaults and validation errors from this API as follows:

Example

Here is an example request modifying new features:

{
  "contactlessEmvEnabled"true,
  "contactlessMsdEnabled"false,
  "quickChipEnabled"true,
  "quickChipDataLifetime"240,
  "language""english",
  "isCashbackAllowed"true,
  "isConfirmTotalAmountScreenDisplayed"true,
  "cashbackOptions": {
    "selectionAmounts": "1,2,other",
        "manualEntry": {
          "amountIncrement": 10,
          "maximumAmount": 100
        }
      }
    }