We see a Credit Card Surcharge in the receipt attached.Screen Shot 2022-09-23 at 6.21.01 PM.png
but when pulling the API https://docs.clover.com/reference/paygetorderpayments we don't see it in the results (XXXX replaced sensitive data):
{"elements": [ {"id": "XXXX", "order": {"id": "XXXX"}, "device": {"id": "XXXX"}, "tender": {"href": "
https://www.clover.com/v3/merchants/XXXX/tenders/XXXX", "id": "XXXX"}, "amount": 5444, "tipAmount": 817, "taxAmount": 444, "cashbackAmount": 0, "employee": {"id": "XXXX"}, "createdTime": 1663950803000, "clientCreatedTime": 1663950803000, "modifiedTime": 1663987385000, "offline": false, "result": "SUCCESS"}], "href": "
http://api.clover.com/v3/merchants/XXXX/orders/XXXX/payments?limit=100”}