All,
Another migration issue going from sandbox to production. I’ve used the quickstart tutorial to build a payment. After many issues I’m finally able to call my server with with the following url’s:
http://myServer:3000/card-payment
http3://myServer:3000/card-payment
When using http I’m getting ‘applicationId and/or locationId is incorrect’. I get that, it probably needs the https & it won’t work anyway (I assume). When I try https I’m getting SSL errors, on firefox it’s SSL_ERROR_RX_RECORD_TOO_LONG and on chrome ERROR_SSL_PROTOCOL_ERROR. I’m certain this has to do with the communication between my server & square. The question is, what and why is this not working? Has anyone, I mean anyone, successfully used node.js for web payments? This is really looking like it’s not possible.
Thanks in advance,
Jeff
7 posts - 4 participants