cancel
Showing results for 
Search instead for 
Did you mean: 

what Steps to switch between sandbox to LIVE

I am ready to stop testing in sandbox and do a 

credit card in LIVE.

 

Somesaid I need to turn  TESTMODE off.

 

Where Do I turn Test Mode off?

 

 Is there a List of steps to do to switch from test to LIVE authorize.net?

 

Thanks,

 

Steve2301

 

steve2301
Contributor
2 REPLIES 2

Update your api endpoint to the Production API endpoint:

https://developer.authorize.net/api/reference/index.html#gettingstarted-section-section-header

 

Update your apiLogin and transaction key to match the production account.

 

Check your test mode setting for the production account and use test mode to verify that the apiLogin & transKey credentials are working for you.

 

 

mmcguire
Administrator Administrator
Administrator

I searched my code for endpoints as stated.

Sandbox API Endpoint: https://apitest.authorize.net/xml/v1/request.api

Production API Endpoint: https://api.authorize.net/xml/v1/request.api

I do not have "request.api" anywhere in my code. I am using the Accept.js.

This has an Iframe that pops up in a web page for user credit card and name.

 

So far all appears to work on TEST and Production( I only did 1 test in Production).

 

I am net to Authorize.net. This is a big learning curve fo rme.