question

Alex Libkind avatar image
Alex Libkind asked Richelle Herrli answered

Credit Card Surcharge Not Appearing in PayGetOrderPayments

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”}
REST API
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Richelle Herrli avatar image
Richelle Herrli answered

You will need to use the additionalCharges expansion field. Please refer to the Clover Docs for more info. https://docs.clover.com/docs/transaction-data

10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Welcome to the
Clover Developer Community