PHP - What is the difference between Notify URL and Return URL?

What is the difference between Notify URL and Return URL?

Notify URLReturn URL
They are used in Paypal Payment Gateway integration.They are used in Paypal Payment Gateway integration.
They are used to post information about the transaction.They are used by the browser where the user needs to be redirected on completion of the payment process.
It has a maximum 256 characters length.It is the page which is displayed upon the payment completion.
Eg: The payment gateway paypal.Eg: A URL displayed on the site displaying "thank you for your payment" page.
PHP - Describe functions STRSTR() and STRISTR.
PHP - Both the functions are used to find the first occurrence of a string...
PHP - What are the various methods to pass data from one web page to another web page?
PHP - Different methods to pass data from one web page to another....
PHP - Describe how PHP Works.
Describe how PHP Works - Any PHP web page first interacts with the interpreter once a request I sent from the browser...
Post your comment