Question

I want to create PayPal button with dynamic price (depending from the item) and hidden notify url. The "amount" input is not working with saved and encrypted buttons, but if I use plain text the notify_url is visible in the code. Is the a way it to be hidden or encrypted and in the same time to have working amount input

Was it helpful?

Solution

You don't have to specify the notify_url in code, specifying the notify_url as a hidden input only overrides the one that you have specified in your paypal account. About the price, there are lots of possibilities with paypal starting from creating a simple "buy now" button with dropdowns above to select price+product to paypal api's where you can generate buttons in your application

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top