Hi David,
I developing cloud Pay integration, I have successfully connected clover mini with cloud pay ruining.
plus complete sale etc..
The payment is initiated from a PHP site, which is www.example.com From here we redirect to payments.example.com for payment (which is the NodeJS site).
Initially on payments.example.com there is a redirect from to the Clover domain in order to verify the Clover merchant:
window.location.href = this.targetCloverDomain + "/oauth/authorize?response_type=token&client_id=" + this.appId;
After the merchant logs in and the browser is redirected back to payments.example.com from Clover, a connection to the device is made.
Is their away of removing redirection to clover portal ?
Thanks