Can i send money by paypal to two accounts at the same time?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
waseem83
Forum Commoner
Posts: 54
Joined: Tue Jun 23, 2009 3:51 am
Contact:

Can i send money by paypal to two accounts at the same time?

Post by waseem83 »

HI,
Can I send money to two accounts at only one click on buy now button through pay-pal. Because there is only one hidden field called business
<INPUT TYPE="hidden" NAME="business" VALUE="recipient@paypal.com">

I want to send like at one click send to two accounts 10% commision to one and 90% to seller through buyer account.

<INPUT TYPE="hidden" NAME="business" VALUE="recipient1@paypal.com">
<INPUT TYPE="hidden" NAME="business" VALUE="recipient2@paypal.com">

Regards
Waseem
User avatar
yacahuma
Forum Regular
Posts: 870
Joined: Sun Jul 01, 2007 7:11 am

Re: Can i send money by paypal to two accounts at the same t

Post by yacahuma »

waseem83
Forum Commoner
Posts: 54
Joined: Tue Jun 23, 2009 3:51 am
Contact:

Re: Can i send money by paypal to two accounts at the same t

Post by waseem83 »

Thank you very much.
Post Reply