I have integrated NVP method to do recurring payment using Credit Card with PayPal in my site.
After doing payment, new profile of user is creating in merchant's account of PayPal. But immediately second row is getting added in PayPal site that showing Canceled status of profile. And payment not happening properly.
My request to do payment using Credit Card with NVP method is as follows.
Array
(
[METHOD] => CreateRecurringPaymentsProfile
[PROFILESTARTDATE] => 2014-08-20T0:0:0
[BILLINGPERIOD] => Day
[BILLINGFREQUENCY] => 5
[TOTALBILLINGCYCLES] => 8
[STARTDATE] => 08202014
[MAXFAILEDPAYMENTS] => 1
[EMAIL] => dink_templeton@gmail.com
[INITAMT] => 168.00
[USER] => charllie_muldoon_biz1_api1.gmail.com
[PWD] => BXXE478S6LXCU6KZ
[SIGNATURE] => AooyYNxMo0Q8AUydHyEilzH9UvvoAXpJWgERAqJ.6VwsXjfKorwrUPex
[VERSION] => 98.0
[PAYMENTACTION] => Sale
[IPADDRESS] => 127.0.0.1
[CREDITCARDTYPE] => MasterCard
[ACCT] => 5438806788005826
[EXPDATE] => 022015
[CVV2] => 456
[FIRSTNAME] => Danny
[LASTNAME] => Cause
[STREET] =>
[CITY] =>
[STATE] =>
[COUNTRYCODE] =>
[ZIP] =>
[AMT] => 159.00
[CURRENCYCODE] => CHF
[DESC] => Purchasing Ocean Membership
)
and response is
Array
(
[PROFILEID] => I-EH0V0LP1TFEY
[PROFILESTATUS] => PendingProfile
[TIMESTAMP] => 2014-08-20T09:31:04Z
[CORRELATIONID] => 4756791a783e
[ACK] => Success
[VERSION] => 98.0
[BUILD] => 12403652
)
Can you know the reason why second entry is adding that cancelling the created profile ?
Thanks in advance.