question

chetan-purohit avatar image
chetan-purohit asked jim-patel answered

How to access more than 1000 payment records in a single GET call?

I am trying to get all payments record for a merchant using /v3/merchants/{mId}/payments GET API. I am getting only latest 1000 records. Is there any way to get more than 1000 records at the time?

Payments
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

jim-patel avatar image
jim-patel answered

There is a hard limit of 1000 results returned. You can use the offset parameter and additional calls to get all of the results.

10 |2000

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