Hi:
I have the paypal form working pretty well. I basically use the onsubmit after email code discussed extensively in this forum. My problem is that the user data is stored before verification of payment. Therefore a user could potentially go to the paypal window and close their browser w/o paying , but still be recorded in the database on the site as paid. I'm probably anwsering my own question here , but I guess the only way to verify payment would be to grab the post parameters back when the paypal processing is finished and stuff them in the db at that point.
Since I have not worked w/paypal--do these parameters still exist on the redirect from paypal?
Is the best way just to manually reconcile the data between the seller's paypal and the DB on the site? Seems fine for small things , but a bit error prone for large amounts of data.
Thanks
I have the paypal form working pretty well. I basically use the onsubmit after email code discussed extensively in this forum. My problem is that the user data is stored before verification of payment. Therefore a user could potentially go to the paypal window and close their browser w/o paying , but still be recorded in the database on the site as paid. I'm probably anwsering my own question here , but I guess the only way to verify payment would be to grab the post parameters back when the paypal processing is finished and stuff them in the db at that point.
Since I have not worked w/paypal--do these parameters still exist on the redirect from paypal?
Is the best way just to manually reconcile the data between the seller's paypal and the DB on the site? Seems fine for small things , but a bit error prone for large amounts of data.
Thanks