473,394 Members | 1,700 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,394 software developers and data experts.

simple online payment component

is there something as easy as just providing a link to an inexpensive credit
card approval/payment component to integrate into an asp.net app. My
question isn't about the linking process itself but rather about my wanting
a very simple but robust credit card transaction component that I would not
have to build myself. I already have a navigation system to display product.
thank you -greg
Nov 18 '05 #1
11 3246
Hi Greg,

Not exactly sure what you're after, but if it is a component that helps you
do credit card transactions, there are several listed here:

http://www.asp.net/ControlGallery/de...y=6&tabindex=0

"Hazz" <ha**@nospameroosonic.net> wrote in message
news:OZ**************@TK2MSFTNGP09.phx.gbl...
is there something as easy as just providing a link to an inexpensive
credit card approval/payment component to integrate into an asp.net app.
My question isn't about the linking process itself but rather about my
wanting a very simple but robust credit card transaction component that I
would not have to build myself. I already have a navigation system to
display product. thank you -greg


Nov 18 '05 #2
You'll need a component to hook up with some kind of payment system.
Here's some links that can get you started:
http://www.componentone.com/paypal/
http://www.verisign.com/products-ser...ent/index.html
http://www.paypal.com/cgi-bin/webscr...rchant-outside

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net

"Hazz" <ha**@nospameroosonic.net> wrote in message
news:OZ**************@TK2MSFTNGP09.phx.gbl...
is there something as easy as just providing a link to an inexpensive
credit card approval/payment component to integrate into an asp.net app.
My question isn't about the linking process itself but rather about my
wanting a very simple but robust credit card transaction component that I
would not have to build myself. I already have a navigation system to
display product. thank you -greg

Nov 18 '05 #3
"Hazz" <ha**@nospameroosonic.net> wrote in
news:OZ**************@TK2MSFTNGP09.phx.gbl:
is there something as easy as just providing a link to an inexpensive
credit card approval/payment component to integrate into an asp.net
app. My question isn't about the linking process itself but rather
about my wanting a very simple but robust credit card transaction
component that I would not have to build myself. I already have a
navigation system to display product. thank you


Paypal has .NET components ... and might suit your purposes for low volume
sites.
--
Lucas Tam (RE********@rogers.com)
Please delete "REMOVE" from the e-mail address when replying.
http://members.ebay.com/aboutme/coolspot18/
Nov 18 '05 #4
Lucas Tam <RE********@rogers.com> wrote in
news:Xn**************************@140.99.99.130:
"Hazz" <ha**@nospameroosonic.net> wrote in
news:OZ**************@TK2MSFTNGP09.phx.gbl:
is there something as easy as just providing a link to an inexpensive
credit card approval/payment component to integrate into an asp.net
app. My question isn't about the linking process itself but rather
about my wanting a very simple but robust credit card transaction
component that I would not have to build myself. I already have a
navigation system to display product. thank you


Paypal has .NET components ... and might suit your purposes for low
volume sites.


Here's the paypal link:

https://www.paypal.com/cgi-bin/websc...ev_kit-outside
--
Lucas Tam (RE********@rogers.com)
Please delete "REMOVE" from the e-mail address when replying.
http://members.ebay.com/aboutme/coolspot18/
Nov 18 '05 #5
I don't know about other banks, but Bank of America accepts online credit
card transactions.
http://www.bankofamerica.com/merchan...erch_ic_ov.cfm

I already program for this, I used a HttpWebRequest for a POST Method to a
https://BofA_URL, sent the request then got the HttpWebResponse.
Next I just parsed thru the HttpWebResponse to see if the transaction was
good or not, then continued in the .NET application

The POST Method contains, your merchant account, user cc number, exp date,
amount, first name, last name, address, etc... all the required information
needed for a credit card transaction.
You can also use the same URL for crediting back a card as well.

Just an FYI.
"Hazz" <ha**@nospameroosonic.net> wrote in message
news:OZ**************@TK2MSFTNGP09.phx.gbl...
is there something as easy as just providing a link to an inexpensive credit card approval/payment component to integrate into an asp.net app. My
question isn't about the linking process itself but rather about my wanting a very simple but robust credit card transaction component that I would not have to build myself. I already have a navigation system to display product. thank you -greg

Nov 18 '05 #6
Thank you Ken. I actually went there and was surprised that there are
hundreds of hits but no reviews of those controls. That didn't deter me from
going to the creators website for more info but it would be helpful.
Thanks Ken. -greg

