isPostResponseCleanupEnabled
, and laneLockingEnabled
to true
. NOTE: This feature is currently only applicable to Ingenico devices.
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.
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 |