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 Cancelled'; $breadcrumbs = [['Home' => 'index.php'], ['Payment' => 'membership_payment.php']]; require_once($rootPath . '/components/banner.php'); ?>
Payment Cancelled
Your payment was cancelled or you returned without completing it.

Your payment appears to have been cancelled. If this was a mistake you can try again below.

  • Reference:
  • Amount: R
  • Description:
Retry Payment

Contact info@4wdcsa.co.za if you need assistance.

Logo