triPOS®

Update Lane Feature

Use the PATCH /cloudapi/v1/lanes/{{laneId}} endpoint to update configuration for a specific lane. The intention is that the end user initiates this endpoint to update a lane.

Optional features

The following optional features can be enabled/disabled via this request:

* Features may be device and device software version specific.

Ingenico Telium devices and Verifone Mx915 and Mx925 devices can allow for MSD contactless, however 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 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:

Quick Chip

The Quick Chip feature requires changes to the transaction flow as well as new fields.
See the following for more information:

Example

Here is an example request enabling new features:

{
  "contactlessEmvEnabled"true,
  "contactlessMsdEnabled"false,
  "quickChipEnabled"true,
  "quickChipDataLifetime": 240,
  "language""english"
}