Difference between notify url, return url in paypal payment
gateway?
Answer Posted / 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 |
Post New Answer View All Answers
How to remove leading and trailing spaces from user input values?
Why php is better?
How to include a file code in different files in php?
Name some of the constants in php and their purpose.
Explain what is the use of "echo" in php?
How to block direct directory access in PHP?
What is member variable?
How to list all values of submitted fields?
How to concatenate two strings together in php?
What is php how it works?
What is global array in php?
Does exist in php?
How can we display information of a variable and readable by a human with php?
How to access a specific character in a string?
Tell me will a comparison of an integer 12 and a string "13" work in php?