I have been using the sandbox for years without issue and today when testing I am getting the error “Error: Unable to process your payment, please try again.”
define('SQUARECUSTOMER_URL', 'https://connect.squareupsandbox.com/v2/payments');
define('SQUARECUSTOMER_URL', 'https://connect.squareupsandbox.com/v2/customers');
define('SQUAREPAYMENT_JS', 'https://sandbox.web.squarecdn.com/v1/square.js');
define('SQUAREPAYMENT_APPID', ‘myappid’);
define('SQUAREPAYMENT_SECRET', ‘my’secretcode);
The following is the code that we use. I obviously removed by app id and secret code.
Any help gratefully received.
8 posts - 3 participants