Working with RADIUS attributes
Public access interface ASP functions and variables
15-77
To create an account
Supply the following fields to create a new user account, or to reset an existing account:
payment_method
subscription_plan
username
password
confirm_password
valid_fields (listing all supplied fields) For example:
valid_fields “payment_method subscription_plan username password
confirm_password”
To execute a payment
Supply the following fields to execute a payment:
payment_method
subscription_plan
username
password
confirmation_password
card_expiration
card_number
pay
valid_fields (listing all supplied fields) For example:
valid_fields “payment_method subscription_plan username password confirm_password
card_expiration card_number”
Note To review payment settings, omit the pay field.
HtmlLoginRequest
This form can be used to perform several login-related actions.
Fields
access_type: Determines the type of action that will be executed:
login: The username and password are used to attempt an HTML login. If the login
is successful, the user is redirected to the page specified by success_url. If the login
fails, the user is redirected to the page specified by error_url.
subscribe: The user is redirected to the page specified by subscription_url.