I want to make an auction like platform where a user can put a product for selling and another user can buy it from him. I want the transaction process to be between the seller and the buyer only, but I want also for the platform to take a commission fee.

Is there any payment service that provides this kind three-actor transaction process in its API?

1 transaction process, payment directly from the buyer to the seller and a certain fee for the platform.

有帮助吗?

解决方案

You could use Adaptive Payments to perform this kind of transaction.

其他提示

As far as Google Checkout is concerned, no, not at this time. Google only manages the money flow between buyer (Google Wallet) and merchant.

Aside from PayPal, Amazon Payments offers Flexible Payments Service.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top