设置 PayPal 以允许我网站的会员向其他人收费

发布于 2024-09-04 09:57:16 字数 446 浏览 1 评论 0原文

我有一个网站,会员可以在那里撰写专门的文章。我想让我的会员可以选择设置 PayPal 按钮来向读者收取这些文章的费用。

基本上,我想进行设置,以便会员可以选择是否对内容收费。如果他们选择对文章收费,那么他们的读者必须通过 PayPal 付款才能查看该文章。

最好的方法是什么?

大多数 PayPal 网站教程都是针对如何集成 PayPal 在一个网站上销售商品,而不是真正涵盖如何允许网站的成员向其他人收费。

我只想让会员使用网站付款标准。我想让他们付款变得非常简单。只需将他们的 PayPal 电子邮件地址输入我们的管理控制台,我们的网站就会处理其他一切事宜。

我需要让会员设置 IPN 才能使其正常工作吗?或者只添加他们的 PayPal 电子邮件就足够了。

无论如何,您可以指出的任何提示或教程都会很棒。另外,如果有什么不同的话,我正在使用 Rails。

谢谢。

I have a site where members write specialized articles. I'd like to allow my members the option of putting up a PayPal button to charge their readers for these articles.

Basically, I'd like to set it up so that a member can choose to charge for content or not. If they choose to charge for an article, then their reader must pay via PayPal before they can view the article.

What is the best way to do this?

Most PayPal website tutorials are geared towards how to integrate PayPal to sell items on one site and don't really cover how to allow a site's members to charge others.

I'd just like for members to use Website Payments Standard. I'd like to make it very simple for them to take payments. Just enter their PayPal email address into our admin console and our site will take care of everything else.

Do I need to have the member setup IPN to get this to work? Or can just adding their PayPal email be enough.

Anyhow, any tips or tutorials you could point to would be great. Also, I'm using rails if that makes a difference.

Thanks.

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

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

发布评论

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

评论(1

七七 2024-09-11 09:57:16

您提到了我的建议 - 让他们指定您网站上资源的 IPN URL,该资源将处理交易并允许访问文章(如果适用)。

另一种选择是自己处理这些付款,然后在月底使用批量付款功能将钱汇给所有作者。不过,我不确定在这种情况下您的纳税义务是多少 - IANAL。

You touched on what my suggestion would be - have them specify their IPN URL to a resource on your site that would process the transaction and allow access to the article if appropriate.

Another option would be to process those payments yourself, then at the end of the month, say, use the Mass Pay feature to send money to all the authors. I'm not sure what your tax liability would be in this situation however - IANAL.

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