question

Sukhbir Singh avatar image
Sukhbir Singh asked Jonathan Ryan Grice answered

How can we get list of transactions/Payments and List of Pre-Auth type payments via clover SDK with full details, is it possible?

@justin.a @Jeffrey Blattman
OrdersPayments
2 comments
10 |2000

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

Jonathan Ryan Grice avatar image Jonathan Ryan Grice commented ·

Can you please elaborate on your question?

0 Likes 0 ·
Sukhbir Singh avatar image Sukhbir Singh commented ·

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?

0 Likes 0 ·

1 Answer

Jonathan Ryan Grice avatar image
Jonathan Ryan Grice answered

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.

1 comment
10 |2000

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

Sukhbir Singh avatar image Sukhbir Singh commented ·

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.

0 Likes 0 ·

Welcome to the
Clover Developer Community