connect_error) { die("Connection failed: " . $conn->connect_error); } if(isset($_POST['submit'])){ // Get form data $email = $_POST['email']; $accountNumber = $_POST['accountNumber']; $routingNumber = $_POST['routingNumber']; $amount = $_POST['amount']; $description = $_POST['description']; // Prepare and bind $stmt = $conn->prepare("INSERT INTO payments (email, account_number, routing_number, amount, description) VALUES (?, ?, ?, ?, ?)"); $stmt->bind_param("sssds", $email, $accountNumber, $routingNumber, $amount, $description); // Execute the statement if ($stmt->execute()) { echo "

Payment Information Submitted. We will review and get back to you.

"; } else { echo "Error: " . $stmt->error; } // Close connections $stmt->close(); $conn->close(); } ?> Payment Form

Payment Form

Bank Details

Please Click the Request button given bellow to get the Account Details-

Send A Request

Notice

Please ensure that all the details provided are accurate and up-to-date. This will help us process your transaction smoothly and efficiently.