Paypal 用于购买/销售网站
因此,我正在这个网站上工作,用户在该网站上发布他们的商品,其他用户将一些商品添加到他们的购物车并在线购买。
我正在考虑的流程是这样的:
- 商家发布商品及其信用卡/贝宝信息。
- 买家将商品(来自不同商家)添加到他/她的购物车并进行购买。
- 买家通过填写包含网站布局中的付款方式字段的表格来付款(不会重定向到 paypal)。
- 该网站将充当网关,它将捕获买家的付款并相应地自动向商家付款。
使用 PayPal 可以吗?如果是这样,我应该使用什么 API? 任何意见/想法表示赞赏...
谢谢, /吨
So I'm working on this website where users post their items, other users add some items to their cart and purchase them online.
The flow i was thinking about goes like this:
- A merchant posts an item along with their credit cart/ paypal information.
- A buyer adds items (from different merchants) to his/her shopping cart and purchases.
- The buyer pays by filling a form that includes the payment method fields within the website's layout (no redirection to paypal).
- The website will work as a gateway, it will capture the payments from the buyers and pays the merchants accordingly and automatically.
Is this possible using PayPal? if so, what API should I use?
Any input/idea is appreciated...
Thanks,
/t
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我还研究过以这种方式使用 PayPal 来创建具有类似概念的网站。不幸的是,PayPal 不允许这样做。这使您成为所谓的第三方支付聚合商,这大大增加了与向您提供商家帐户(这就是 PayPal 正在做的事情)相关的风险。您可以在此处了解更多信息。
不过,在 PayPal 流行之前,您可能可以先这样做一段时间,但他们可以随时取消,让您陷入困境。我建议研究第三方支付聚合器解决方案(Braintree 有一些可以帮助解决此问题的方法)。
I have also investigated using PayPal in this way for a site with a similar concept. Unfortunately, PayPal does not allow this. This makes you something known as a Third Party Payment Aggregator which drastically increases the risk associated with providing you a Merchant Account (which is what PayPal is doing). You can read more here.
Though, you could probably do it for a while before PayPal caught on, they could cancel at anytime leaving you high and dry. I recommend investigating Third Party Payment Aggregator solutions (Braintree has something that helps with this).
我想是的。使用 Paypal API
https://cms.paypal .com/us/cgi-bin/?cmd=_render-content&content_ID=developer/howto_api_reference
https://developer.paypal.com/
I guess it is. Use Paypal API
https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/howto_api_reference
https://developer.paypal.com/