"Ken Cox [Microsoft MVP]" <BA************@sympatico.ca> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
Hi Greg,

Not exactly sure what you're after, but if it is a component that helps
you do credit card transactions, there are several listed here:

http://www.asp.net/ControlGallery/de...y=6&tabindex=0

"Hazz" <ha**@nospameroosonic.net> wrote in message
news:OZ**************@TK2MSFTNGP09.phx.gbl...
is there something as easy as just providing a link to an inexpensive
credit card approval/payment component to integrate into an asp.net app.
My question isn't about the linking process itself but rather about my
wanting a very simple but robust credit card transaction component that I
would not have to build myself. I already have a navigation system to
display product. thank you -greg

Nov 18 '05 #7
Thank you Steve. You just gave me some new options. I will have to
re-evaluate and re-review the PayPal route. Not sure if it has changed but I
remember when my PayPal experience as a consumer required that I set up my
own credit card account with PayPal first prior to being able to purchase
and item. I recall that not being very user friendly....much easier to just
use my own credit card on a per transaction basis... Not sure if anyone else
had that experience or impression. Perhaps it was less expensive for the
online merchant to do business but it added a cumbersome step for the
potential buyer.
Thanks again Steve, some interesting options here. -greg

"Steve C. Orr [MVP, MCSD]" <St***@Orr.net> wrote in message
news:eq**************@TK2MSFTNGP11.phx.gbl...
You'll need a component to hook up with some kind of payment system.
Here's some links that can get you started:
http://www.componentone.com/paypal/
http://www.verisign.com/products-ser...ent/index.html
http://www.paypal.com/cgi-bin/webscr...rchant-outside

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net

"Hazz" <ha**@nospameroosonic.net> wrote in message
news:OZ**************@TK2MSFTNGP09.phx.gbl...
is there something as easy as just providing a link to an inexpensive
credit card approval/payment component to integrate into an asp.net app.
My question isn't about the linking process itself but rather about my
wanting a very simple but robust credit card transaction component that I
would not have to build myself. I already have a navigation system to
display product. thank you -greg


Nov 18 '05 #8
Thank you Lucas.
Please read my response to Steve above about my old experiences with PayPal.
Thank you. -greg

"Lucas Tam" <RE********@rogers.com> wrote in message
news:Xn**************************@140.99.99.130...
"Hazz" <ha**@nospameroosonic.net> wrote in
news:OZ**************@TK2MSFTNGP09.phx.gbl:
is there something as easy as just providing a link to an inexpensive
credit card approval/payment component to integrate into an asp.net
app. My question isn't about the linking process itself but rather
about my wanting a very simple but robust credit card transaction
component that I would not have to build myself. I already have a
navigation system to display product. thank you


Paypal has .NET components ... and might suit your purposes for low volume
sites.
--
Lucas Tam (RE********@rogers.com)
Please delete "REMOVE" from the e-mail address when replying.
http://members.ebay.com/aboutme/coolspot18/

Nov 18 '05 #9
Thank you for the link Lucas. -greg

"Lucas Tam" <RE********@rogers.com> wrote in message
news:Xn**************************@140.99.99.130...
Lucas Tam <RE********@rogers.com> wrote in
news:Xn**************************@140.99.99.130:
"Hazz" <ha**@nospameroosonic.net> wrote in
news:OZ**************@TK2MSFTNGP09.phx.gbl:
is there something as easy as just providing a link to an inexpensive
credit card approval/payment component to integrate into an asp.net
app. My question isn't about the linking process itself but rather
about my wanting a very simple but robust credit card transaction
component that I would not have to build myself. I already have a
navigation system to display product. thank you


Paypal has .NET components ... and might suit your purposes for low
volume sites.


Here's the paypal link:

https://www.paypal.com/cgi-bin/websc...ev_kit-outside
--
Lucas Tam (RE********@rogers.com)
Please delete "REMOVE" from the e-mail address when replying.
http://members.ebay.com/aboutme/coolspot18/

