question

kk93 avatar image
kk93 asked Richelle Herrli answered

Integration with receipt information originating from clover devices.

Hi team,

We have created an app that digitizes receipts and coupons completely. We are looking to create a counterpart app for clover sellers that will help deal with the merchant side of the flow.

Basically our merchant app, for any transaction that happens on a clover device, needs to know the receipt information and the device where the transaction was processed.
I have been looking around in the developer documentation for this but couldn't find anything concrete.

Can you point me to the right direction in terms of what apis/webhooks we should be leveraging to accomplish this.


Thanks in advance.

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 should be able to retrieve all information for an order using a call to getOrder. From the order, you will be able to access all the UUIDs of payments made for the order. These payments will include the ID of the device used to complete the payment.

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