I am working on integrating the Clover OAuth flow in my application. After generating the authorization URL using my app ID, app secret, callback URL, and state, I am successfully redirected to Clover’s login page to enter my username and password. However, after submitting the credentials, I receive a 500 Internal Server Error.
Upon inspecting the network requests, I noticed that it’s making a call to:
https://sandbox.dev.clover.com/v3/accounts/TXXC0PYASERGJ/merchants?expand=address%2Centerprises%2Cowner%2CpartnerApp%2Cproperties%2Cgateway%2CmerchantPlan%2CmerchantPlan.modules%2CselfBoardingApplication&limit=51&_=1727171808286
This API call is returning a 500 error.
Has anyone encountered this issue before, and are there any suggestions for resolving it?
Thanks for your help!