473,657 Members | 2,735 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

POST question

I have a web page that posts back to the server with credit card
information.

I then need to POST the information to my payment processing gateway, check
the result and then send information back to the client.

How do I do the POST from the server out to the gateway and process the
information?

Thanks.

--
Michael Tissington
http://www.oaklodge.com
http://www.tabtag.com
Nov 18 '05 #1
13 1668
In the server side code, after you receive the data, just call the gateway
and pass the data. You can have your page process synchronously or
asynchronously to wait or not for a reply from the gateway.
"Michael Tissington" <mi*****@nospam .com> wrote in message
news:%2******** *******@tk2msft ngp13.phx.gbl.. .
I have a web page that posts back to the server with credit card
information.

I then need to POST the information to my payment processing gateway, check the result and then send information back to the client.

How do I do the POST from the server out to the gateway and process the
information?

Thanks.

--
Michael Tissington
http://www.oaklodge.com
http://www.tabtag.com

Nov 18 '05 #2
when you post the page, have it call the gateway and not have the page post
to itself
"Michael Tissington" <mi*****@nospam .com> wrote in message
news:#x******** *****@tk2msftng p13.phx.gbl...
I have a web page that posts back to the server with credit card
information.

I then need to POST the information to my payment processing gateway, check the result and then send information back to the client.

How do I do the POST from the server out to the gateway and process the
information?

Thanks.

--
Michael Tissington
http://www.oaklodge.com
http://www.tabtag.com

Nov 18 '05 #3
Yes, but how do I just 'call the gateway'

--
Michael Tissington
http://www.oaklodge.com
http://www.tabtag.com
"Scott M." <s-***@BADSPAMsnet .net> wrote in message
news:Ot******** *****@TK2MSFTNG P09.phx.gbl...
In the server side code, after you receive the data, just call the gateway
and pass the data. You can have your page process synchronously or
asynchronously to wait or not for a reply from the gateway.
"Michael Tissington" <mi*****@nospam .com> wrote in message
news:%2******** *******@tk2msft ngp13.phx.gbl.. .
I have a web page that posts back to the server with credit card
information.

I then need to POST the information to my payment processing gateway,

check
the result and then send information back to the client.

How do I do the POST from the server out to the gateway and process the
information?

Thanks.

--
Michael Tissington
http://www.oaklodge.com
http://www.tabtag.com


Nov 18 '05 #4
In the server side code, after you receive the data, just call the gateway
and pass the data. You can have your page process synchronously or
asynchronously to wait or not for a reply from the gateway.
"Michael Tissington" <mi*****@nospam .com> wrote in message
news:%2******** *******@tk2msft ngp13.phx.gbl.. .
I have a web page that posts back to the server with credit card
information.

I then need to POST the information to my payment processing gateway, check the result and then send information back to the client.

How do I do the POST from the server out to the gateway and process the
information?

Thanks.

--
Michael Tissington
http://www.oaklodge.com
http://www.tabtag.com

Nov 18 '05 #5
There's no way for us to know that. Your "payment processing gateway"
vendor must give you instructions on what to do with the data you collect.
"Michael Tissington" <mi*****@nospam .com> wrote in message
news:e6******** ******@TK2MSFTN GP09.phx.gbl...
Yes, but how do I just 'call the gateway'

--
Michael Tissington
http://www.oaklodge.com
http://www.tabtag.com
"Scott M." <s-***@BADSPAMsnet .net> wrote in message
news:Ot******** *****@TK2MSFTNG P09.phx.gbl...
In the server side code, after you receive the data, just call the gateway and pass the data. You can have your page process synchronously or
asynchronously to wait or not for a reply from the gateway.
"Michael Tissington" <mi*****@nospam .com> wrote in message
news:%2******** *******@tk2msft ngp13.phx.gbl.. .
I have a web page that posts back to the server with credit card
information.

I then need to POST the information to my payment processing gateway,

check
the result and then send information back to the client.

How do I do the POST from the server out to the gateway and process the information?

Thanks.

--
Michael Tissington
http://www.oaklodge.com
http://www.tabtag.com



Nov 18 '05 #6
Yes, but how do I just 'call the gateway'

