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.
The following are the defaults and validation errors of EBT in PATCH /cloudapi/v1/lanes/{{laneId}}/configuration endpoint:
isEbtFoodStampSupported = true, EBT food stamp support is enabled for all the transactions.isEbtCashBenefitSupported = true, EBT cash benefit support is enabled for all the transactions.isEbtRefundSupported = true, EBT refund support is enabled for all the transactions.Here is an example request modifying EBT configurations:
{
"isEbtFoodStampSupported": true,
"isEbtCashBenefitSupported": false,
"isEbtRefundSupported": true
}