Questions tagged [payfast]

19 questions
0
votes
1 answer

header 200 not trigger in PayFast

i used below code(php) even then also payFast not receiving the header 200 from notify_url Please suggest me solution, sharing the code public function notify() { header( 'HTTP/1.0 200 OK' ); flush(); $pfData = $_POST; if($pfData['payment_status']…
0
votes
1 answer

Woocommerce renewal orders stuck on Pending Payment

I'm having an issue with my Woocommerce store regarding the subscriptions. Everything works perfectly except for the renewal orders getting stuck on 'Pending Payment' even after the payment has gone through successfully. This needs to change to…
0
votes
1 answer

error:400 Bad Request Unfortunately we could not process your transaction. There was a problem with: No payment data received

I used payfast as my payment gateway in my website, if am testing payfast on their test engine it works fine when I post values to their engine, but when am using their engine that is not for testing it gives me that error saying "No payment data…
-1
votes
1 answer

Payfast Onsite Integration Changing Redirect URLs

I'm struggling with a PayFast onsite integration. PayFast is failing to redirect following a successful payment. It looks as though my urls are being changed. $data = [ // Merchant details 'merchant_id' => 'xxx', //required 'merchant_key' => 'xxx',…
1
2