Jump to content
  • 0
suddath

Flux CP and Paypal issue

Question

Hey everyone,

So I have setup fluxcp and my paypal business account, Set up the Instant payment notifications in paypal. It just seems like the payment notification does not go through when the payment is accepted on paypal. Everything is transfered from the payee to me, but the credits are not credited to the account of the payee. I know this has been asked numerous times, but I have tried every solution I could find and nothing seems to work.

More info:

  • I have Cloudflare firewall for website (I do not know if this is a factor on why the payment is not being processed fully)
    • Some people (mainly cloudflare employees) keep saying its not cloudflare firewall that is blocking the IPN, but I cannot find any other rhyme or reason for the issue.
  • My website does not have any other firewall options up.
  • I have all ports required for the server open (that I know of)
  • I setup the "Auto Return for Website Payments" field filled in with: http://pegasusro.com/?module=donate&action=complete

 

Edited by suddath
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0
1 hour ago, suddath said:

Hey everyone,

So I have setup fluxcp and my paypal business account, Set up the Instant payment notifications in paypal. It just seems like the payment notification does not go through when the payment is accepted on paypal. Everything is transfered from the payee to me, but the credits are not credited to the account of the payee. I know this has been asked numerous times, but I have tried every solution I could find and nothing seems to work.

More info:

  • I have Cloudflare firewall for website (I do not know if this is a factor on why the payment is not being processed fully)
    • Some people (mainly cloudflare employees) keep saying its not cloudflare firewall that is blocking the IPN, but I cannot find any other rhyme or reason for the issue.
  • My website does not have any other firewall options up.
  • I have all ports required for the server open (that I know of)
  • I setup the "Auto Return for Website Payments" field filled in with: http://pegasusro.com/?module=donate&action=complete

 

1. If your logs folder have paypal logs that show this :

<TITLE>ACCESS DENIED</TITLE></HEAD><BODY><H1>ACCESS DENIED</H1>YOU DON'T HAVE PERMISSION TO ACCESS "HTTP&#58;&#47;&#47;WWW&#46;PAYPAL&#46;COM&#47;CGI&#45;BIN&#47;WEBSCR" ON THIS SERVER.

Try to add the middle line in FluxCP/lib/Flux/PaymentNotifyRequest.php

$request .= 'Content-Length: '.strlen($qString)."\r\n";
$request .= "User-Agent: MyServerUserAgent\r\n"; // ADD THIS LINE BETWEEN THE CODE.
$request .= 'Host: '.$this->ppServer."\r\n";

PayPalIpnUrl in config/application.php : www.paypal.com

IPN setting at paypal website : https://you-domain.com/?module=donate&action=notify

Let me know if its working or not. Ive opened this issue in FluxCP and its still opened till now and I hope this helps.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.