triPOS®

Post Response Cleanup Feature

IsPostResponseCleanupEnabled

The Post Response Cleanup feature allows for the response from Sale and Authorization transactions to be returned immediately after Host processing while messages are still displaying on the screen and device cleanup is being performed. The feature is enabled via configuration at the lane level by setting a new configuration option, isPostResponseCleanupEnabled, and laneLockingEnabled to true. NOTE: This feature is currently only applicable to Ingenico devices.

Configuration

To determine if Post Response Cleanup is enabled for a lane, send a GET request to the lane’s configuration endpoint, e.g., GET /cloudapi/v1/lanes/{{laneId}}/configuration. The response will contain the following fields:

  "laneLockingEnabled"true
  "isPostResponseCleanupEnabled"false

By default, Post Response Cleanup is disabled for a lane. To enable it, send a PATCH request to the same endpoint with the value of the field set to true. If Lane Locking is not enabled, set it to true also:

  "laneLockingEnabled"true
  "isPostResponseCleanupEnabled"true

Once Post Response Cleanup and Lane Locking are enabled for a lane, the transaction response will be returned immediately after Host processing while any clean up activities associated with the device are performed.

Applicable Endpoints

The Post Response Cleanup feature is applicable only for the Transaction API endpoints listed below triPOS:

Endpoint Request Method
/api/v1/authorization POST
/api/v1/sale POST