I am testing HPP payments and I follow the example code provided here in Developer portal. I have created an account on the portal and have found below information on my test app.
I always get These 2 errors.
506 Invalid MERCHANT_ID or ACCOUNT. Please contact the merchant. 508 Invalid data in MERCHANT_ID field. Please contact the merchant.
Merchant Id: MER_c4c0df11039c48a9b63701adeaa296c3
Below is my PHP code from the Server endpoint.
$config->merchantId = "MER_c4c0df11039c48a9b63701adeaa296c3";
$config->accountId = "internet";
$config->sharedSecret = "LYZIFACE9hHngwOy";
$config->serviceUrl = "https://pay.sandbox.realexpayments.com/pay";
EDIT: you have to apply for an e-commerce portal test account here and use the assigned merchant id and secret you get once you are approved. That Merchant Id really is invalid.
The global payments SDK seems to send back the data in base64 format for example:
You may want to decode the string on your client-side before passing it to the rxp-js handler: