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
What is psr in php?
How can we upload a file in php?
Is key in array php?
Which cryptographic functions in php returns the longest hash value?
What type of operation is needed when passing values through a form or an url?
Does PHP 5 support exceptions? State Whether True or False?
What is the difference between explode () and split () functions in php?
What is a closure in php?
Tell me what are sql injections, how do you prevent them and what are the best practices?
Can I learn laravel without php?
What is the tags in PHP is not a valid way to begin and end a PHP code block?
What is csrf token in php?
What is singleton pattern in php?
What does the unset() function mean?
what is variable scope, which variables are accessible from where and what are "undefined variable" errors?