| | |
|
PowerASP active server pages asp.net microsoft .net framework sdk learn asp what is asp tutorial learn asp.net CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Using ASP to post to payment gateway |
From: |
Sam Schischka |
Date: |
4/25/2000 5:55:25 AM |
IP: |
203.132.0.9 |
Hi All,
I am using an html form to obtain information from a user, which i am posting to an ASP file, which will do a number of things. the first thing the ASP file must do is to pull the information from the html form using the ???=request.form("???"). The information must then be written to a csv file, and a copy of the reslts mailed to the user. All of this i have managed to accomplish, but i also have to have the form data sent to a payment gateway (see post info below), and then have the ASP page interpret the data sent back from the gateway, and process the rest of the ASP page accordingly (process is successful otherwise report error code).
<FORM action="https://secureserverhere/servlet/PureGateway" method=POST id=frmPostInfo name=frmPostInfo>
The secure gateway sends back a code to indicate the results of the tranaction, and I would need to incorporate all of the possible codes into the ASP page in order to have the page properly display successful transactions or the appropraite error codes.
I am very thankful for the expert help I have received from Shailesh previously, and am pretty sure that this one is a tricky one, and am very happy to compensate for any time you spenanswerng this question.
Thankyou in Anticipation
Sam Schischka |
|
|

|
|
|
|