Support A2Billing :

provided by Star2Billing S.L.

Support A2Billing :
It is currently Fri Apr 19, 2024 11:28 am
Predictive Dialer


All times are UTC




Post new topic Reply to topic  [ 6 posts ] 
Author Message
 Post subject: PayPal big problem
PostPosted: Tue Aug 04, 2009 2:23 am 
Offline

Joined: Wed Jul 01, 2009 11:42 pm
Posts: 22
Hello. I have a problem after login to paypal:


Sorry — your last action could not be completed

If you were making a purchase or sending money, we recommend that you check both your PayPal account and your email for a transaction confirmation after 30 minutes.

If you came to this page from another website, please return to that site (don't use your browser's Back button) and restart your activity.

If you came from PayPal's website, click the PayPal logo in the upper-left corner to return to our home page and restart your activity. You might have to log in again.

Options in a2billing.conf are set to:


paypal_payment_url = "https://www.paypal.com/cgi-bin/webscr"
paypal_verify_url = "ssl://www.paypal.com"


How to repair that ? Please for reply. Regards'. Bye


Top
 Profile  
 
 Post subject: Re: PayPal big problem
PostPosted: Tue Aug 04, 2009 5:25 am 
Offline

Joined: Sat May 10, 2008 4:19 pm
Posts: 132
Location: Wilmington, DE
Hi,

I feel your pain. It's been happening to me for weeks without any real help from PayPal.
My customers got frustrated and stopped using the service. It really hurts. Thankfully our processor on our VoipSwitch system was still working fine, so I wrote something to work with them to stop the calls from coming in.
Paypal hasn't responded to my email in over a week.

I hope you find a solution quickly.

Good luck.


Top
 Profile  
 
 Post subject: Re: PayPal big problem
PostPosted: Tue Aug 04, 2009 6:33 am 
Offline

Joined: Fri Jun 23, 2006 3:56 pm
Posts: 4065
Hi

Here is a starting point, this is a known working configuration I use for 1.3.4, change signup.somehost.net to suit your hostname.
Code:
[epayment_method]
enable = yes
; eg, http://localhost  - should not be empty for productive servers
http_server = "http://signup.somehost.net"
; eg, https://http://signup.somehost.net
https_server = "http://signup.somehost.net"
; Enter your Domain Name or IP Address, eg, 26.63.165.200
http_cookie_domain = "signup.somehost.net"
; Enter your Secure server Domain Name or IP Address, eg, 26.63.165.200
https_cookie_domain = "signup.somehost.net"
; 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 = "signup.somehost.net"

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 = 10:25:50:100:500

; 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?&lc=us" ; had to change this as it was failing.
paypal_payment_url = "https://www.paypal.com/cgi-bin/webscr"
;paypal_payment_url = "https://www.sandbox.paypal.com/cgi-bin/webscr"

; paypal transaction verification url
paypal_verify_url = "ssl://www.paypal.com"
;paypal_verify_url = www.sandbox.paypal.com


Top
 Profile  
 
 Post subject: Re: PayPal big problem
PostPosted: Tue Aug 04, 2009 9:50 am 
Offline

Joined: Wed Jul 01, 2009 11:42 pm
Posts: 22
Hello. I set up that before and I still have problem.


Top
 Profile  
 
 Post subject: Re: PayPal big problem
PostPosted: Tue Aug 11, 2009 9:28 pm 
Offline
Moderator
User avatar

Joined: Tue Jun 06, 2006 12:14 pm
Posts: 685
Location: florida
Joe is right, and the line in particular is this:

;paypal_payment_url = "https://secure.paypal.com/cgi-bin/webscr" ; had to change this as it was failing.
paypal_payment_url = "https://www.paypal.com/cgi-bin/webscr"

Try changing this from secure to www, and you might find yourself :mrgreen2:


Top
 Profile  
 
 Post subject: Re: PayPal big problem
PostPosted: Fri Aug 14, 2009 4:50 pm 
Offline

Joined: Fri Oct 27, 2006 6:17 pm
Posts: 161
krzykat wrote:
Joe is right, and the line in particular is this:

;paypal_payment_url = "https://secure.paypal.com/cgi-bin/webscr" ; had to change this as it was failing.
paypal_payment_url = "https://www.paypal.com/cgi-bin/webscr"

Try changing this from secure to www, and you might find yourself :mrgreen2:



its working with the change suggested by krzykat, try it.


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


All times are UTC


Who is online

Users browsing this forum: No registered users and 14 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