I must be missing something obvious. I'm trying to create a simple buy now button for an item that costs $10. I logged into Paypal and was able to create this button. However, I need one trick that I haven't been able to figure out.
In my javascript I have a UserID variable. I need to be able to set the notify_url dynamically for the button based on the UserID. I want to set the notify_url to something like this:
https://myserver/paypalnotify/verify/<userid>
How can I change my button at run-time based on the logged in user?
Any tips would be appreciated!