Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Difference between notify url, return url in paypal payment
gateway?

Answers were Sorted based on User's Feedback



Difference between notify url, return url in paypal payment gateway?..

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

Difference between notify url, return url in paypal payment gateway?..

Answer / amarnath prabaharan

yes

Is This Answer Correct ?    48 Yes 19 No

Difference between notify url, return url in paypal payment gateway?..

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

Difference between notify url, return url in paypal payment gateway?..

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

Post New Answer

More PHP Interview Questions

Which php framework is best for security?

0 Answers  


How to get the number of visitors in a site?

2 Answers  


How to set session.gc_maxlifetime properly?

0 Answers  


how to upload more than 50 mb? i tried but session was expired....certain time .....i was set session duration three days .... how to rectified? if any one know that post ur answer as soon as possible? thanks

1 Answers  


What types of loops exist in php?

0 Answers  


List out some tools through which we can draw E-R diagrams for mysql?

6 Answers  


Is it possible multiple inheritance in php?

0 Answers  


Is it possible to remove the html tags from data?

0 Answers  


class Database { public static $_instance; public static function getInstance() { if(!isset(self::$_instance)) self::$_instance = new Database(DB_SERVER, DB_USER, DB_PASS, DB_NAME); print_r(self::$_instance); return self::$_instance; } } can any one explain "self::$_instance = new Database(DB_SERVER, DB_USER, DB_PASS, DB_NAME);" this line

1 Answers  


Different between the var_dump() and print_r()?

4 Answers  


how we can use lamp.ie installatiion and basic workings.Is it similar to wamp in usage?

1 Answers  


How do I escape data before storing it into the database?

0 Answers  


Categories