Paypal CreateRecurringPaymentsProfile 自动第一个月计费

发布于 2024-08-21 12:51:19 字数 911 浏览 3 评论 0原文

我需要知道如何在调用 CreateRecurringPaymentsProfile 时支付第一个月的费用, 目前的情况是,我可以在创建个人资料时进行初始付款,但我想支付定期付款的第一个月付款。

我当前的请求参数如下,

METHOD=CreateRecurringPaymentsProfile&VERSION=61.0&PWD=XXXXXX&USER=ramjio_1265317521_biz_api1.gmail.com&SIGNATURE=A1ztEX-EPedHf6p5.GxbRz1NXQj9A0lzO7zyE.0s4BzXkJhRpTZhCjxz&TOKEN=EC-0KM07981VB102461N&AMT=100&INITAMT=100&CURRENCYCODE=USD&PROFILESTARTDATE=2010-02-13T02%3A47%3A38&BILLINGPERIOD=Month&BILLINGFREQUENCY=1&TOTALBILLINGCYCLES=12&L_BILLINGTYPE0=RecurringPayments&L_BILLINGAGREEMENTDESCRIPTION0=1+Month+Free&DESC=1+Month+Free&MAXFAILEDPAYMENTS=5&AUTOBILLOUTAMT=AddToNextBilling

因此当前配置文件显示如下

付款周期 每月
总周期 12
剩余周期 12
每个周期应付金额 100.00 美元
收到金额 0.00 美元

但我需要类似下面的内容 付款周期 每月
总周期 12
剩余周期 11
每个周期应付金额 100.00 美元
收到金额 100.00 美元

I need to know how to pay for the first month while calling the CreateRecurringPaymentsProfile,
current situation is that I am able to make a initial payment at the time of creation of the profile, but I want to make the first month payment of the recurring payment.

My current request parameters are below

METHOD=CreateRecurringPaymentsProfile&VERSION=61.0&PWD=XXXXXX&USER=ramjio_1265317521_biz_api1.gmail.com&SIGNATURE=A1ztEX-EPedHf6p5.GxbRz1NXQj9A0lzO7zyE.0s4BzXkJhRpTZhCjxz&TOKEN=EC-0KM07981VB102461N&AMT=100&INITAMT=100&CURRENCYCODE=USD&PROFILESTARTDATE=2010-02-13T02%3A47%3A38&BILLINGPERIOD=Month&BILLINGFREQUENCY=1&TOTALBILLINGCYCLES=12&L_BILLINGTYPE0=RecurringPayments&L_BILLINGAGREEMENTDESCRIPTION0=1+Month+Free&DESC=1+Month+Free&MAXFAILEDPAYMENTS=5&AUTOBILLOUTAMT=AddToNextBilling

so the current profile shows like below

Payment cycle Monthly
Total cycles 12
Cycles remaining 12
Amount due per cycle $100.00 USD
Amount received $0.00 USD

But I need something like the below
Payment cycle Monthly
Total cycles 12
Cycles remaining 11
Amount due per cycle $100.00 USD
Amount received $100.00 USD

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

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

发布评论

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

评论(2

白昼 2024-08-28 12:51:19

我不确定您的要求是什么,但您也许可以将配置文件开始日期设置为名义上的第二次定期付款的日期,并将“初始金额”设置为覆盖第一个月付款的金额。但它会显示剩余 11 个周期(共 11 个周期)。

I'm not sure what your requirements are, but you might be able to set the profile start date to the date of the notional second recurring payment, and the "initial amount" to the amount to cover the amount of the first month's payment. It would show 11 cycles remaining (out of 11) though.

糖果控 2024-08-28 12:51:19

您可以这样做:

  1. 为初始交易支付 100 美元的首付款。
  2. 为用户添加一个月的试用期。
  3. 然后根据您定义的 11 个周期的时间表向用户相应计费。

You could do something like this:

  1. Take the initial payment of $100 for the initial transaction.
  2. Add a trial period for a user for a Month.
  3. Then bill the user accordingly as per your defined schedule of 11 cycles.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文