|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Paypal & asp.netI have an application that needs to use Paypal to verify the legitimacy
of a credit card, not the actual charge. The only thing I can find thru Paypal's SDK is stuff that's a COM add-in. Is there a web service that anyone knows of that'll do this process? One that would be free or a single-time fee would be preferable. Any help appreciated. BC Hi,
Why don't you consider wrapping the com component? A few second works and free (although, of course, you would be stuck with some unmanaged code). Hope this helps. Regards. Martijn Kaag Show quote "Blasting Cap" wrote: > I have an application that needs to use Paypal to verify the legitimacy > of a credit card, not the actual charge. > > The only thing I can find thru Paypal's SDK is stuff that's a COM add-in. > > Is there a web service that anyone knows of that'll do this process? > One that would be free or a single-time fee would be preferable. > > Any help appreciated. > > BC > This link may be of help:
http://www.west-wind.com/presentations/aspnetecommerce/aspnetecommerce.asp There is a validate card method that you may be able to integrate in your project. HTH Blasting Cap wrote: Show quote > I have an application that needs to use Paypal to verify the legitimacy > of a credit card, not the actual charge. > > The only thing I can find thru Paypal's SDK is stuff that's a COM add-in. > > Is there a web service that anyone knows of that'll do this process? > One that would be free or a single-time fee would be preferable. > > Any help appreciated. > > BC You can Mod10 check the card and make sure date is in the future. Beyond
that, you have to run an authorization. PayPal pro can do this, but it is a pay service. I know of no "check for valid card" free or one-time fee services. -- Show quoteGregory A. Beamer MVP; MCP: +I, SE, SD, DBA http://gregorybeamer.spaces.live.com ************************************************* Think outside of the box! ************************************************* "Blasting Cap" <goo***@christian.net> wrote in message news:e0e5CQQ$GHA.4524@TK2MSFTNGP04.phx.gbl... >I have an application that needs to use Paypal to verify the legitimacy of >a credit card, not the actual charge. > > The only thing I can find thru Paypal's SDK is stuff that's a COM add-in. > > Is there a web service that anyone knows of that'll do this process? One > that would be free or a single-time fee would be preferable. > > Any help appreciated. > > BC |
|||||||||||||||||||||||