是否有针对第三方支付聚合器 (TPPA) 问题的编程解决方案?
我们的网络应用程序遇到了 TPPA 问题。我们希望允许我们的用户使用他们自己的商家帐户和网关来向我们用户的客户收取付款。这有助于我们限制退款责任以及处理所有用户的客户交易时遇到的麻烦。
我在 formstack 的 支付集成 等 Web 应用程序中看到过类似的集成,并且遇到过 Braintree 的 多商家帐户处理这似乎很有前途。 hackernews 上有关于第三方支付聚合问题的旧讨论(由于 StackOverflow 对新帐户的垃圾邮件防护而无法链接),但除了 Braintree 之外没有提出任何解决方案。
目前,Braintree 还有其他解决方案或竞争对手吗?
Our web app has hit the TPPA problem. We want to allow our users to use their own merchant account and gateway to collect payment from our user's customer. This helps us limit our chargeback liability and headaches with handling all of our user's customer's transactions.
I have seen integrations like this in web apps like formstack's payment integration and came across Braintree's multi merchant account processing which seems promising. There are old discussions on hackernews (can't link due to StackOverflow's spam prevention for new accounts) about the third party payment aggregation problem, but nothing besides Braintree was suggested as a solution.
Currently, are there any other solutions or competitors to Braintree?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
全面披露:我是 PayJunction 的开发人员,尽管我不直接在支付处理系统上工作。也就是说,由于我的雇主在这个领域,所以我将您的问题转发给了知道的人。以下是他发回给我的内容(第三个链接确实有一些我处理过的示例代码):
PayJunction 也是一个支持多商家的网关,并且他们在 API 之上拥有丰富的用户界面。为每个商家帐户颁发唯一的凭据,您只需通过 API 向您想要收费的帐户发送凭据即可。您的客户将设置自己的帐户,您将无需承担退款责任。
观看视频在这里:
http://www.payjunction.com/trinity/merchant-account/videos.action
API 详细信息在这里:
http://support.payjunction.com/trinity/support/view .action?knowledgeBase.knbKnowledgeBaseId=585
此处的代码示例:
http://support.payjunction.com/trinity/support /main.action?search.knowledgeBaseCategory.kbcParentId=43
Full disclosure: I'm a developer for PayJunction, though I don't work directly on the payment processing system. That said, since my employer is in this space, I forwarded your question on to someone who would know. Here's what he sent me back (that third link does have some sample code I worked on):
PayJunction is a multi merchant capable gateway as well, and they have a rich user interface on top of their API. Unique credentials are issued for each merchant account and you simply send the credentials via the API for the account you want to charge. Your clients would setup their own accounts and you would have no chargeback liability.
See video's here:
http://www.payjunction.com/trinity/merchant-account/videos.action
API details here:
http://support.payjunction.com/trinity/support/view.action?knowledgeBase.knbKnowledgeBaseId=585
Code Samples here:
http://support.payjunction.com/trinity/support/main.action?search.knowledgeBaseCategory.kbcParentId=43