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
Can we run php in apache tomcat?
What is the difference between die () and exit () in php?
What is the difference between echo, print and printf()?
How to convert a string to lowercase in php?
Is php difficult to learn?
Is session a cookie?
When do you use define() and when do you use const. What are the main differences between those two?
How to create a public static method in PHP?
What are the differences between require and include?
Does wordpress run on php 7?
How to find datatype of variable in php?
Where to put php files in apache server?
Explain me what is the use of header() function in php?
Explain me what is the goto statement useful for?
What is crypt () in php?