|
|
|
PayPal Developer Community >
Forums >
Technical Discussion >
PayPal NVP API >
Re: CreateRecurringPaymentsProfile in Classic ASP
|
|
|
|
|
|
CreateRecurringPaymentsProfile in Classic ASP
|
|
dinop
Visitor
Posts: 3
Registered: 04-05-2009


Message 1 of 12

Viewed 3,226 times
|

|
|
Hi, I am using classic ASP to integrate Paypal Website Payment Pro to my site. I downloaded the SDK for ASP and all the things SetExpressCheckout, GetExpressCheckoutDetails and DoExpressCheckoutPayment. I tested with sandbox and everything is working well. Now i need to handle recurring payments. I went through and found out that CreateRecurringPaymentsProfile needs to be called for the recurring payments. I could not find anything related to "CreateRecurringPaymentsProfile" in the ASP SDK that I have downloaded. Where can I get help for calling "CreateRecurringPaymentsProfile" and how is it called? I want to get all the description on how can this made working on my site. Please Help
|
|
|
|
04-05-2009 10:17 PM
|
|
|
|
|
|
Re: CreateRecurringPaymentsProfile in Classic ASP
|
|
PP_MTS_Chad
Moderator
Posts: 5200
Registered: 09-23-2008

Message 2 of 12

Viewed 3,194 times
|

|
|
dinop, You can find some sample code for the API call CreateRecurringPaymentsProfile here that may help you.
|
|
|
|
04-06-2009 01:40 PM
|
|
|
|
|
|
Re: CreateRecurringPaymentsProfile in Classic ASP
|
|
mlaping
Visitor
Posts: 7
Registered: 06-21-2006


Message 3 of 12

Viewed 3,021 times
|

|
|
Am I missing something, but I don't see samples for Classic ASP. I only see samples for PHP, .Net & Java. Thank you.
|
|
|
|
04-29-2009 01:35 PM
|
|
|
|
|
|
Re: CreateRecurringPaymentsProfile in Classic ASP
|
|
PP_MTS_Chad
Moderator
Posts: 5200
Registered: 09-23-2008

Message 4 of 12

Viewed 3,011 times
|

|
|
mlaping, The only sample Classic ASP files I could locate were here but there there were no examples for the CreateRecurringPaymentsProfile API call.
|
|
|
|
04-29-2009 03:50 PM
|
|
|
|
|
|
Re: CreateRecurringPaymentsProfile in Classic ASP
|
|
mlaping
Visitor
Posts: 7
Registered: 06-21-2006


Message 5 of 12

Viewed 2,921 times
|

|
|
Thanks for your response, I did find that previously. Guess I will just keep searching google. Thank you again, Matthew
|
|
|
|
05-08-2009 08:34 AM
|
|
|
|
|
|
|
|
Re: CreateRecurringPaymentsProfile in Classic ASP
|
|
sliddicoat
Ace Developer
Posts: 3122
Registered: 04-17-2007


Message 7 of 12

Viewed 2,871 times
|

|
|
Better yet, make the switch to ASP.NET!
|
|
|
|
05-11-2009 08:08 AM
|
|
|
|
|
|
Re: CreateRecurringPaymentsProfile in Classic ASP
|
|
dinop
Visitor
Posts: 3
Registered: 04-05-2009


Message 8 of 12

Viewed 2,828 times
|

|
|
Yet, can anyone help me with sample codes in ASP. I downloaded the asp nvp samples but it has nothing to do with recurring payments. Please help me on recurring payments in ASP.
|
|
|
|
05-13-2009 12:03 PM
|
|
|
|
|
|
Re: CreateRecurringPaymentsProfile in Classic ASP
|
|
mlaping
Visitor
Posts: 7
Registered: 06-21-2006


Message 9 of 12

Viewed 2,427 times
|

|
|
Just wanted to bump this topic up. For some of us, switching to .Net or PHP is not an option. Thank you, Matthew
|
|
|
|
06-25-2009 11:19 AM
|
|
|
|
|
|
Re: CreateRecurringPaymentsProfile in Classic ASP
[ Edited ]
|
|
Boanerges
Ace Developer
Posts: 939
Registered: 02-05-2008


Message 10 of 12

Viewed 2,418 times
|

|
|
I am not an ASP or a .NET guy so you can take this with a grain of salt but I feel pretty safe in saying this: you need to have a plan to migrate. MS hasn't said it officially but I suspect ASP is currently in the waiting-for-EOL list as we speak. MS won't kill it (that would be foolishness beyond belief) but they'll just move in a different direction. Even if that move is years away you need to start planning NOW. It wouldn't surprise me to find that Classic ASP stops be available by default for IIS in the not-too-distant future. It already appears that the SDK for Paypal is no longer supported. Now I understand migration is a scary thing and bosses are stubborn on the issue (It'll cost WHAT?) So then what? What I would highly suggest is that, if you absolutely MUST stay with it for now, that you build your own framework for making calls. My largest gripe with most SDKs is that it does too much for you so you fail to understand how it's doing what it's doing. Many programmers simply rely on it to wipe their chin for them. That's fine until Paypal does something new and suddenly the rug is yanked out from underneath you. The SDK doesn't do that so you're at someone else's mercy. Go into the SDK and pull the nuts and bolts apart. Learn how it works. Build your own calls and send them to Paypal and see what happens. Honestly, you'll be a better developer for it. Paypal could go in any new direction and you can keep up, support or not. Be a pal to the people here, tho, and publish it (the core framework). Community support and all. In the end you're going to have to do some work on this. Either migrate or do it yourself. If I were you, I wouldn't rely solely on the SDK being kept up-to-date. Those are your options. Message Edited by Boanerges on 06-26-2009 08:13 AM
|
|
|
|
06-26-2009 06:11 AM
|
|
|
|
|
|
|