2 different hidden "notify_url" tags in the same button
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is it possible to have 2 hidden "notify_url" tags in the same button?
For example:
(I removed the first ">" on every line, because else I was unable to post this)
(I removed the first ">" on every line, because else I was unable to post this)
form action=https:// www. paypal.com/cgi-bin/webscr method=post>
input type="hidden" name="cmd" value="_xclick">
input type="hidden" name="business" value="email address">
input type="hidden" name="item_name" value="Just an example!">
input type="hidden" name="amount" value="99.95">
input type="hidden" name="currency_code" value="USD">
input type="hidden" name="return" value="http:/ /www. yourwebsite.com/thanks.html">
input type="hidden" name="notify_url" value=" http:// www. yourwebsite.com/notify1">
input type="hidden" name="notify_url" value=" http:// www. yourwebsite.com/notify2">
/form>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I know, it's an older thread, but I'll answer anyway.
Yes, you can supply 2 notify_url fields, but only one value will be transmitted, since the last field with that specific name overwrites all previous ones.
Hope this helps.

Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.
- "System error. Please try again later" when connecting to paypal sandbox account with my android app in Sandbox Environment
- Things don’t appear to be working at the moment in PayPal Payments Standard
- Something went wrong. Contact the merchant for help. in PayPal Payments Standard
- How to prompt a "thank you" after using donate button on a website in PayPal Payments Standard
- QR Code Issue in Braintree Client-side Integration (JS, iOS, Android SDKs)