Cursor c = getContentResolver().query(OrderContract.Summaries.contentUriWithAccount(CloverAccount.getAccount(mContext)), null, null, null, "_id LIMIT 100 OFFSET 10");
Hi Amar,
You can get all the details for a payment with /v3/merchants/{mId}/payments/{payId} api except signature image.
Thnak you.
2 People are following this question.