473,773 Members | 2,398 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 1684
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
3131
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
2478
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
1827
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
2603
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
1891
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
3440
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
2006
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
2590
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
2944
by: Mr. SweatyFinger | last post by:
where have they all gone. alt.suicide? alt.findContol.then.slit.your.own.throat?
11
3911
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
9621
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
9454
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
10264
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
10106
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...
1
10039
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8937
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7463
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5355
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...
0
5484
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

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.