Is there any way to split payment between multiple accounts using paypal API?

380 views Asked by At

we need to split the payement of users between multiple accounts (partners) using the paypal API, for example if a user pays $100, account A gets 30% and account B gets 70%, we are using nodejs as our development envirement.

Thank you.

1

There are 1 answers

0
Preston PHX On

After receiving the payment into an account you control, you could (as a separate transaction) send some of that amount using Payouts, which you can request access to. Approval may or may not be granted for your use case.