473,385 Members | 1,546 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Is winhttp the correct solution??? wondering how....

hi,
I'm helping a company to develop a merchant site for online transaction.
Since the company already registered with Telemoney payment gateway to
handle the credit card verification, therefore my asp pages will need be
devloped to talk to the telemoney server in order to pass and receive data
like credit card no, transacted amount etc.
Initially i thought that applying asp form method will be fine to submit
data over to their server, but found out actually not. This is becoz I need
to establish a https connection to their server first before sending any
data.
Is winhttp the correct approach?
There is few communication links in one transaction and it need to have 3
asp pages involved.
First submit a new request into the server, after that the server will
establish another new connection to a new asp page (so-called payment url)
and from this page, i shall send the transaction information to the server
etc, and at the last portion (status acknowledgement), the payment gateway
server will send status information to another asp page (status page). At
the page, I shall capture the status information and reply with an
acknowledgement.
How can it be done with asp? Use winhttp? how......
Please do advise...

Thanks and Regards, yukeshean
(ys****@unifiedcomms.com)

"Smiling makes the world a better place"
Jul 19 '05 #1
2 2298
I've dealt with such things with web banking systems, and the web banking
vendor offered a "pre-fetch" image that I could load. Even if this isn't
provided, you can do it with an image, or even by 404ing to their site.
Just add something like this on your page:

<img src=https://www.theirsite.com/images/something.gif width="0" height="0"
/>

Ray at home

"yukeshean" <ys****@unifiedcomms.com> wrote in message
news:O1**************@tk2msftngp13.phx.gbl...
hi,
I'm helping a company to develop a merchant site for online transaction.
Since the company already registered with Telemoney payment gateway to
handle the credit card verification, therefore my asp pages will need be
devloped to talk to the telemoney server in order to pass and receive data
like credit card no, transacted amount etc.
Initially i thought that applying asp form method will be fine to submit
data over to their server, but found out actually not. This is becoz I need to establish a https connection to their server first before sending any
data.
Is winhttp the correct approach?
There is few communication links in one transaction and it need to have 3
asp pages involved.
First submit a new request into the server, after that the server will
establish another new connection to a new asp page (so-called payment url)
and from this page, i shall send the transaction information to the server
etc, and at the last portion (status acknowledgement), the payment gateway
server will send status information to another asp page (status page). At
the page, I shall capture the status information and reply with an
acknowledgement.
How can it be done with asp? Use winhttp? how......
Please do advise...

Thanks and Regards, yukeshean
(ys****@unifiedcomms.com)

"Smiling makes the world a better place"

Jul 19 '05 #2
I may have lied. I just looked at one of the web banking pages I did, and
the img src is an actual coded page. It's like this:

<img
src="https://www.ourwebbankingprovider.com/relevantsubdomain/beforelogin.cfm
" width="0" height="0">

(damn cold fusion. pffft)

Ray at home
"Ray at <%=sLocation%>" <ra*@ajf8jalskdfna.sefrhja7yasdf.com> wrote in
message news:uh**************@TK2MSFTNGP10.phx.gbl...
I've dealt with such things with web banking systems, and the web banking
vendor offered a "pre-fetch" image that I could load. Even if this isn't
provided, you can do it with an image, or even by 404ing to their site.
Just add something like this on your page:

<img src=https://www.theirsite.com/images/something.gif width="0" height="0" />

Ray at home

"yukeshean" <ys****@unifiedcomms.com> wrote in message
news:O1**************@tk2msftngp13.phx.gbl...
hi,
I'm helping a company to develop a merchant site for online transaction.
Since the company already registered with Telemoney payment gateway to
handle the credit card verification, therefore my asp pages will need be
devloped to talk to the telemoney server in order to pass and receive data like credit card no, transacted amount etc.
Initially i thought that applying asp form method will be fine to submit
data over to their server, but found out actually not. This is becoz I

need
to establish a https connection to their server first before sending any
data.
Is winhttp the correct approach?
There is few communication links in one transaction and it need to have 3 asp pages involved.
First submit a new request into the server, after that the server will
establish another new connection to a new asp page (so-called payment url) and from this page, i shall send the transaction information to the server etc, and at the last portion (status acknowledgement), the payment gateway server will send status information to another asp page (status page). At the page, I shall capture the status information and reply with an
acknowledgement.
How can it be done with asp? Use winhttp? how......
Please do advise...

Thanks and Regards, yukeshean
(ys****@unifiedcomms.com)

"Smiling makes the world a better place"


Jul 19 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: yukeshean | last post by:
how to use winhttp with asp to talk to Telemoney payment gateway server? how to use winhttp to make few communication link with telemoney and the links involve more than 1 asp page?
0
by: thueirby | last post by:
h when i try to get data from site with clients sertificates with winHttp, I have a problem with result encoding (ru). Its OK with any sites without client sertificates, and its OK when i try to...
0
by: Bryce | last post by:
H I am using WinHTTP to hit a server. I need to provide Proxy credentials to navigate through a proxy server, as well as Server credentials to access the server I have called the...
1
by: Francis | last post by:
I have the following codes in an asp file. This page can receive the XML string send from client. ================================================== Dim objReceive Set objReceive =...
0
by: Vijay | last post by:
Hi, I am trying to use Winhttp for making a SOAP request from a client to a Server, windows 2003. I have 2 issues: 1. I am making a Winhttp, HTTP request and I keep getting this error,...
1
by: saravana kumar | last post by:
Hai , I am new to winHTTP. Can anyone point me out a good website to find few startup samples and details about winHTTP. Please help me out to start winHTTP. :confused: Any help appreciated....
1
by: Gaetan | last post by:
I'm doing a prrof of concept to develop an application to run under WinPE. The application will use WinHTTP to send requests to an ASPX file running IIS 6.0 My problem is that I do not know how...
1
by: Balex | last post by:
Hi This is a question for people who know and use the winhttp DLL from MS. I need to be able to simulate the entry by users of data into a web-based application. So I started with using winhttp...
4
by: Ted Lyngmo | last post by:
Hi! I'm new (but please do continue reading) to C++ in the VS environment and wanted to create a standalone program (or preferably, a static library, compatible with other Windows compilers)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.