TRansfer founds between two paypal accounts
Hi people, this is my first post, from now thank you very much.
I can make transfers to a pay pal account using a Button, but Can i transfer found between two Paypal accounts without button?, please let my explain.
Can I transfer founds using only PHP instructions? this is mi situation.
I need transfer some amount of founds from one paypal account to other, but i want make the transaction only inside my PHP script without user intervention.
This is a theoretical function:
transfer_founds($source_account, $target_account, $amount);
Is possible do it?
Thank you very much for you help.
|