如何实现向多个供应商付款

发布于 2024-07-19 04:30:47 字数 325 浏览 6 评论 0 原文

我正在尝试将支付机制集成到我的网站中。 我需要的场景并不简单,可以通过以下示例进行解释:

  1. 用户为订阅节目预付费(即接收 Netflix)。 用户能够更改订阅(即将每次查看的电影数量从 4 部更改为 2 部)
  2. 用户能够通过第三方提供的提供商网站 (Netflix) 购买额外的一次性购买内容。 这些商品(即爆米花、零食)将通过与订阅相同的信用卡进行计费,而无需重新提交信用卡信息。

当然,我的网站还收取少量交易费用:-)

我想知道 PayPal、Google Checkout 或其他人是否支持此功能。

谢谢。

I'm trying to integrate a payment mechanism to my site. The scenario that I need is not trivial and can be explained by the following example:

  1. User pays upfront for a subscription program (i.e. receiving Netflix). User is able to make changes to the subscription (i.e. change number of movies checked out each time from 4 to 2)
  2. User is able to buy additional one time purchases via the provider's site (Netflix) supplied by 3rd parties. These items (i.e. popcorn, snacks) get billed to the same credit card as the subscription without having to go through the process of resubmitting the credit card information.

Of course, my site takes also a small fee for the transactions :-)

I was wondering if this is supported by PayPal, Google Checkout or someone else.

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

仅此而已 2024-07-26 04:30:47

Paypal api 可以处理所有这些流程。

我似乎没有弄清楚你想要什么样的答案,所以我就这样吧。

如果您有一些反馈,更直接的问题,我会尽力回答

——

这笔钱最好先经过您,除非您能以某种方式说服您的客户按商品向他们收费是正常的。 此外,如果他们通过信用卡付款,您应该只向他们收取一次费用,因为每次付款都会产生费用。 我不知道如何一次性计费,而是分配付款。

至于贝宝文档 ..

非常好的资源,还有一些 大多数主要网络语言的示例代码

另外,这将为您提供开始

他们的开发人员支持也非常好。 很多人在开始使用 paypal api 时似乎搞砸的一件事是没有在配置中设置最新版本,所以不要忘记将其更新到最新版本。 :)

免责声明..
是的,我知道有很多关于贝宝的负面报道和疯狂的事情发生,但他们确实在大多数时候完成了工作,客户喜欢使用它不是我的错。

The Paypal api can handle all of those processes.

I seem to have dropped the ball on what kind of answer you wanted so I'll leave it at that.

If you have some feedback, more direct questions I will try to answer as much as I can

--

The money would best go through you first, unless somehow you can convince your customers its normal to bill them per item. Also if they pay by credit card you should only bill them once as you would incur fees on every payment. I don't know of anyway to bill once but distribute the payments.

As for the paypal docs..

Very good resource, there is also some sample code for most major web languages

Also this will get you started if you don't have a developer login

Their developer support is also pretty good. One thing a lot of people seem to screw up when starting out with the paypal api is not setting the latest version in the configs so don't forget to update that to the latest release. :)

Disclaimer..
Yea I know there is a lot of bad press about paypal and crazy stuff happening, but they do get the job done most of the time, its not my fault the customers love to use it.

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