Hi
User our php app we can send orders fine to our clover sandbox. But I try to send to send order to Clover Developer account it doesn't work. What is the base url for developer account.
is it https://api.clover.com ?
As per our understanding we can create an app on the following two portal.
1. https://sandbox.dev.clover.com/developer-home/login - sandbox - for initial development and testing
2. https://www.clover.com/developer-home/ - Developer - for production
Presently our application is working fine under sandbox environment and we are able to see our orders under the merchants located in https://sandbox.dev.clover.com/ and to submit orders this the base url we are using https://sandbox.dev.clover.com/v3/merchants/
However when we try to submit orders Developer for production environment nothing happens. We can generate Token fine in Developer for production environment. To generate token we are using https://clover.com base url. To submit orders we are using https://api.clover.com/v3/merchants/' is this correct? or should we use another URL.
Thanks
Thanks