Difference between notify url, return url in paypal payment
gateway?
Answer Posted / shanmuk
Notify URL, Return URL are different. Lets have an example:
If your transaction is done and due to some issue page not redirected back to Shopping site, there will no information collected by shopping site and there shopping site has to manually check for status.
In above scenario there is one additional step to trace transaction status. Instead of that Payment gateway will post information about all transaction to notify that transaction has been done alone with necessary details.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is alias in php?
What is orm in php framework?
Write a program to show the joining of two strings in php?
What does session start do in php?
Is php 7.0 stable?
What is use of header() function in php?
What is use of htmlspecialchars php?
What is the meaning of ‘escaping to php’?
What is the use of "echo" in php?
What is the difference between core php and php?
What is difference between readonly and constant?
What is use of echo in php?
Explain me what is the meaning of a persistent cookie?
What is baseurl?
How come the code works, but does not for two-dimensional array of mine?