需要用于并行支付的 PayPal NVP api 请求代码示例代码

发布于 2024-09-26 01:20:57 字数 750 浏览 0 评论 0 原文

我可以成功使用 PayPal NVP api 进行 SetExpressCheckout。但问题是,我无法一次付款给两个商家。所以,通过PayPal,我发现我可以使用并行支付。我需要知道如何使用并行付款。我有 SetExpressCheckout 的请求代码,如下所示,

[电子邮件受保护] “> <输入类型=隐藏名称=PWD值=“xxxxxxxxx”> <输入类型=隐藏名称=SIGNATURE值=“xxxxxxxxxxxxxxx”> <输入类型=隐藏名称=VERSION值=2.3> <输入类型=隐藏名称=PAYMENTACTION值=订单> <输入名称=AMT值=10.0> <输入类型=隐藏名称=RETURNURL值=xxxxxx> <输入类型=隐藏名称=CANCELURL值=xxxxxx> <输入类型=提交名称=方法值=SetExpressCheckout> 我需要类似上面的东西,我可以请求并行付款。

I can use successfully the PayPal NVP api for SetExpressCheckout. But the problem with this is, I can't pay two merchant on a single payment. So, going through PayPal, I found that I can use the parallel payment. I need to know how can I use the parallel payment. I have request code for the SetExpressCheckout like following,
<form method=post action=https://api-3t.sandbox.paypal.com/nvp>
<input type=hidden name=USER value="[email protected]">
<input type=hidden name=PWD value="xxxxxxxxx">
<input type=hidden name=SIGNATURE value="xxxxxxxxxxxxxxx">
<input type=hidden name=VERSION value=2.3>
<input type=hidden name=PAYMENTACTION value=Order>
<input name=AMT value=10.0>
<input type=hidden name=RETURNURL value=xxxxxx>
<input type=hidden name=CANCELURL value=xxxxxx>
<input type=submit name=METHOD value=SetExpressCheckout>
</form>

I need something like the above where I can request for parallel payment.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

只有一腔孤勇 2024-10-03 01:20:57

最后我得到了并行支付实现的示例代码PapPal SDK链接

Finally I got the sample codes for parallel payment implementation PapPal SDK link.

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