customer input page 

User Input Example (JSP)       Input Page Code

Create the HTML page that will accept the data from the user. See the Code Example on this page for details about designing your page.

This is the page that will obtain all pertinent credit card information from the user:
  • Cardholder Name (can not contain any punctuation)
  • Card Number
  • Account Expiration
  • Address 1
  • City
  • State
  • Zip
  • Payment Amount
  • Purchasers name
  • Contact Phone
Parameters for the fields on this page are listed below.
* = those parameters that allow more than one way of specifying the data: if one is not present the other must be.
+ = those parameters that are totally optional.
d{n} means a string containing any number > 0 of the digits 0-9
So, d{n}.dd means strings of the form 3212.33, for example.

account_name - The Name on the credit card
account_number - The credit card number
* account_exp - The expiration month and year as 09/02 or 0902
* account_exp_month - 2 digits - only needed if account_exp is not provided
* account_exp_year - 2 digits - only needed if account_exp is not provided
address_1 - required field
address_2 - can be blank
city
state - can be anything (to accomodate international addresses)
country - can be anything (to accomodate international addresses)
zip - can be anything (to accomodate international addresses)
* amount - Amount as d{n}.dd
* amount_dollars - 0 or d{n}, only needed if amount is not provided
* amount_cents - 2 digits dd - only needed if amount is not provided
+ uu_order_id - optional field, if you do not have one, the system will create one. If you use your own, it MUST be strictly numeric and the first two digits must match the last two digits of app_type
app_type - 4 digits - required
user_id- 6-16 digits - required
cust_name - required but can be anything; this is the name of the customer as your system identifies them, NOT the name on the card this customer is using.
* cust_phone - can be anything (to accomodate international addresses)
* area_code - ddd - only needed if cust_phone is not provided
* phone_number - ddd - only needed if cust_phone is not provided
* phone_ext - dddd - only needed if cust_phone is not provided


Create a Verification page NEXT -->


UofU Main Page acs home UofU Main Page disclaimer text site index search acs campus map campus information system campus directory contact webmaster