向多个商户账户付款

发布于 2024-09-14 18:43:57 字数 273 浏览 7 评论 0原文

我有一个客户,有 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 技术交流群。

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

发布评论

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

评论(3

带刺的爱情 2024-09-21 18:43:57

您可以使用 paypal 并行付款来实现此目的

You can use paypal parallel payment for this

冷夜 2024-09-21 18:43:57

不可以,您不能同时进行两项或以上付款。您需要做的是发送部分付款,然后对每个剩余余额进行单独的交易。您需要记住一些事情,例如:

  • 您不想再处理
    如果第一笔付款是
    被拒绝
  • 如果后续付款
    拒绝了您需要记住作废
    之前的付款。如果不是,你就有风险
    收到退款。

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:

  • You don't want to process any more
    payments if the first payment is
    declined
  • If subsequent payments are
    declined you need to remember to void
    the previous payments. If not you risk
    getting chargebacks.
太阳哥哥 2024-09-21 18:43:57

我曾经问过这样的问题
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.

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