Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Paypal integration with PHP [closed]

Tags:

php

api

paypal

Hai,

I need a system that automatically transfer funds from one paypal account to another paypal account when i click on a button. Is there any paypal API with PHP to perform this task.

thanks

like image 364
Thinker Avatar asked Mar 15 '10 05:03

Thinker


1 Answers

This is not actually that easy to Google because the Paypal API documentation is a mess. There are several different ways to do almost everything, and it seems like Paypal's expectation is that you memorize the brand names they have for services with the core functionality of those services.

A pain.

But there is already a good answer for this question here on stackoverflow.com

How to send money to any paypal account

like image 110
ftrotter Avatar answered Sep 25 '22 12:09

ftrotter