Paypal REST API Adaptive / Multiple Payments (change payee)

Ok, after some extensive googling, I managed to find the answer here

This general model enables us to easily add support for variety of payment models in the future (Parallel, Chained, etc). The Payee could be a funding instrument (like a Credit/Debit Card,) or a PayPal account (wallet) itself. The Payee could be set explicitly if the Payee is not the same as the Payment Facilitator ( in this current release we only support the case where the Payee is same as the Facilitator) so this is not currently required.

So looks like a payee is just added to the transactions array, but this is not currently implemented as of the date of this answer.

Leave a Comment