Support A2Billing :

provided by Star2Billing S.L.

Support A2Billing :
It is currently Thu Mar 28, 2024 1:48 pm
Predictive Dialer


All times are UTC




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: PayPal connection failure
PostPosted: Fri Aug 01, 2008 10:07 pm 
Offline

Joined: Sat Jun 30, 2007 8:29 pm
Posts: 32
Hi,

I had a problem with PayPal not updating the A2billing user's account after processing their payments. I have followed numerous posting in the forums about this issue and updated my a2billing.conf accordingly.

After making the changes, there is a new problem. now, at the point where the user is supposed to be taken from the a2billing UI to PayPal; I receive "Sorry, you don t have access to this page ! "

I'll appreciate any recommendations you might have.

My a2billing.conf syntex is:
---------------------------------
[epayment_method]
enable = yes
; eg, http://localhost - should not be empty for productive servers
http_server = "http://80.179.147.221"

; eg, https://localhost - Enter here your Secure Server Address, should not be empty for productive servers
https_server = "https://80.179.147.221"

; Enter your Domain Name or IP Address, eg, 26.63.165.200
http_cookie_domain = "80.179.147.221"

; Enter your Secure server Domain Name or IP Address, eg, 26.63.165.200
https_cookie_domain = "80.179.147.221"

; Enter the Physical path of your Application on your server
http_cookie_path = "/A2BCustomer_UI/"

; Enter the Physical path of your Application on your Secure Server
https_cookie_path = "/A2BCustomer_UI/"

; Enter the Physical path of your Application on your server
dir_ws_http_catalog = "/A2BCustomer_UI/"

; Enter the Physical path of your Application on your Secure Server
dir_ws_https_catalog = "/A2BCustomer_UI/"

; secure webserver for checkout procedure?
enable_ssl = yes

http_domain = "80.179.147.221"

dir_ws_http = "/var/www/html/A2BCustomer_UI/"

; maybe try with :
; Define here the URL to notify the payment
; payment_notify_url=...

;define the different amount of purchase that would be available - 5 amount maximum (5:10:15)
purchase_amount = 5:10:20:50:100

; Item name that would be display to the user when he will buy credit
item_name = "Credit Purchase"

; Currency for the Credit purchase, only one can be define here
currency_code = USD

; 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

; Define here the URL of Authorize gateway
;authorize_payment_url = "https://secure.authorize.net/gateway/transact.dll"
authorize_payment_url = "https://test.authorize.net/gateway/transact.dll"

;paypal store name to show in the paypal site when customer will go to pay
store_name = IsraelNumber.com

;Transaction Key for security of Epayment Max length of 60 Characters.
transaction_key = aaaaaaaaaad121554sd4f5s45sdf

;Moneybookers secret word
moneybookers_secretword = areski

; SIGNUP MODULE

---------------------------------

- also, how do I change the transaction_key parameter? what is it used for?

all help would be appreciated.


Top
 Profile  
 
 Post subject: works!
PostPosted: Mon Aug 04, 2008 10:53 pm 
Offline

Joined: Sat Jun 30, 2007 8:29 pm
Posts: 32
I want to thank all the people operate and posting info on this forum. We had a problem with A2billing/Paypal, through some digging I believe I got the right configuration.

My last posting has a small error, once modified it works OK. On the above configuration when the user was supposed to pass to Paypal he got a message "You are not authorized to view this page"

the lines:
; eg, http://localhost - should not be empty for productive servers
http_server = "http://80.179.147.221"

; eg, https://localhost - Enter here your Secure Server Address, should not be empty for productive servers
https_server = "https://80.179.147.221"

using the IP seems to be the issue. Once we changed them to our server domain (in our case subdomain), it worked and passed the user to Paypal.
the correct lines should read
; eg, http://localhost - should not be empty for productive servers
http_server = "http://abc.yourdomain.com"

; eg, https://localhost - Enter here your Secure Server Address, should not be empty for productive servers
https_server = "https://abc.yourdomain.com"


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 
Hosted Voice Broadcast


All times are UTC


Who is online

Users browsing this forum: No registered users and 1 guest


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