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.
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.
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.