如何在 Authorize.net 中运行单笔交易并向多个账户付款

发布于 2024-08-06 10:47:02 字数 112 浏览 5 评论 0原文

我正在开发一个电子商务应用程序,我们希望向用户收取产品费用,当他付款时,将付款金额发送到两个不同的帐户。这可能吗?

一种方法是运行 2 个单独的事务,但是有没有办法在用户的单个事务中完成此操作。

I am working on an e-commerce application where we want to charge the user for a product and when he pays for it, send the payment amount to 2 different accounts. Is this possible?

One way is to run 2 separate transactions, but is there a way to do it in single transaction to the user.

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

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

发布评论

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

评论(1

汐鸠 2024-08-13 10:47:02

您只需运行两个单独的事务,因为当前会话只有一个登录密钥。 Authorize.net 当前的 API 不允许任何将付款转发到其他帐户等的设施。

You will have to run two seperate transactions only, because you will have only one login key for your current session. Authorize.net's current API doesnt allow any such facility of forwarding payment to some other account etc.

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