Takes money just fine but will not activate the account have tried with IPN and without.
What next??
Boo
Takes money just fine but will not activate the account have tried with IPN and without.
What next??
Boo
Like one of those vending machines that eats money.
what is the status of the payment in the usermanager and in the paypal?
userman shows an in-active account with unlimited time. Paypal completes the transaction sends a receipt to the customer and notifies me of the transaction as normal.
Boo
Any news on this?
Boo
What RouterOS version are you using?
could you send the support output file to support@mikrotik.com?
Also what is the status of the paypemt in the ‘tool userm-manager payments’ menu?
And do you have https enabled (certificate enabled on the router)?
The version is 2.9.41
https is enabled with a generic cert.
output is:
subscriber=admin user=(unknown) key=“d6gejduvqugkmabhtp249fhe8htns79p”
credit=1hour credit-time=1h price=300 trans-start=mar/21/2007 01:18:15
trans-end=waiting trans-status=5 result-code=0 result-msg=“Timed Out”
method=paypa
I followed the wiki manual for setting this up. Including putting in the public IP.
The money gets taken from the customer and they get a paypal receipt. I also get notified by paypal that I have received the payment.
Boo
what currency are you using for paypal and usermanager?
USD
I’m getting the same problem running v2.9.42. Did you ever get a response?
phendry, contact support (support@mikrotik.com) and try to include description of the problem and as much information as you can (at least information with answers to Uldis post).
Will do but just so you know all payment attempts show the following status:
trans-start=may/04/2007 12:05:20 trans-end=waiting trans-status=5
result-code=0 result-msg=“Timed Out” method=paypal
Also, HTTPS is enabled with a certificate, the router has a public IP address and currency is set to GBP.
As well make sure that paypal pages are added to walled-garden, as it described here,
http://wiki.mikrotik.com/wiki/User_Manager/User_payments#PayPal
For trial purposes we have been accessing the Userman web interface directly and not via any hotspots. This means we shouldn’t need any walled garden setting to test (but will when we go live). The fact that get all the way through the process and both company and client receive a confirmation email from paypal suggests this is fine. It just seems to be the Userman doesn’t receive any response from Paypal to activate the account even though it has a public ip address that it routes all traffic via.
Howdy,
I am seeing this exact same behaviour.
I have a public IP on usermanager router (v2.9.42), a (paid for) SSL certificate installed.
The procedure is:-
Customer connect directly to usermanager signup page, create account, click paypal. Customer gets redirected to paypal payment site, all details are correct. Customer makes payment, money gets transfered from customer to ISP account, customer gets receipt email. Customer clicks “return to merchant” link and then sees 404 error.
I log in to userman with owner account. I can see the new customer account with unlimited time but no credit. I check ISP payapl account and the funds have been transfered.
My currency is in AUD, but I get the same behaviour using USD.
Cheers…ƒil
I had to have a certificate from paypal loaded. All worked fine from there.
Gday Boo,
Can you please give me some details on how to get the certificate from paypal
Cheers…ƒil
Yes, there were issue with certificates. Check that you have certificate. If you do not have certificate, contact support about this issue.
If I enter the following from the wiki into my walled garden:
/ ip hotspot walled-garden add dst-host=:^www\.paypal\.com$ dst-port=443 action=allow
/ ip hotspot walled-garden add dst-host=:^content\.paypalobjects\.com$ dst-port=443 action=allow
It doesn’t work - my PayPal buttons don’t appear and the PayPal style sheets do not load, so it looks like a spoof PayPal site!
Those rules didn’t work for me either, giving the results you describe.
The ones that i found to work well are:-
add dst-host=*.paypal.com action=allow comment="" disabled=no
add dst-host=*.paypal.com.au action=allow comment="" disabled=no
add dst-host=*.paypalobjects.com action=allow comment="" disabled=no
add dst-host=*.akamaiedge.net action=allow comment="" disabled=no
you may not need paypal.com.au
Cheers…ƒil