Finder
Finder

Reputation: 8721

jquery - Paypal (Adaptive Payment API Integration By AJAX)

I have some doubts in the paypal integration in my website.

Actually I have been worked on the jquery and jquerymobile frameworks. I want to integrate the paypal API in my site. I want to use the AdaptivePayment API(Paypal) in my site.

How to do it ? Please share your views.

Is it possible to do from the jquery?

I had seen a lot of samples in the java ,Asp.net and PHP. But I could not see a single sample developed by jquery(AJAX).

Have ever you see the samples regarding this? Please friends share your views and give the guidance to me.

THanks..

I wrote a sample for calling the paypal adaptive payment API. But I could not get the success state. I had got the error status as 0.

Upvotes: 0

Views: 2995

Answers (1)

user113397
user113397

Reputation:

Here's an implementation in Python which you can use as a starting point. Really all you need to do is send a POST request with jQuery to the API url.

Upvotes: 1

Related Questions