Hi all,
I have integrated paypal into my asp webpage so users can sign up for recurring monthly payments. I also have a page on my website that the user can "cancel". However, when they cancel, it simply erases their login information from my database so they can't login anymore. It doesn't unsubscribe them from paypal. I have to do that myself.
I am curious if there is a way to have one cancal button that will erase the login information from my database so they can't login anymore plus cancel the paypal subscription so paypal stops sending them payment requests.
The main worry I have is that I offer a one month free trial. If the user cancels on my site the night before the deadline and I am not around to unsubscribe them on paypal, they will be billed. If I could knock both cancellations out with one click, that would be great.
Any ideas? Sorry if this is in the wrong section, I use asp for most of my site and didn't know where else to post.
I have integrated paypal into my asp webpage so users can sign up for recurring monthly payments. I also have a page on my website that the user can "cancel". However, when they cancel, it simply erases their login information from my database so they can't login anymore. It doesn't unsubscribe them from paypal. I have to do that myself.
I am curious if there is a way to have one cancal button that will erase the login information from my database so they can't login anymore plus cancel the paypal subscription so paypal stops sending them payment requests.
The main worry I have is that I offer a one month free trial. If the user cancels on my site the night before the deadline and I am not around to unsubscribe them on paypal, they will be billed. If I could knock both cancellations out with one click, that would be great.
Any ideas? Sorry if this is in the wrong section, I use asp for most of my site and didn't know where else to post.
Comment