Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

paypal create recurring profile showing the next payment date same as profile start date

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 protected]
[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

what i want is monthly charges of 9.99 to user, but next payment date is same? please suggest.

like image 292
Muhammad Avatar asked Oct 01 '12 05:10

Muhammad


People also ask

How do PayPal recurring payments work?

Recurring payments are collected on the same day of the month. If the initial recurring payment falls on the 31st, PayPal eventually adjusts the billing cycle to the last of the month.

Can you set up recurring payment requests on PayPal?

To get started, log in or sign up for your PayPal Business account. Click on Tools > Recurring Payments. You'll be guided step-by-step on how to create a subscription payment button for your website, allowing you to bill customers on a recurring basis.

How do I stop recurring PayPal purchases?

To cancel your PayPal recurring payment, login with PayPal and follow PayPal's instructions on how to cancel a subscription. In short, you need to find the preapproved payments menu or the transaction where you set up the subscription (or the last transaction sending funds to JMIR) and select cancel.


1 Answers

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.

like image 93
Muhammad Avatar answered Oct 29 '22 11:10

Muhammad