New to the community? Welcome! Please read our Community Rules and Guidelines
Pay, shop, and do even more on the PayPal appGet the App
I am trying to implement sales using the command _cart and multiple items.
The question is - Can I safely rely on PayPal returning to the "return" address, I can treat it as a successful transaction?
Can I not mention any "notify_url" parameter?
Good day @pravinkk,
Thank you for posting to the PayPal community.
notify_url : The URL to which PayPal posts information about the payment, in the form of Instant Payment Notification messages.
PayPal will send the IPN payment notification messages, if merchant pass the notify_url parameter in your website API request call to PayPal system.
The notify_url passed in your website button code/API request call will override the IPN feature settings mentioned in your PayPal account.
Guide link for "Notify_URL" - https://developer.paypal.com/docs/api-basics/notifications/ipn/IPNSetup/?mark=dynamicall#dynamically...
If merchant have already setup the IPN Notifications on PayPal, they can avoid pass the notify_url value in the website button code/API request call.
Sincerely,
Chiranjeevi
PayPal/Braintree MTS
If this post or any other was helpful, please enrich the community by giving kudos or accepting it as a solution.
©1999-2023 PayPal, Inc. All rights reserved.