cancel
Showing results for 
Search instead for 
Did you mean: 

CIM in Sandbox error

I am calling the CIM in the sandbox and I keep getting the E00007 Authentication error.  I creating a profile.  I have generated a new key .   What am I forgetting??  .NET XML API

glerler
Contributor
1 ACCEPTED SOLUTION

Accepted Solutions

Yes, the sandbox is configure only for TLS 1.2 connection.

 

Richard

View solution in original post

9 REPLIES 9

Hello @glerler

 

An error code of E0007 can only indicate you're using invalid credentials.  Please confirm that you're using the correct endpoint.

 

RIchard

RichardH
Administrator Administrator
Administrator
That is what I thought too. My credential are good. I even requested a new key. I am authorizing and creating a new CIM profile. I thought I remember having to do something to create a new profile with the CIM in the sandbox. I will check again that the correct key is being passed though Thx

You can confirm your sandbox credentials from https://sandbox.authorize.net are valid using the Try It tab in our API Reference: https://developer.authorize.net/api/reference

 

Richard

Am I correct that the CIM is being deprecated??? This is an older code base I wrote a few years back and was reviewing the newer SDK
I had done that and it performed correctly. I know my credentials are good. Thx G

If your credentials are good and you are still receiving an E00007 error, then you should confirm you are using the correct endpoint which should be https://apitest.authorize.net/xml/v1/request.api 

 

Richard

Arghhh!!! Making progress - Oops ! The one service was using the Live gateway. NOW I am getting a "Underlying connection closed unexpected error on send" TLS???? This running on in VS on IIS10 but the original is .NET4.0. Thx

Yes, the sandbox is configure only for TLS 1.2 connection.

 

Richard

Got things talking! Forgot about .NET 4.0 initiating at TLS1.0. Changed .NET version and forced TLS1.2 it playing nice. I can get something productive done now!!! Thx for the help!!!