I need to pass a custom variable in a PayPal subscription email link. It has to be an email link. I have tried this PayPal Custom Variable in Email Link but it does not seem to work, and have been unable to find another way to make it work.
Does anyone know how I can do this?
What I want to do is send, for example, Account = {account name}.
Any help greatly appreciated.
There is no code as such, just the following PayPal link:
https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=1234567890ABCD
I have tried
https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=1234567890ABCD&custom={account name}
But it doesn't work.
My apologies, the answer in the other post quoted DID work, thank you for your replies.
Quote:
Yes, parameters in the email links work just the same as forms. Just add "&custom=whatever_data_you_need" to your email link and that data will be included with the PayPal payment.