I have paypal adaptive payments enabled in my website. When customer buy any product from a third party seller then about 90% of the amount seller gets and about 10% amount is transferred to me. Bu in case customer wants refund for that product then it should return amount from both accounts which are primary receiver and secondary receiver. So how to do that using refund api. I want to use this php api but i think it is only for one receiver.
is there any other solution for this so payment will deduct from both the receiver primary and secondary ?
Refund
API for adaptive payments, what you're looking at is theRefundTransaction
API which is for general merchant products (e.g. Express Checkout). See the answer below from @Zhao Samanta – pp_pduan