Home arrow Forum
myLANsite forum
Welcome, Guest
Please Login or Register.    Lost Password?
Re:Trying to verify website sign-up process (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: Re:Trying to verify website sign-up process
#833
mnal (User)
Fresh Boarder
Posts: 15
graphgraph
User Offline Click here to see the profile of this user
Trying to verify website sign-up process 3 Months, 1 Week ago Karma: 0  
I am trying to verify the website sign-up process prior to my lan party announcement.

I have IPN enabled as well as sandbox. I also have the IPN address in my paypal account.

When testing out my sandbox account I get this information in my payments section.

QUOTE:
Payments:
1 2 2008-05-19 20:24:51 UNVERIFIED 2 2: Transaction not verified


When I click on the link to view more details I see this.
QUOTE:
Action needed: Yes
Comments:
Transaction-ID:
Time: 2008-05-19 20:24:51
Statuscode: 2: Transaction not verified
Statustext: 2: Transaction not verified
Amount: 0.00
Currency:
Item-Name:
Item-Number:
Payer Email:
Request:


Question #1
I understand that certain paypal payment methods may take a few days to clear. But why do I see UNVERIFIED as the status to my sandbox account? For testing, shouldn't this process be instant?

Question #2
Why do I see no details in the payment transaction? How do I know who made this payment?

Question #3
When I made they payment with my sandbox account, why was I not directed back to my website after payment? If there is a way to enable this, I would like to do so.

Question #4
I canceled payment to my lan party with my sandbox account. Why isn't this change reflected in the administrator myLANsite PayPal: Payments section?

If you could help clear this issue up for me that would be very helpful!

Thanks!
 
Report to moderator   Logged Logged  
 
Last Edit: 2008/05/20 07:45 By mnal.
  The administrator has disabled public write access.
#838
moensch (Admin)
Admin
Posts: 269
graph
User Online Now Click here to see the profile of this user
Re:Trying to verify website sign-up process 3 Months, 1 Week ago Karma: 13  
Firstly, I got very little feedback about the PayPal integration. I originally tested it with the Sandbox, found it to be working and posted it. No doubt there are improvements that can be made.

But:
I actually had to go and check back over my code. I see that I first store all the information I get from paypal in the Database _before_ I check if the transaction is VERIFIED or not. So in either case, you should get stuff like the payer_email, item_number and others in your payment details. So I assume that either this information has not been transferred through the IPN or something in the format of the PayPal IPN has changed which I am not aware of.

But for exactly this reason, I am storing the bulk-request in the 'request' field. I see that this one is empty, so the IPN did not get correctly transferred. You see, the request is completely empty, as if somebody just browsed to the "&task=ipn" page on your website - if you see what I mean.

1. Obviously not verified, because I am unable to verify it with PayPal as there is no transaction ID

2. Answered above. For a "good" transaction, you wil see details

3. Check the showPayPalButton() function in mls_events.php. I do not set the redirect-URL there. Just add something like this there:
Code:

<input type="hidden" name="return" value="http://www.mylansite.org" />
4. A user can actually cancel a payment. I do not handle this. Will another IPN be sent for this? I would have to investigate...
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#839
mnal (User)
Fresh Boarder
Posts: 15
graphgraph
User Offline Click here to see the profile of this user
Re:Trying to verify website sign-up process 3 Months, 1 Week ago Karma: 0  
Thanks for the reply. If you could investigate #4 that would be great!

It would be nice to be able to rely solely on your administrative back end when processing and verifying registration.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop
© 2008 myLANsite - Lanparty components for Joomla
Joomla! is Free Software released under the GNU/GPL License.