Support A2Billing :

provided by Star2Billing S.L.

Support A2Billing :
It is currently Tue Apr 16, 2024 7:31 pm
Voice Broadcast System


All times are UTC




Post new topic Reply to topic  [ 25 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: PayPal is not updating A2b user's balance
PostPosted: Fri Aug 24, 2007 9:59 pm 
Offline

Joined: Sat Jun 30, 2007 8:29 pm
Posts: 32
The user is getting from A2b to Paypal and his credit card is being processed and charged properly. The problem is that the user's account (in A2billing) is not being updated with the new amount charged.

it seems there is a value to be updated which we are missing.

any help appriciated.

tnx

nir


Top
 Profile  
 
 Post subject:
PostPosted: Sat Oct 06, 2007 10:21 pm 
Offline
User avatar

Joined: Mon Apr 30, 2007 6:43 am
Posts: 1060
Location: Canada
Are you still having the same problem?


Top
 Profile  
 
 Post subject:
PostPosted: Sat Oct 06, 2007 11:13 pm 
Offline

Joined: Fri Apr 28, 2006 5:11 am
Posts: 426
I have same problem with Moneybookers. I dont know how to figure out it.


Top
 Profile  
 
 Post subject:
PostPosted: Sat Oct 06, 2007 11:31 pm 
Offline
User avatar

Joined: Mon Apr 30, 2007 6:43 am
Posts: 1060
Location: Canada
I have solved it for paypal. It's just a matter of configuring properly a2billing.conf.

I have zero experience about moneybooker though.

nirfar, if you can post your configuration file, it may help.

Don't forget to use fake host name and fake passwords before posting it here.


Top
 Profile  
 
 Post subject: After Payment no balance increase
PostPosted: Tue Nov 13, 2007 10:17 am 
Offline

Joined: Mon May 07, 2007 8:27 am
Posts: 38
I am having the same problem with PayPal.

Please help


Top
 Profile  
 
 Post subject:
PostPosted: Tue Nov 13, 2007 3:14 pm 
Offline
Moderator
User avatar

Joined: Thu Jun 22, 2006 2:19 pm
Posts: 2890
Location: Devon, UK
I'm with Asiby on this one.
On v1.3 Paypal is working flawlessly.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Nov 13, 2007 6:20 pm 
Offline
User avatar

Joined: Mon Apr 30, 2007 6:43 am
Posts: 1060
Location: Canada
I concur.

If you think that your a2billing is properly configured, then please try to open the port 445 on your firewall. It's for paypal https. I have noticed that it is opened on my firewall and maybe that's what did the trick for me. Do you have that port activated Stavros?

Added after 25 minutes:

You also might want to make sure that your are not using the paypal sandbox which is meant for testing only.

Code:
; Define here the URL of paypal gateway the payment (to test with paypal sandbox)
paypal_payment_url = "https://secure.paypal.com/cgi-bin/webscr"
;paypal_payment_url = "https://www.sandbox.paypal.com/cgi-bin/webscr"

;paypal transaction verification url
paypal_verify_url = www.paypal.com
;paypal_verify_url = www.sandbox.paypal.com


Note that I haven't set the payment_notify_url parameter.

Added after 1 minutes:

skarim, can you please show us the [epayment_method] section of your a2billing.conf? For secutiry reason, you can replace your domain name with xxxxxx


Thanks


Top
 Profile  
 
 Post subject:
PostPosted: Tue Nov 13, 2007 7:14 pm 
Offline

Joined: Mon May 07, 2007 8:27 am
Posts: 38
I am using V 1.2.3

I do not have [epayment_method] in a2billing.conf

May be you are working on v 1.3


Top
 Profile  
 
 Post subject:
PostPosted: Tue Nov 13, 2007 7:20 pm 
Offline
User avatar

Joined: Mon Apr 30, 2007 6:43 am
Posts: 1060
Location: Canada
Well then, upgrade.

There are so many things that have been fixed in v1.3

I know that if must be hard to understand, but when it comes to software, unless you have a very good reason, you have to stay up to date. The programming approach in many parts of a2billing is totally different from v1.2.3 to v1.3 and the changes cannot even be adapted to the previous version. I strongly suggest that you update. You will see that many of your problems will simply fade away.

Regards


Top
 Profile  
 
 Post subject:
PostPosted: Tue Nov 13, 2007 7:44 pm 
Offline

Joined: Mon May 07, 2007 8:27 am
Posts: 38
Do you know any particular post related to upgrade from 1.2 to 1.3?

I do not want to loose my data on MySQL


Top
 Profile  
 
 Post subject:
PostPosted: Tue Nov 13, 2007 8:12 pm 
Offline
User avatar

Joined: Mon Apr 30, 2007 6:43 am
Posts: 1060
Location: Canada
Nop. Unfortunately.

I just did it with success. But it was quite a long process and I didn't document it cause I new what I was doing. Here are some guide lines.

Make sure that you have php5 and MySQL5 (php.net and mysql.com both recommend upgrading to these versions. So does the a2billing team). Make sure that php have a nice set of extensions included. Here are the extension that I always activate in php (no matter what):

Code:
apache2 bzip2 ctype doc flatfile ftp gd hash imap inifile mhash mysql mysqli odbc pcntl pcre simplexml soap sockets zip


pcntl and mysql or mysqli and required for a2billing to work. But if you are working with PgSQL, than add the required extension.

Keep in mind that there are many new tables in a2billing v1.3 and for the table that are common, some of them have additional fields in v1.3 that are missing in v1.2.3 but all the fields of v1.2.3 have kept their original name in v1.3

So here is what I suggest. Install phpmyadmin or something that let you manage your db easily. Export the data (not the structure) from v1.2.3 and import in the same table in v1.3

Configure the callback-daemon if you need it

Verify the location of the log files

Make sure that you have a log rotation daemon available and configured (you will thank me for that)

Configure the cront job

etc.

Let us know about the transition.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Nov 22, 2007 4:18 pm 
Offline

Joined: Fri Oct 27, 2006 6:17 pm
Posts: 161
skarim wrote:
Do you know any particular post related to upgrade from 1.2 to 1.3?

I do not want to loose my data on MySQL


look at the forum , and in the folder where is the .sql files located you will find the file for the upgrade withiut loosing data ;)


