Public/guest network access
Customizing the public access Web pages
14-28
payment.asp
text/html
This page is called by account.asp when a user selects Next.
It displays a summary of the user’s subscription selection.
For the Authorize.Net payment service
Credit card information is requested.
Selecting Review, launches review.asp.
Errors in payment information cause this page to be redisplayed.
Selecting Cancel returns the user to the Login page (index.asp).
For the WorldPay payment service
Selecting Go to WorldPay launches the payment processing page on the WorldPay
site.
Selecting Cancel returns the user to the Login page (index.asp).
See WorldPay-cancel.asp/ WorldPay-error.asp/ WorldPay-success.asp on page 14-32.
For the PayPal payment service
Selecting Checkout with PayPal redirects the user to the PayPal site.
Selecting Cancel returns the user to the Login page (index.asp).
See paypal-cancel.asp on page 14-28, paypal-return.asp on page 14-28, and
paypal_error.asp on page 14-28.
paypal-cancel.asp
The user is redirected to this page if they cancel the PayPal transaction when on the
PayPal site or on paypal-return.asp.
paypal-return.asp
Once a user has completed setting up payment details on the PayPal site, the PayPal
server redirects the user to this page which then displays a summary of the transaction.
Selecting Confirm finalizes the transaction. A request is sent to PayPal, and if
approved, the user is redirected to purchase_approved.asp. If not approved, the
user is sent to paypal-error.asp.
Selecting Cancel redirects the user to paypal-cancel.asp.
paypal_error.asp
In the case where PayPal detects any error, the user is redirected to this page and PayPal
error messages are displayed. Error messages are defined by PayPal here:
https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/
e_howto_api_nvp_errorcodes