Hi,
I've tried my implementation in Sandbox and is working fine, when I move this integration to my Production environment I encounter an error after successfully requesting a token to populate the payment form using redirect method:
{
messages:
{
resultCode: "Error",
message:
[
{
code: "E00001",
text: "Error parsing boolean value. Path '', line 1, position 1."
}
]
}
}
I check my API login, Transaction Key and Signature key credentials.
Please help.
Regards
11-15-2017 09:14 AM