Paypal IPN call back with parameter
Posted
by proyb2
on Stack Overflow
See other posts from Stack Overflow
or by proyb2
Published on 2010-05-23T16:41:44Z
Indexed on
2010/05/23
16:50 UTC
Read the original article
Hit count: 322
I want to automate a process after user have made a payment.
1) User enter details on forms and submit, the session will pass unique ID to paypal 2) After user complete the paypal payment, unique ID is then pass back to my server for the script to read and register into db.
How do I do that?
© Stack Overflow or respective owner