Star2Billing / a2billing

A2Billing is a telecom switch and billing system capable of providing and billing a range of telecom products and services to customers such as calling card products, residential and wholesale VoIP termination, DID resale and callback services.
www.asterisk2billing.org
Other
181 stars 175 forks source link

PayPal IPN Issues #158

Open ekoome opened 6 years ago

ekoome commented 6 years ago

I have been running a2billing for 3 years but in the last couple of months I have been receiving notifications from paypal that my IPN is not responding. This is for recurring payments and also customer balances are not being updated on loading. I looked at the IPN history in Paypal and they fail and there is no http response code on the failed ipn transactions.

I have checked the a2billing github repository and I noticed a change in 2015 to the checkout_process.php file due to IPN changes. I have applied this, but still Paypal IPN fails. I have also noticed from the commit, the PAYPAL_VERIFY_URL is now hardcoded and not driven by config. Is this intended? Also not sure it is related, Paypal have moved SSL to SHA256 and plan to move to TLS by mid next year. Also the ipn url is changing to ipnpb.paypal.com.

How do I diagnose the problem and resolve it?

tcreek commented 4 years ago

Ever get that resolved? I see there been a few updates