Paypal 用于购买/销售网站

发布于 2024-12-01 21:00:41 字数 323 浏览 1 评论 0原文

因此,我正在这个网站上工作,用户在该网站上发布他们的商品,其他用户将一些商品添加到他们的购物车并在线购买。

我正在考虑的流程是这样的:

  1. 商家发布商品及其信用卡/贝宝信息。
  2. 买家将商品(来自不同商家)添加到他/她的购物车并进行购买。
  3. 买家通过填写包含网站布局中的付款方式字段的表格来付款(不会重定向到 paypal)。
  4. 该网站将充当网关,它将捕获买家的付款并相应地自动向商家付款。

使用 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:

  1. A merchant posts an item along with their credit cart/ paypal information.
  2. A buyer adds items (from different merchants) to his/her shopping cart and purchases.
  3. The buyer pays by filling a form that includes the payment method fields within the website's layout (no redirection to paypal).
  4. 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

比忠 2024-12-08 21:00:41

我还研究过以这种方式使用 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).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文