Hello, 

How to do these in ColdFusion?

I am using http://www.webpay.com.au/ to process
creditcard payment.

They do not have ColdFusion examples.


They use ActiveX which I have installed in our server.
In their ASP examples, there are some code as follows:

---------------------------
set webpay=Server.CreatObject("WebpayX.ProgID")
webPay.ClientID="xxxxxxxxx"
webPay.LicenceKey="xxxxxx"
webPay.CertificatePath="c:\xxx\xxx.pem"
webPay.CertificatePassword="psd"
card_num=request.from("cardnumeber")
card_exp=request.from("MM")+request.from("YY")
amount_dollars=request.from("dollars")
amount_cent=request.from("cents")
...
sendform
...
response.write("pls wait...doing transaction")
succesful=webpayX.doPurchase(card_num,
card_exp,amount_dollars,amount_cent)


SendResponse


sub sendform()
...
sub sendResponce()
...
--------------------------------------
How to do these in ColdFusion?


Thanks











_____________________________________________________________________________
http://www.yahoo.com.au/wedsite - The Wed Site
- Planning a wedding? Get all the help you need.
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to