向多个商户账户付款
我有一个客户,有 3 个“基金会”,每个基金会都有自己的商家帐户。 客户想要一张捐款表格,允许某人向任何或所有这些人捐款 基础。
示例1: - 40 美元给基金会 A - 50 美元给基金会 B - 向基金会 C 支付 10 美元
。示例 2: - 向基金会 A 支付 100 美元,
这可以通过 Authorize.Net 或 Payflow Pro 实现吗?如果可以的话是否可以实现 全部以编程方式进行,而客户端无需搞乱任何事情? 它还适用于定期计费吗?
谢谢!
I have a client that has 3 "foundations", each with their own merchant account.
The client wants a single donation form that will allow someone to donate to any or all of those
foundations.
Example 1:
- $40 to foundation A
- $50 to foundation B
- $10 to foundation C.
Example 2:
- $100 to foundation A
Is this possible with Authorize.Net or Payflow Pro, and if so is it possible to do it
all programatically, whithout the client having to mess with anything?
Also would it work with recurring billing?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可以使用 paypal 并行付款来实现此目的
You can use paypal parallel payment for this
不可以,您不能同时进行两项或以上付款。您需要做的是发送部分付款,然后对每个剩余余额进行单独的交易。您需要记住一些事情,例如:
如果第一笔付款是
被拒绝
拒绝了您需要记住作废
之前的付款。如果不是,你就有风险
收到退款。
No, you cannot do two, or more, payments at one time. What you need to do is send one partial payment over and then do a separate transaction for each remaining balance. You need to keep a few things in mind like:
payments if the first payment is
declined
declined you need to remember to void
the previous payments. If not you risk
getting chargebacks.
我曾经问过这样的问题
1 笔交易使用 2 个商家帐户
,答案是
任何服务提供商都无法做到这一点。
i hv asked such question once
1 transaction that uses 2 merchant accounts
and the answer is
This wont be possible with any service provider.