> We want to provide to hotel guests in a number of hotels gateway/ISP
> services.
Wired or wireless...?
> Which Paypal suites this type of transaction that require irrevocable
> confirmation.
I'm not sure what you mean by "which Paypal"? There is only one PayPal...
> We can't afford to provide the service and then find out days later
> that the authorization was revoked.
Can you explain a bit more about what you're trying to do...?

Signature
Mark Rae
ASP.NET MVP
http://www.markrae.net
Charles - 19 Apr 2008 23:00 GMT
> > We want to provide to hotel guests in a number of hotels gateway/ISP
> > services.
[quoted text clipped - 9 lines]
> > that the authorization was revoked.
> http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/browse_t
hread/thread/956a3f922ead0beb/f8a0dba6df44cddc?lnk=st&q=Which+Paypal+Service+for
+ISP+Provider#f8a0dba6df44cddc
Which Paypal Service for ISP Provider -
microsoft.public.dotnet.framework.aspnet | Google Groups
> Can you explain a bit more about what you're trying to do...?
>
> --
> Mark Rae
> ASP.NET MVPhttp://www.markrae.net
Paypal offers these eight services according to
https://www.paypal.com/IntegrationCenter/ic_home.html
Express Checkout
Website Payments Standard
Website Payments Pro (US)
Website Payments Pro (UK)
PayPal Mobile Checkout
Payflow Link
Payflow Pro
Website Payments Pro Payflow Edition
Paypal offers what is called IPN notification which gives your code an
instant answer on whether the attempted charge was successful. Their site has
plenty of sample code, including ASP.NET code.
-- Peter
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
Short Urls & more: http://ittyurl.net
> We want to provide to hotel guests in a number of hotels gateway/ISP
> services.
[quoted text clipped - 10 lines]
>
> Charles
Charles - 19 Apr 2008 23:06 GMT
Thank you for the heads up.
Once a merchant has the IPN, does the transaction become irrevocable.
We don't want to provide Internet services only to be notified days
later that the money is no longer in our account.
Charles