Top
 Profile  
 
 Post subject:
PostPosted: Sun Nov 25, 2007 3:46 pm 
Offline

Joined: Sun Nov 25, 2007 2:53 pm
Posts: 6
asiby wrote:
Well then, upgrade.

There are so many things that have been fixed in v1.3

I know that if must be hard to understand, but when it comes to software, unless you have a very good reason, you have to stay up to date. The programming approach in many parts of a2billing is totally different from v1.2.3 to v1.3 and the changes cannot even be adapted to the previous version. I strongly suggest that you update. You will see that many of your problems will simply fade away.

Regards


Hi.

I am using v1.3 upgraded from v1.2.3 and I am also encountering same problem with Paypal (the only payment method currently set) not being able to update customer's account.

Any help is highly appreciated.

Thank you very much.

Added after 43 minutes:

Hi again.

My problem with Paypal to update customer's account was fixed.

Fix: a2billing.conf
dir_ws_http = "/var/www/html"

Hope this information helps.

Thank you very much.


Top
 Profile  
 
 Post subject:
PostPosted: Sun Nov 25, 2007 8:33 pm 
Offline
User avatar

Joined: Mon Apr 30, 2007 6:43 am
Posts: 1060
Location: Canada
I usually do a CVS checkout. One other possible cause maybe that the download link for a2billing 1.3 does not reflect the latest changes approved on the CVS. Try doing a CVS checkout and compare the folders.


Top
 Profile  
 
 Post subject: config request
PostPosted: Mon Nov 26, 2007 1:06 am 
Offline

Joined: Tue Aug 28, 2007 3:21 am
Posts: 16
Hi Voipnoy,
Do you mind posting your a2billing.conf and any other settings you applied in your system in order to get PAYPAL working?
Many thanks


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 25 posts ]  Go to page 1, 2  Next
VoIP Billing solution


All times are UTC


Who is online

Users browsing this forum: No registered users and 4 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group