I was wondering if it’s possible that paypal give me from the callback function the amount the user have donated through paypal? I need this so I can make the total amount on the website up to date.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes- if you set up an IPN URL on your PayPal account, for EVERY transaction on your account, that URL will receive a callback.
Look here: https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_admin_IPNSetup
Here is the sample code: https://www.x.com/developers/PayPal/documentation-tools/code-sample/216623