Difference between notify url, return url in paypal payment
gateway?
Answers were Sorted based on User's Feedback
Answer / abhishek_anand_mca07
Notify Url: The URL to which PayPal posts information about the
transaction via Instant Payment Notification. Must be URL-
encoded. Its an optional field have maximum 256 characters
length.
Return url: The URL to which the customer's browser is returned
after completing the payment; for example, a URL on your site
that displays a "Thank you for your payment" page.
Default: customer is taken to the PayPal website. Optional
rm Return method GET or POST: the FORM METHOD used to send data
to the URL specified by the return variable after payment
completion.
More information is available at
https://www.paypal.com/IntegrationCenter/ic_std-variable-ref-
buy-now.html
| Is This Answer Correct ? | 112 Yes | 15 No |
Answer / sandeep beniwal rohtak
Notify Url: The URL to which PayPal posts information about
the
transaction via Instant Payment Notification. Must be URL-
encoded. Its an optional field have maximum 256 characters
length.
Return url: The URL to which the customer's browser is
returned
after completing the payment; for example, a URL on your
site
that displays a "Thank you for your payment" page.
Default: customer is taken to the PayPal website. Optional
rm Return method GET or POST: the FORM METHOD used to send
data
to the URL specified by the return variable after payment
completion.
| Is This Answer Correct ? | 6 Yes | 4 No |
Answer / 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 |
What are sql functions?
Why php is better?
Is php required for wordpress?
Explain me what is the use of header() function in php?
equivalent code for the following c program in php void main() { int i=5;printf("%d",i); }
what is benefit of magento?
How can you increase the maximum execution time of a script in php?
What is the use session in php?
Does not want to see PHPSESSID in the url. How can be done this ?
When a conditional statement is ended with an endif?
What is the maximum size of a database in mysql?
Which function can be used to delete a file?