%@ Page Language="C#" %>
This page takes test input for the BONDS credit card validator found at www.3nfconsulting.com/students/ecommerce/cc_validate.aspx Use this to code as a guide for your own projects. Look at the source code and note the field names and the POST action. Note that there is no validation on this page (like the Luhn checksum or required field checks). You are on your own for that. Note also that there is no validation on the server-side. You are on your own for that as well.
When you submit, the credit card transaction will either be accepted or denied. Submit multiple times to test both contingencies.
The BONDS credit card validator returns results as text, one field per line. The fields returned from a successful transaction are as follows:
If the transaction fails, only the result and result message are returned.