How to I provide a link to my customers to display the "Cancel Subscription" page?
it would be ideal (and I assumed this was the case, but isn't) if the Unsubscribe were linked to from the Manage subscription page.
In lieu of that, I'd like to update the footer of our Emails to include a link to that Cancel page.
Without this it's a manual process (usually a phone call for our customers) to unsubscribe.
Discussions are closed to public comments.
If you need help with Cheddar please
start a new discussion.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by Clay Nichols on 29 Feb, 2012 08:46 PM
I looked in the API reference but it said when you make the API call it's effective immediately. I want to display the PAGE so they can then look at it and cancel (giving them one last chance to abort, as it were).
It looks like it might be something like:
https://.chargevault.com/cancel?code=J&key=
Support Staff 2 Posted by Marc Guyer on 01 Mar, 2012 02:15 PM
Hi again, Clay. It looks like you've figured out the cancel hosted page link. In case you're looking for more info, it's documented here:
http://support.cheddargetter.com/kb/hosted-payment-pages/hosted-pay...
Marc Guyer closed this discussion on 01 Mar, 2012 02:15 PM.
Clay Nichols re-opened this discussion on 09 Mar, 2012 07:40 PM
3 Posted by Clay Nichols on 09 Mar, 2012 07:40 PM
I'm using ASP.net and I you don't have an example of how to do the MD5 hash for that.
Is there a way to use just the native merge variables ( {$customer.code}, etc. )to accomplish that?
4 Posted by Clay Nichols on 09 Mar, 2012 07:44 PM
It looks like it would be this:
https://{$product.subdomain}.chargevault.com/cancel?code={$customer...
Is that right?
Support Staff 5 Posted by Marc Guyer on 09 Mar, 2012 10:09 PM
That is correct.
Marc Guyer closed this discussion on 09 Mar, 2012 10:09 PM.