--
Michael Tissington
http://www.oaklodge.com
http://www.tabtag.com
"Scott M." <s-***@BADSPAMsnet .net> wrote in message
news:Ot******** *****@TK2MSFTNG P09.phx.gbl...
In the server side code, after you receive the data, just call the gateway
and pass the data. You can have your page process synchronously or
asynchronously to wait or not for a reply from the gateway.
"Michael Tissington" <mi*****@nospam .com> wrote in message
news:%2******** *******@tk2msft ngp13.phx.gbl.. .
I have a web page that posts back to the server with credit card
information.

I then need to POST the information to my payment processing gateway,

check
the result and then send information back to the client.

How do I do the POST from the server out to the gateway and process the
information?

Thanks.

--
Michael Tissington
http://www.oaklodge.com
http://www.tabtag.com


Nov 18 '05 #7
There's no way for us to know that. Your "payment processing gateway"
vendor must give you instructions on what to do with the data you collect.
"Michael Tissington" <mi*****@nospam .com> wrote in message
news:e6******** ******@TK2MSFTN GP09.phx.gbl...
Yes, but how do I just 'call the gateway'

--
Michael Tissington
http://www.oaklodge.com
http://www.tabtag.com
"Scott M." <s-***@BADSPAMsnet .net> wrote in message
news:Ot******** *****@TK2MSFTNG P09.phx.gbl...
In the server side code, after you receive the data, just call the gateway and pass the data. You can have your page process synchronously or
asynchronously to wait or not for a reply from the gateway.
"Michael Tissington" <mi*****@nospam .com> wrote in message
news:%2******** *******@tk2msft ngp13.phx.gbl.. .
I have a web page that posts back to the server with credit card
information.

I then need to POST the information to my payment processing gateway,

check
the result and then send information back to the client.

How do I do the POST from the server out to the gateway and process the information?

Thanks.

--
Michael Tissington
http://www.oaklodge.com
http://www.tabtag.com



Nov 18 '05 #8
Maybe I'm not clear, How do I POST the information to my gateway website ...
as in should I use WebRequest or something else ?

--
Michael Tissington
http://www.oaklodge.com
http://www.tabtag.com

"Scott M." <s-***@BADSPAMsnet .net> wrote in message
news:uk******** ******@TK2MSFTN GP12.phx.gbl...
There's no way for us to know that. Your "payment processing gateway"
vendor must give you instructions on what to do with the data you collect.
"Michael Tissington" <mi*****@nospam .com> wrote in message
news:e6******** ******@TK2MSFTN GP09.phx.gbl...
Yes, but how do I just 'call the gateway'

--
Michael Tissington
http://www.oaklodge.com
http://www.tabtag.com
"Scott M." <s-***@BADSPAMsnet .net> wrote in message
news:Ot******** *****@TK2MSFTNG P09.phx.gbl...
In the server side code, after you receive the data, just call the gateway and pass the data. You can have your page process synchronously or
asynchronously to wait or not for a reply from the gateway.
"Michael Tissington" <mi*****@nospam .com> wrote in message
news:%2******** *******@tk2msft ngp13.phx.gbl.. .
> I have a web page that posts back to the server with credit card
> information.
>
> I then need to POST the information to my payment processing gateway, check
> the result and then send information back to the client.
>
> How do I do the POST from the server out to the gateway and process the > information?
>
> Thanks.
>
> --
> Michael Tissington
> http://www.oaklodge.com
> http://www.tabtag.com
>
>



Nov 18 '05 #9
Maybe I'm not clear, How do I POST the information to my gateway website ...
as in should I use WebRequest or something else ?

--
Michael Tissington
http://www.oaklodge.com
http://www.tabtag.com

"Scott M." <s-***@BADSPAMsnet .net> wrote in message
news:uk******** ******@TK2MSFTN GP12.phx.gbl...
There's no way for us to know that. Your "payment processing gateway"
vendor must give you instructions on what to do with the data you collect.
"Michael Tissington" <mi*****@nospam .com> wrote in message
news:e6******** ******@TK2MSFTN GP09.phx.gbl...
Yes, but how do I just 'call the gateway'

