Shipping value in Authorize.net

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
vidyadoiphode
Forum Newbie
Posts: 14
Joined: Wed Oct 04, 2006 4:46 am

Shipping value in Authorize.net

Post by vidyadoiphode »

Hello,
I am passing shipping value to authorize.net, but it shouldnt display on authorize.net page.
Which is variable used to displaay that?
User avatar
superdezign
DevNet Master
Posts: 4135
Joined: Sat Jan 20, 2007 11:06 pm

Post by superdezign »

You want to hide the payment method from the user? Unless they provide an application of some sort for you to use on your website, I don't believe that is possible. You could send the value to their page if you find out how their forms determine input.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

There aren't any variables that control it. The code you execute can potentially control it.

Search for cURL.
Post Reply