Nov 18 '05 #10
This is very helpful Gabe! I gave the impression I didn't need any help on
this part but I would have become a developer in distress during
implementation/integration.
Being an old ASP solutions provider I have not been working a lot with
ASP.NET so I was not aware of the HttpWebRequest mechanism!
Wow! Inherits from MarshalByRefObject ? Why is this? A hybrid remoting and
web mechanism?
Do you use the GetResponse Method?
It sounds like it allows you to set up your own SSL/TLS configured app and
then when someone connects to your site, you perform the following;
1. While I have an active session(object) with my end-user who has just
logged onto my secure site and given their credit card info, I now send that
end user's info to another secure site to authorize their credit card info.
2. After a few seconds, I get this kind of webservice-y experience going
on where I receive the accept or decline response from, say BofA. I say
webservice-y because someone connects to my service (selling some widget)
and I immediately connect to someone elses service (in this case, credit
card authorization) . Is this correct?
3. After parsing what appears to be a returned data stream, I retain that
authorization status (returned via the HttpWebResponse class,
GetResponseStream ) as a boolean in my database table along with the
transaction amount and the end-user's address info, etc.
4. After all the behind the scenes authorization which my end-user is
unaware of, I then send the response back to them informing them that their
order has been processed or that their credit card authorization has been
declined.
5. Finally, the session object is terminated...

What it sounds like with my initial impression is that .NET has given us
functionality with HttpWebRequest/Response classes that enables us to build
our own http transaction mechanisms so that I don't have to pay a
considerable amount of money to someone else who has done just the same
thing???

Thank you Gabe! -greg

"Gabe Garza" <sp**@nospam.com> wrote in message
news:wU*******************@newssvr21.news.prodigy. com...
I don't know about other banks, but Bank of America accepts online credit
card transactions.
http://www.bankofamerica.com/merchan...erch_ic_ov.cfm

I already program for this, I used a HttpWebRequest for a POST Method to a
https://BofA_URL, sent the request then got the HttpWebResponse.
Next I just parsed thru the HttpWebResponse to see if the transaction was
good or not, then continued in the .NET application

The POST Method contains, your merchant account, user cc number, exp date,
amount, first name, last name, address, etc... all the required
information
needed for a credit card transaction.
You can also use the same URL for crediting back a card as well.

Just an FYI.
"Hazz" <ha**@nospameroosonic.net> wrote in message
news:OZ**************@TK2MSFTNGP09.phx.gbl...
is there something as easy as just providing a link to an inexpensive

credit
card approval/payment component to integrate into an asp.net app. My
question isn't about the linking process itself but rather about my

wanting
a very simple but robust credit card transaction component that I would

not
have to build myself. I already have a navigation system to display

product.
thank you -greg


Nov 18 '05 #11
"Hazz" <ha**@nospameroosonic.net> wrote in
news:Od**************@TK2MSFTNGP15.phx.gbl:
I
remember when my PayPal experience as a consumer required that I set
up my own credit card account with PayPal first prior to being able to
purchase and item.


I *think* you can transfer cash without registering first.

But, the option not to register is not very clear... and some users think
they need to register first.

--
Lucas Tam (RE********@rogers.com)
Please delete "REMOVE" from the e-mail address when replying.
http://members.ebay.com/aboutme/coolspot18/
Nov 18 '05 #12

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

Similar topics

1
by: excelleinc.com | last post by:
Hello, One of our clients wants from us to implement online payment option trough his web-site which we developed and we're hosting it. I'm not sure if this is right newsgroup but would like...
0
by: Shadi Naif | last post by:
I am developing a website contains products that meant to be sold online. The company's location is not supported by Paypal. Is there any way to securely create automated online payment website...
3
by: Dave Johnson | last post by:
I am responsible for making an e-commerce site in asp.net 2.0, does anyone have relative experiance that can guide me through the development of the Online Payment part, such as a start point from...
4
by: Jigar A. Thakor | last post by:
how to create online shopping website.. ?? any architecture ?? How to design any guidlines ? and what is verisign ?? other secure protection needed ?? i want to develop in C#,Asp.net,Sql Server...
1
by: giveDsolution | last post by:
Can anybody give me any links abt Online Payment.....I have to include that in my project
1
by: diptisk | last post by:
how to put online payment module on site? I can put shopping cart on site with asp but how to proceed further? Any article or tutorial is there which will guide on required steps
2
by: n.p.roopesh | last post by:
I want to know ,How i can implement the online payment system in my web site using PHP
0
by: yuwenwu006 | last post by:
5% paypal handling charge supports the online payment! PayPal cheap Guess wallet Dear friend welcome to shopping on www.Shoes-paypal.cn 1.5% paypal handling charge supports the online payment!...
2
by: paliko | last post by:
a Visual basic code for an online tax payment system
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?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
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...
0
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...
0
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...

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.