Page 1 of 1

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

Posted: Tue Apr 27, 2010 12:52 am
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

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

Posted: Tue Apr 27, 2010 9:43 pm
by yacahuma

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

Posted: Wed Apr 28, 2010 12:11 am
by waseem83
Thank you very much.