简体   繁体   English

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

[英]how to run a single transaction in Authorize.net and payout to multiple accounts

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. 我正在开发一个电子商务应用程序,在该应用程序中,我们想向用户收取某种产品的费用,当他付款时,将付款金额发送到2个不同的帐户。 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. 一种方法是运行2个独立的事务,但是有一种方法可以对用户执行单个事务。

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. Authorize.net当前的API不允许任何此类将付款转发至其他帐户等的功能。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM