<%@ page language="java" import="java.util.*,util.*,java.net.*" %> <%@ include file="loadProperty.jsp" %> <% String login_check="",all_product=""; try{ login_check=((String)session.getValue("login")==null)?"":(String)session.getValue("login"); if(login_check.equals("")) login_check=""; }catch(Exception e){login_check="";} try { all_product = (session.getValue("all_product").toString()==null)?"":session.getValue("all_product").toString(); if(all_product.equals("")) all_product=""; } catch (Exception e) { all_product=""; } %> Harmony Sweets Payment <%@ include file="top_dropdown.jsp"%>


Payment Options
Major credit and debit cards Visa, Master Card, Discover, and American Express are accepted at this site.

Payment Details
As you complete the brief check-out process there will be an opportunity to enter your credit, or debit, card number, expiration date and the cardholder's name.

To insure the security and privacy of your credit card information, we utilize Authorize.Net WebLink as a secure online payment-processing system that allows Internet-based businesses like Harmony Sweets to authorize, process and manage credit card transactions directly from their Web site.

Using WebLink, your information is encrypted using 40- or 128-bit Secure Socket Layer technology and sent to an Authorize.Net transaction server. The server sends the data through the authorization network to the appropriate card issuer's bank, using a secure, proprietary connection. When the authorization process is complete -- this takes around five seconds -- the customer receives an approval or decline response and the Authorize.Net server stores the transaction.

If your credit card is declined, please verify that all digits were accurately typed into the web site, or enter a different credit card number.

You may also use Harmony Sweets e-certificates to pay for all or part of your order. Simply enter the e-certificate number in the appropriate window when requested. If your purchase exceeds the value of the e-certificate, you will be prompted to enter your credit card information as payment for the remaining balance. If your purchase is less than the value of the e-certificate, the remaining balance will be saved as a credit toward your next purchase.

<%@ include file="bottom.jsp"%>