--
Michael Tissington
http://www.oaklodge.com
http://www.tabtag.com
"Scott M." <s-***@BADSPAMsnet .net> wrote in message
news:Ot******** *****@TK2MSFTNG P09.phx.gbl...
In the server side code, after you receive the data, just call the gateway and pass the data. You can have your page process synchronously or
asynchronously to wait or not for a reply from the gateway.
"Michael Tissington" <mi*****@nospam .com> wrote in message
news:%2******** *******@tk2msft ngp13.phx.gbl.. .
> I have a web page that posts back to the server with credit card
> information.
>
> I then need to POST the information to my payment processing gateway, check
> the result and then send information back to the client.
>
> How do I do the POST from the server out to the gateway and process the > information?
>
> Thanks.
>
> --
> Michael Tissington
> http://www.oaklodge.com
> http://www.tabtag.com
>
>



Nov 18 '05 #10

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

Similar topics

15
3120
by: Thomas Scheiderich | last post by:
I am trying to understand Session variables and ran into a question on how they work with data that is passed. I have an HTM file that calls an ASP file and sends the name either by GET or POST. When I find is that if I send the value by the GET method, response.write("From QueryString: " & Request.QueryString("usernamefromform") & "<br><br>")
2
2456
by: Hans Forbrich | last post by:
The following is a Request for Discussion, following up on some recent posts about distributing a periodic news group 'Charter and FAQ' post. While not formally following RFC/RFD rules, the intent is to use the rules as a guide for the discussion and make a more formal Request for Comment and a follow-up formal vote, possibly before year-end. Proposal: That the following be posted weekly for this news group:
0
1818
by: Hans Forbrich | last post by:
Section 1. Ballot: ------------------- 1.YES NO: I agree that there should be a periodic post describing the newsgroup charter and providing a FAQ on newsgroup usage. 2.MONTHLY BI-WEEKLY WEEKLY: The post should be transmitted with this frequency.
16
2594
by: Andy Lai | last post by:
Hi, I am writing a C++ program which needs to post an XML to an HTTP server periodically and the program will run on different platforms including w32, linux, and unix. I see that there are some library available out there including cURL and Libwww from w3c. I will spend some time on them myself but if anyone are familiar with them, please share know how good they compile/run on different platforms. Also, if there is a better HTTP
9
1883
by: Alan Silver | last post by:
Hello, From my limited experience with ASP.NET (couple of weeks so far, much time wasted with stupid book), you can only have one form per page. If so, how do you handle the scenario where you want two forms (from the user's point of view) on a page, one form that uses POST and one that uses GET? For example, suppose your site has a members' log-in form at the top of every page. This would normally use POST as you don't want the...
10
3418
by: glenn | last post by:
I am use to programming in php and the way session and post vars are past from fields on one page through to the post page automatically where I can get to their values easily to write to a database or continue to process on to the next page. I am now trying to learn ASP to see if we can replace some of our applications that were written in php with an ASP alternative. However, after doing many searches on google and reading a couple...
2
2002
by: Phlip | last post by:
Newsgroupies: One myth about USENET is that each group has a charter; some "official" list of on-topic concepts. When a post arrives "violating" this myth, the replies that support the myth can in fact damage a newsgroup's health. This post is a seasonal feature on behalf of the bouncier regulars here. news:comp.lang.c++ discusses an advanced language often thrust upon neophytes. They frequently misunderstand the relationships...
29
2575
by: GhostInAK | last post by:
I'm seeing a terribly distubing number of questions that have no purpose in existing. As an example: How do I change the position of a stream? Hmm.. Could it be some method on the stream itsself? Probably. My advice, pleading advice, is that you USE YOUR DAMN BRAINS before spewing your crap on here. Think about what you are doing. If your question is "How do I do X with class/object Y?" Then why not open up the Obejct Browser and...
8
2930
by: Mr. SweatyFinger | last post by:
where have they all gone. alt.suicide? alt.findContol.then.slit.your.own.throat?
11
3895
by: divya_rathore_ | last post by:
The code: int aaa = 100; printf("%d %d %d\n", --aaa, aaa, aaa--); printf("%d\n", aaa); prints: 99 100 100 98
0
8407
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8319
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8837
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8739
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
5638
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4171
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
2739
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1969
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1732
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.