paypal create recurring profile showing the next payment date same as profile start date(paypal 创建循环配置文件,显示下一个付款日期与配置文件开始日期相同)
问题描述
创建的定期 paypal 配置文件显示下一个付款日期与配置文件开始日期相同,我认为它应该显示下个月的下一个付款日期,以下是我发送以创建配置文件的数组格式.
The created profile of recurring paypal is showing the next Payment date same as profile start date i think it should show the next payment date to next month, following is the array format that i am sending to create profile.
Array
(
[0] =>
[1] => AMT=9.99
[2] => CREDITCARDTYPE=Visa
[3] => ACCT=4662886735437488
[4] => EXPDATE=092017
[5] => CVV2=121
[6] => FIRSTNAME=Naeem+Bhatti
[7] => LASTNAME=
[8] => STREET=my+address+1
[9] => CITY=westchester
[10] => STATE=Alabama
[11] => ZIP=eq2
[12] => COUNTRYCODE=US
[13] => CURRENCYCODE=USD
[14] => PROFILESTARTDATE=2012-10-01T0%3A0%3A0
[15] => BILLINGPERIOD=Month
[16] => BILLINGFREQUENCY=1
[17] => DESC=Zimmapp Payment
[18] => EMAIL=naeembhatti@gmail.com
[19] => PAYMENTACTION=Sale
[20] => AUTOBILLAMT=AddToNextBilling
[21] => BILLINGTYPE=RecurringPayments
[22] => TOTALBILLINGCYCLES=0
)
这就是配置文件的创建方式.
and this is how the profile creates.
Profile ID I-74V7UV5N4SBT
Product/service Zimmapp Payment
Start date Oct 1, 2012
End date Indefinite - continue until canceled
Next payment date Oct 1, 2012
Payment type Regular Recurring Payment
Payment cycle Monthly
Total cycles Indefinite
Cycles remaining Indefinite
Amount due per cycle $9.99 USD Details
Amount received $0.00 USD
我想要的是每月向用户收取 9.99 的费用,但下一个付款日期是一样的吗?请提出建议.
what i want is monthly charges of 9.99 to user, but next payment date is same? please suggest.
推荐答案
我已经找到了解决方案,Paypal 在沙盒帐户上过了一天后更改了下一个付款日期,当我第二天回来时,所有下一个付款日期都已更正.
i have found out the solution, Paypal change the next payment date after a day pass on sandbox account, when i came back next day all next payment dates are corrected.
这篇关于paypal 创建循环配置文件,显示下一个付款日期与配置文件开始日期相同的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:paypal 创建循环配置文件,显示下一个付款日期与配置文件开始日期相同


- PHP foreach() 与数组中的数组? 2022-01-01
- openssl_digest vs hash vs hash_hmac?盐与盐的区别HMAC? 2022-01-01
- 如何使用 Google API 在团队云端硬盘中创建文件夹? 2022-01-01
- Oracle 即时客户端 DYLD_LIBRARY_PATH 错误 2022-01-01
- 如何从数据库中获取数据以在 laravel 中查看页面? 2022-01-01
- 如何在 Symfony2 中正确使用 webSockets 2021-01-01
- 覆盖 Magento 社区模块控制器的问题 2022-01-01
- 使用 GD 和 libjpeg 支持编译 PHP 2022-01-01
- Laravel 5:Model.php 中的 MassAssignmentException 2021-01-01
- PHP - if 语句中的倒序 2021-01-01