We have our HPP running as expected in sandbox. We then changed our MerchantId, AccountId and Secret to our 'Live' details and post to the URL
https://pay.realexpayments.com/pay
On initialization we get the 506 error Invalid Merchant ID. GlobalPay insist we are using the correct credentials.
They did share a log with us. Here is the first part showing that the environment is still set as Sandbox:
},
"HttpStatusCode": "200",
"environment": "Sandbox",
"level_value": 20000,
"x-gp-library-version": "--NOT-PRESENT--",
"thread_name": "https-openssl-nio-8443-exec-22",
"tags": [
"RXP_RPOD",
"_grokparsefailure",
"rpod"
],
Is there a way to force the HPP to be in Production Environment instead of Sandbox?
Thanks Toby