Reactivate PayPal profile after status expired -


we implementing recurring payment profile in asp.net. using merchant account payment process.

please advice resolve below mentioned scenario:

we have perform recurring payment process monthly , per 6 months. have started recurring payment 6 month package. below parameters recurring payment listed: billing cycle :- 6 billing period :- month billing frequency :- 1.

so per above parameter recurring payment done on: 1st payment : 23-07-2015 2nd payment : 23-08-2015 3rd payment : 23-09-2015 4th payment : 23-10-2015 5th payment : 23-11-2015 6th payment : 23-12-2015

after 6 month payment, want continue recurring payment 6 month package. issue that, after 6 month payment, total billing cycle 0 , profile status become expired. can't renew package next 6 month. , cannot reactivate profile status expired.

when trying update profile after 6 month payment, response paypal "profile not active".

as have update profile active instead of "expired", have tried multiple methods no 1 working properly. please let know method can reactivate profile. if possible please provide parameters method name.

let me know if solution same. needful us.

thanks in advance.

you can use trialtotalbillingcycles , totalbillingcycles implement goal.

for first 6 month package, please use "trial" parameter createrecurringpaymentsprofile api . below,

trialbillingperiod = month

trialbillingfrequency = 1

trialtotalbillingcycles = 6

then after 6 month payment, can started formal payment 6 month package.

billingperiod = month

billingfrequency = 6

totalbillingcycles = 0 or not specified. (the regular payment period continues until profile canceled or deactivated.)

above operation solve issue.


Comments

Popular posts from this blog

javascript - Karma not able to start PhantomJS on Windows - Error: spawn UNKNOWN -

c# - Display ASPX Popup control in RowDeleteing Event (ASPX Gridview) -

Nuget pack csproj using nuspec -