Forum Moderators: buckworks
Pity PayPal does not offer a "test mode" for new users to their Instant Payment Notification :-(
Does anyone have an ASP "notification" page from a working system that they are prepared to share the code to ??
TIA
Alan
No .. I need to do the full "handshaking" so that I can populate a backend database on my server for completed transactions.
Alan
Do you want the Paypal server to post to your ASP page or do you want to parse the outgoing e-mail that goes into a designated inbox?
I have also found numerous instances of problems posted in several places on the web of people having problems with the sample script.
Not being to clever with ASP .. and not wanting to put an untested payment script directly into production on my server .. I was just wondering if somebody had a working page (complete with error handling) that they would be willing to share :-)
I would prefer to have their server interact with mine rather than parsing email messages.
Tia
I have a classifieds that users post for a fee. So here's the inteded flow.
User inputs data and it stores in the database with a table called paid defaulting to value of zero. Then they pay via paypal. Paypal sends me some databack and the table value is turned to 1. All inputs in the table with the value of 1 are displayed (SQL statemnt). Thats the plan but will it work?