php - Paypal API donations split to different business accounts -
hi possible split paypal online donation different paypal account letting user paying 1 time?
i mean , user pays 30€ send 50% of them 1 pp account , 50% pp account...
any idea guys? :)
you can use paypal's mass pay system after payment has been made main account. can data in , out using api.
general overview docs:
https://merchant.paypal.com/us/cgi-bin/?cmd=_render-content&content_id=merchant/mass_pay
api docs:
https://www.x.com/community/ppx/mass_pay
the trick in system this, trying not soaked on fees, giving money paypal. mass pay has no fees receiver, , low fees sender. easy process programatically.
the other way use api , code split , send $ each party using standard 'send payment' though api. you'll wind giving lot more money paypal way, mass pay better choice.
Comments
Post a Comment