When I use clover connector or clover rest api to do EBT charge, which parameter in the request is used to define EBT food or EBT cash? EBT food and EBT cash are two different accounts but same card.
When I use clover connector or clover rest api to do EBT charge, which parameter in the request is used to define EBT food or EBT cash? EBT food and EBT cash are two different accounts but same card.
To differentiate between EBT (Electronic Benefit Transfer) Food and EBT Cash transactions when using Clover Connector or Clover REST API, you typically specify the transaction type or payment type in your API request.
This parameter may vary based on the Clover API version and programming language used. You can set the transaction type to EBT Food or EBT Cash during transaction initiation, or you may use distinct payment types to categorize the transactions appropriately.
This ensures that the system processes the EBT transaction correctly, distinguishing between the two types, even though they may share the same card. Be sure to consult the API documentation for precise implementation details.
5 People are following this question.