| |
verification page
|
 |
Verification Page Example Verification Page Code
Step 1 - Create the Summary page, it must only have 2 options:
- Submit
- Go Back and Edit Data
Step 2 - Make sure that the Convenience fee is added into the total and clearly identified to the customer if they are absorbing that cost.
Step 3 - If your server needs to maintain a session between this page and the response page, then add a hidden field in this html page recording the session ID. See Example Code on this page.
Step 4 - For testing purposes the form line in your summary page should have the following action parameter:
form action="https://trial.acs.utah.edu/dev/bin/payment/paymentcc" method="POST"
This instructs the page to post to the credit card development server and not the production credit card server. Note that this page will allow the customer's browser to send their info directly to the ACS systems.
At this point, you are ready to try a simple credit card payment against our development servers, which will NOT actually charge a card. Please contact ACS when you are ready to do this, and we will help you proceed.
WARNING! The customers enter their card information on the previous page and they verify it here. Therefore, your servers have access to their card numbers, expiration dates, etc. You MUST use the https protocol to ensure safe transmission of the customers data, and you MUST NOT store, record, log, or otherwise keep any portion of this information anywhere on your servers.
The pre-test of your system NEXT -->
|
|
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
|