cancel
Showing results for 
Search instead for 
Did you mean: 

How to get log of accept hosted token generation process

Hi All,

 

We are using accept hosted payment form based on token. In our private network it is working fine with sandbox account. 

But now when we moved to our public network we are not getting payment token from the authorize.net which is still working in private netowrk with same code and all same kind of stuff.

 

We are getting the response as a null that is only we thing we can figure out from the public network.

 

when we check java skd we found there are lots of log there in code so Just wanted to know where can i found all this log entry.

 

Anyone has any ide why the same code and same confiruation face the isse in public network.

How do we get the logs of the all the process performed in sdk ?

 

This is really a critical. 

Appriciate if someone can help

raviparmarce88
Regular Contributor
1 REPLY 1

My guess is that the something on the public server doesn't support making a client connection as TLS 1.2, whether that's the Java version installed or the OS-level crypto components.

 

Is the Java version the same on both servers? How about the OS version?

Aaron
All Star