1 transaction that uses 2 merchant accounts

流过昼夜 提交于 2019-12-12 17:27:56

问题


I need to setup a bill pay system to allow for 1 transaction that uses 2 merchant accounts. For example, 1 merchant account is attached to the client receiving the funds let’s say $30 dollars charge for the purchase, and attached we will charge let’s say a $3 bill pay fee attached to the bill pay service provider. So the funds need to go to 2 separate merchant accounts but we want the user/client of the bill pay system to be charged only once on their credit card.

Example: user have to pay $33 one time, 30 for purchase and $3 for bill pay service provider. The customer should get 1 transaction, 1 receipt on their credit card.

Is this possible with AIM authorize.net?


回答1:


This wont be possible with any service provider. Its a bank processing issue. Each merchants transaction will appear as a separate item on the credit card bill.

You would have to take the whole $33 amount into your account, and then pay the 3rd party the $30 (or vice versa)




回答2:


No. Authorize.Net is associated with one merchant account only. All payments go directly into that merchant account. If you wish to accomplish this whomever receives the payment will need to then make payment to the other party.



来源:https://stackoverflow.com/questions/3319994/1-transaction-that-uses-2-merchant-accounts

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!