prepare("SELECT payment_id, amount, payment_link, status, provider, provider_payment_id, public_ref, description FROM payments WHERE public_ref = ? OR payment_id = ? LIMIT 1"); if ($stmt) { $stmt->bind_param('ss', $ref, $ref); $stmt->execute(); $res = $stmt->get_result(); if ($row = $res->fetch_assoc()) { $payment = $row; } else { $error_message = 'Payment record not found for the supplied reference.'; } $stmt->close(); } else { $error_message = 'Database error: ' . $conn->error; } } else { $error_message = 'No reference supplied.'; } $pageTitle = 'Payment Failed'; $breadcrumbs = [['Home' => 'index.php'], ['Payment' => 'membership_payment.php']]; require_once($rootPath . '/components/banner.php'); ?>
Payment Failed
Unfortunately your payment could not be completed.

We were unable to process your payment. You can try again or contact support for assistance.

  • Reference:
  • Amount: R
  • Provider:
  • Description:
  • Status:
Try Again

Or contact info@4wdcsa.co.za for help.

Logo