I can't seem to find any examples of creating a Paypal Adaptive Payment using Classic ASP. Is there a reason that it cannot be done or preferably could someone provide an example? I would like to see example code where a call to Paypal has returned the Pay Token.
There's this. I'd have thought it would show up in Google
https://www.x.com/adaptive-payments-19
Related
Since the sandbox have moved from x.com to developer.paypal.com and sandbox.paypal.com, I am not able to test the adaptive payments from my asp.net application. I imported the users and set the same configuration but its giving me Error 540031.
Some blogs says that paypal have yet not migrated adaptive payment, some says that its not available for non-US developers and some says paypal is stopping this service of adaptive payments. Am very confused. Please help in case anyone have recently integrated this feature.
This feature is available for non US developers also. Mistake that I was making was that I was not using the same user which created APP for making the request.
We’re currently working on a ASP.NET web project using Visual Studio 2010, and as a requirement we have to implement a mechanism that will transfer some amount of money from our business account to end-user PayPal account.
The authorized user should provide the PayPal email address only.
The precondition is to do all that staff without redirecting to PayPal web site, everything should be done in background.
Is there any solution to solve this?
Any information would be greatly appreciated.
PS
I’ve read a lot of official documentation, but still disappointed. There are too many APIs and services, can’t identify what exactly should be used.
Please help…
If you use the Advanced PayPal Payment solution, you can do transparent payments from your website without redirecting to PayPal. This solution uses a web service to send payment. When I used it some time ago it was really simple to set up and you get a sandbox environment where you can experiment with it. You'll likely need a business account to be able to use this particular API.
Here's an article that describes how to use it.
What are the fields to be taken for Google Checkout? Can anybody show me Google Checkout form both in user and admin side?
There are various ways of achieving a checkout form, so you'll need to read up on which method will be best for you. Start by reading these explanations by Google which also show you examples of how to achieve them:
http://checkout.google.com/support/sell/bin/answer.py?hl=en-uk&answer=38882
You tagged the question with asp.net, so you may also want to have a look at the Checkout client libraries for .NET and Classic ASP for more info:
http://code.google.com/apis/checkout/samplecode.html
I'm working on a site with a Facebook Connect integration on blog posts. I want a Facebook .NET SDK that will allow me to:
Authenticate that a user is logged into FB. The actual login will be done via the typical FBML login button and simple JS with the XD Receiver.
Be able to push data from my WebForm to the user's FB profile, such as a status update.
I do not need to:
Create an actual FB application that goes on your profile, like "Cheer for the Red Sox" app or whatever. I do completely understand that I need to create an app using the Developer application but I'm not indenting to create a real full app.
Do any special stuff other than know the user's basics and push data to the profile.
Now are there any good starting points or SDKs I should look at. I've tried Facebook.NET and also peeked into FBConnectAuth. It seems like the former is too much and the latter is too little of what I need. However, that was a quick glance so are there any people with good experiences that did simple things?
Help is much appreciated!
Have you tried this example?
Post status to Facebook profile without Facebook modal window using ASP.NET
If you have any feature requests for FBConnectAuth, please let me know.
Adam
For me, Raya's integration of Facebook Connect is the best example out there. The author also has a good blog post where he describes how he integrated it with his existing web application..
I need to implement google checkout using asp.net c#, I was able to get items in my shopping cart populated in google checkout, but was unable to proceed with shipping charges and VAT and what to do after that, i.e., track orders and redirecting to my site so I could add customer's orders. kindly provide me with complete implementation sample if possible i will be very grateful to you.
Google provides sample code, which should effectively provide an integration sample:
.Net Sample Code
and
Google Checkout XML API Developer's Guide
For .NET integration issues I also recommend the Checkout Developer forums:
http://www.google.com/support/forum/p/checkout-merchants/label?lid=254e6cb63ecd682f&hl=en