简体   繁体   中英

Ruby on Rails Paypal 2 Payments

I am creating a website, that allows the users to buy an item. I can do that fine. But my problem is that I would like 10% of what item the user purchase to go to one paypal account, and the remaining 90% to go another paypal account. Is this possible to do in ruby on rails?

What you describe is a Chained Payment, or a Parallel Payment in Paypal speak. There is a subtle difference in the funds flow using each method, but either method will do what you ask.

Both are available using Adaptive Payments and the Classic or Rest APIs for Ruby will enable you to handle either with ease.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM