paypal 订阅:我可以使用不同的金额进行首次付款吗?

发布于 2024-09-01 09:24:58 字数 154 浏览 7 评论 0原文

我目前正在使用 Paypal Payment Pro,需要进行特殊的递归付款。

在这种情况下。我的客户希望第一个月的付款为 0,接下来的几个月,每月付款为 5 美元。

有没有这方面的方法或者文档?我个人不知道它叫什么,所以我无法谷歌。

非常感谢。

I am currently working on Paypal Payment Pro and need to have a special recursive payment.

In this case. My client want to make the first month payment is 0, and in following months, the payment will be 5$ each.

Is there any way or document about this? I personally don't know what it's called so I can't google around.

Thank you very much.

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

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

发布评论

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

评论(3

謸气贵蔟 2024-09-08 09:24:58

是的,您可以做到这一点,请使用以下字段作为隐藏并尝试。

<input type="hidden" name="a1"value="0.00">  
<input type="hidden"name="p1" value="15"> 
<input type="hidden" name="t1" value="D">

这是您可以免费支付前 15 天费用的代码。您可以在字段a1,p1,t1中设置任意金额进行付款..

这里a1是您要支付的金额,p1是付款频率,t1是您要重复的时间段..其中D=每日,M =每月,Y=每年。

试试这个。它可能对你有帮助..

yes you can do that,please use below fields as hidden and try.

<input type="hidden" name="a1"value="0.00">  
<input type="hidden"name="p1" value="15"> 
<input type="hidden" name="t1" value="D">

here is the code by which you can payment for first 15 days free. you can set any amount in field a1,p1,t1 to make payment..

here a1 is the amount you want to pay, p1 is frequency of payment, and t1 is time period you want to recurring..where D=daily,M=monthly,Y=yearly.

Try this.it may be helpful to you..

寻找一个思念的角度 2024-09-08 09:24:58

该问题是否应该因您的其他问题而关闭?我会研究 PayPal 文档

Should this question be closed due to your other question? I'd look into the TRIALBILLINGPERIOD and TRIALAMT parameters in the PayPal Documentation.

第几種人 2024-09-08 09:24:58

从今天起一个月后开始用户订阅吧,反正都是 O 美元。我向我的客户收取 1 美元,因为有费用,并且只是将他们的付款设置为从今天开始一个月。向他们收取费用可以让你知道他们可以支付,并且如果他们的卡被盗,你可以给你一个月的时间来破解详细信息。

Just start the users subscription ONE month from today, since it's O dollars anyways. I charge my clients $1, as there are fees, and just set their payments to start one month from today. Charging them something let's you know that they can pay it, and gives you a month to hack out the details if their card is borked.

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