473,779 Members | 1,873 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

asp.net C# payflowlink post and capturing silent post

my application is in asp.net using C#
hi guys having a complicated problem
i am using payflowlink to process CC payments
I have to send a httppost to their servers. The problem
is how do i do a post where i get these values like the
amount from the database.
eg of the post:
<form method="post"
action="https://payflowlink.ver isign.com/payflowlink.cfm ">
<input type="hidden" name="name" value="john adams">
<input type="hidden" name="amount" value="12.00">
.....
.....
<input type="submit" value="buy">
</form>
i want the user to hit purchase now button
(asp:ImageButto n onClick="purcha se_clicked")
and when the the purchase_clicke d function is run the
function should get the price from database and then send
the post automatically without the user having to click
anymore buttons)
(i know how to get the price from database, but how do i
do a post from that function. any help would be
appricated thans)

Problem 2:
Secondly once the transaction in completed the result is
sent back to my website from verisign (owner of
payflowlink) in a silent post. How would i capture the
name/value pairs string they sent in the silent post in
asp.net C#.
any code samples would be greatly appriciated
thanks alot
any question please call me 718-909-2244
my name is khawar
Nov 17 '05 #1
1 4783
Other may have better answers (I am looking for one too), but it sounds a
lot like Paypal. For paypal I build a querystring instead a form post. I
don't know if payflow work the same but it may be worth a try. ( I hide the
query string from the user using a window.status)

For you second question you will need to look into webrequest and
webresponse. You need a page to 'listen' for a post and then process.
Usually this means sending a response back to their servers acknowedging
that the information is valid, then you can use the information from the
post to update your database.
"khawar" <kh********@hot mail.com> wrote in message
news:05******** *************** *****@phx.gbl.. .
my application is in asp.net using C#
hi guys having a complicated problem
i am using payflowlink to process CC payments
I have to send a httppost to their servers. The problem
is how do i do a post where i get these values like the
amount from the database.
eg of the post:
<form method="post"
action="https://payflowlink.ver isign.com/payflowlink.cfm ">
<input type="hidden" name="name" value="john adams">
<input type="hidden" name="amount" value="12.00">
....
....
<input type="submit" value="buy">
</form>
i want the user to hit purchase now button
(asp:ImageButto n onClick="purcha se_clicked")
and when the the purchase_clicke d function is run the
function should get the price from database and then send
the post automatically without the user having to click
anymore buttons)
(i know how to get the price from database, but how do i
do a post from that function. any help would be
appricated thans)

Problem 2:
Secondly once the transaction in completed the result is
sent back to my website from verisign (owner of
payflowlink) in a silent post. How would i capture the
name/value pairs string they sent in the silent post in
asp.net C#.
any code samples would be greatly appriciated
thanks alot
any question please call me 718-909-2244
my name is khawar

Nov 17 '05 #2

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

Similar topics

0
2229
by: harish | last post by:
i am trying to install jdk1.4.0 using silent installation. i am performing the following steps: 1) First i am writing to a .iss file using the command: j2sdk-1_4_0-win.exe -a -r -f1"C:\setup.iss" 2) then i am going thru the installation by entering the destination path and the installation is getting successfully finished. 3)i uninstalled the jdk.
0
1298
by: PiErre | last post by:
Hi, I used to install python 2.2 with the option /s (silent) on win2k server. Now I migrated to python 2.3 (Python-2.3.4.exe) and it seems to me that in all the registry values the drive is missing EG: under HKEY_CLASSES_ROOT\Python.NoConFile\DefaultIcon The (Default) values I found is \Python23\Py.ico
3
41884
by: TThai | last post by:
Hi, I've created an application that uses crystal report in VB dotnet environment. I've created an MSI package to be installed on the client pc to make the crystal report to work. However, the MSI requires User Intervention. Does anyone know how to create MSI in a silent mode in visual studio. This application will be pushed to the client from the server and the MSI package needs to be in a silent mode meaning all the user intervention...
33
5645
by: Joerg Schuster | last post by:
Hello, Python regular expressions must not have more than 100 capturing groups. The source code responsible for this reads as follows: # XXX: <fl> get rid of this limitation! if p.pattern.groups > 100: raise AssertionError( "sorry, but this version only supports 100 named groups"
0
1326
by: joseph.inglis | last post by:
Heres an interesting one and i guess its idea that are needed as opposed to a direct solution (although one would be welcomed of course). I want to render a webpage as an image. At the moment this is done using awebbrowser object and use of BitBlt to capture the screen... Ive done it a few ways, in both vb and c# and it works well (hurrah). But this is only useful if the form hosting the webbrowser object is visible. How can one do...
2
624
by: khawar | last post by:
my application is in asp.net using C# hi guys having a complicated problem i am using payflowlink to process CC payments I have to send a httppost to their servers. The problem is how do i do a post where i get these values like the amount from the database. eg of the post: <form method="post" action="https://payflowlink.verisign.com/payflowlink.cfm"> <input type="hidden" name="name" value="john adams">
1
1920
by: eelisdotnet | last post by:
Hi I have an application that have to be installed in silent/passive mode. The first installation goes well. When I try to execute a silent/passive installation of the new version (new msi version), the application files are updated but in the Add/Remove Program interface, there exist 2 instances of the application for each of the msi (even though there is only one instance installed on the computer). On the other hand, when I execute...
112
5480
by: istillshine | last post by:
When I control if I print messages, I usually use a global variable "int silent". When I set "-silent" flag in my command line parameters, I set silent = 1 in my main.c. I have many functions that may print some messages. foo(...) { if (!silent)
0
9471
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
10302
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
10136
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
10071
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
9925
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6723
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
5501
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4036
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
3631
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.