question

aftab avatar image
aftab asked zgreathouse Deactivated answered

Account not found

when i call the REST API
https://www.eu.clover.com/v3/merchants/xxxxx/summaries/payments?filter=clientCreatedTime1541462340000&access_token=xxxxxx
it throws an error account not found it was working fine but suddenly it stop working the merchant account and access token is correct working on payment API call.





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

zgreathouse avatar image
zgreathouse Deactivated answered
Your endpoint:
" https://www.eu.clover.com/v3/merchants/xxxxx/summaries/payments?filter=clientCreatedTime1541462340000&access_token=xxxxxx"
needs a comparative operator (=, !=, >, <, >=, or <=) between clientCreatedTime and the value you are passing in (1541462340000).

Please review our api docs for reference.
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