I want to retrieve the list of payments from clover cloud for a merchant like as clover transaction application, Can we retrieve via Clover android SDK?
From Clover's documentation at https://clover.github.io/clover-android-sdk/
https://clover.github.io/clover-android-sdk/com/clover/sdk/v3/payments/Payment.html
should be what you're looking for.
Hope that helps. Cheers.
Thanks for your reply, We have already analyzed the Payment class it works like as POJO for Clover SDK. We found that we can get transaction list via Payment Rest API and can hold the response in it. But we don't want to hit any Rest API from my application. We want to retrieve transaction list via clover SDK. If possible then please suggest with an example application.
2 People are following this question.