cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

What is the difference between these two calls?

AuthorizeNet.CustomerGateway(...).Authorize(order)

 

and

 

Authorize,netGateway(...).Send(authoirzationrequest)

 

Don't they both essentially do the same thing?

pedrocoelho1
Contributor
14 REPLIES 14

It looks like when I change it to ServiceMode.Live, it also changes the URL which it points to.

 

My data is in the sandbox, not production.  If I have to set the ServiceMode to Live, I still want to be pointing to the sandbox.

 

Anyway around this?

turn testmode off on your merchant account under account settings

https://sandbox.authorize.net/

 

and set it back to ServiceMode.test

 

the servicemode is not the same as testmode, as you have discover it change where the url is location.

Ok that fixed the issue.  Thanks!

 

One last questions.... What is Test Mode used for?

Thanks!