Re: Witango-Talk: @url Question

2011-09-06 Thread MC Tay
For authorize.net you need to include the parameters in the URL, i.e. your authorize.net merchant login, key, credit card info. See below: https://secure.authorize.net/gateway/transact.dll?x_login=your-api-loginx_tran_key=your-transaction-keyx_amount=20x_card_num=credit-card-num.etc

Witango-Talk: @url Question

2011-09-05 Thread Fogelson, Steve
Windows Server 2003 - Witango 5.5 Using the following code @assign method$response @url location=https://cardpresent.authorize.net/gateway/transact.dll; waitforresult=true postargarray=method$postargArray detailedresponse=true encoding=none I get the following. But the request

RE: Witango-Talk: @url Question

2011-09-05 Thread Robert Shubert
actually break something that works, so go slow and test carefully. Robert From: Fogelson, Steve [mailto:stevefogel...@askics.net] Sent: Monday, September 05, 2011 10:23 PM To: Witango-Talk@witango.com Subject: Witango-Talk: @url Question Windows Server 2003 – Witango 5.5 Using