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-login&x_tran_key=your-transaction-key&x_amount=20&x_card_num=credit-card-num.........etc
(please see the parameters you need in the URL at the authorize.net site.

MC

At 07:23 PM 9/5/2011, you wrote:
>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 does run successfully
>
>[Warning] [15758] Server certificate authority
>invalid. Continue processing URL:
>https://cardpresent.authorize.net/gateway/transact.dll
>[Warning] [15758] Server certificate revocation
>failed. Continue processing URL:
><https://cardpresent.authorize.net/gateway/transact.dll>https://cardpresent.authorize.net/gateway/transact.dll
>
>Do I need to change something?
>
>Thanks
>
>Steve Fogelson
>
>
>----------
>To unsubscribe from this list, please send an
>email to
><mailto:lists...@witango.com>lists...@witango.com
>  with "unsubscribe witango-talk" in the body.


----------------------------------------

To unsubscribe from this list, please send an email to lists...@witango.com 
with "unsubscribe witango-talk" in the body.

Reply via email to