SitePoint Sponsor |
|
User Tag List
Results 1 to 4 of 4
-
Jun 1, 2009, 23:19 #1
How to get variable retruned form paypal??
Hi,
i m using paypal in my site. i want to know what variable are returned form the paypal site. b'coz i want to maintian database if the transacrion is susessfull. i am new to paypal. i am using php and mysql.
can anyone help me...
thanks in advance.
-
Jun 1, 2009, 23:21 #2
You can check paypal apis in paypal website .
-
Jun 2, 2009, 01:51 #3
-
Jun 2, 2009, 07:33 #4
- Join Date
- May 2009
- Location
- India
- Posts
- 2
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Check for paypal ipn api.
Paypal call php script after successfully transaction done
This script path you need to pass to paypal using hidden notify_url
variable.
like this
<input type="hidden" name="notify_url" value="<<virtual path to this file>>ipn.php">
Add above hidden variable in your paypal submit code.
and this ipn.php file will be called when your transaction done successfully.
Bookmarks