InterviewSolution
| 1. |
What Is Notify Url In Paypal? |
|
Answer» When we SEND our CUSTOMER to paypal.com for payment. We send notify_url=http://www.mysite.com/notify_url.php along with PRICE and ITEM detail. After completing the process PayPal returns data back to our site via what they call IPN (Data is send to the notify_url with post method). Now we save this all data in our database for further inquiry. When we send our customer to paypal.com for payment. We send notify_url=http://www.mysite.com/notify_url.php along with price and item detail. After completing the process PayPal returns data back to our site via what they call IPN (Data is send to the notify_url with post method). Now we save this all data in our database for further inquiry. |
|