cancel
Showing results for 
Search instead for 
Did you mean: 

Accept Hosted Payment Integration

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

denlopez88
Member
1 REPLY 1

Hello @denlopez88,

 

You have a valid token in your form with an input  named "token" and are posting to: https://accept.authorize.net/payment/payment, where you get back error code E00001?

If so, can you post the complete form that you are using to post said token with?

 

Else if you are not getting back a valid token, then the issue would be related to the JSON or XML you are posting to obtain it.

Powered by NexWebSites.com -
Certified Authorize.net developers
NexusSoftware
Trusted Contributor