Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个电子商务应用程序,我们希望向用户收取产品费用,当他付款时,将付款金额发送到 2 个不同的帐户。这可能吗?
一种方法是运行 2 个单独的事务,但有没有办法在单个事务中对用户执行此操作。
您只需要运行两个单独的事务,因为您当前会话只有一个登录密钥。Authorize.net 当前的 API 不允许任何将付款转发到其他帐户等的设施。