triPOS®

EBT Transactions

EBT

Now, triPOS Cloud can modify EBT flags, isEbtFoodStampSupported, isEbtCashBenefitSupported and isEbtRefundSupported using PATCH /cloudapi/v1/lanes/{{laneId}}/configuration endpoint.
For more information please visit here.

Behaviors

The following are the defaults and validation errors of EBT in PATCH /cloudapi/v1/lanes/{{laneId}}/configuration endpoint:

Example

Here is an example request modifying EBT configurations:

{
  "isEbtFoodStampSupported"true,
  "isEbtCashBenefitSupported"false,
  "isEbtRefundSupported"true
}