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
07-14-2020 04:27 AM
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.
07-16-2020 12:01 PM - edited 07-16-2020 12:06 PM
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.
07-23-2020 06:49 AM