How do you code PIN numbers and card numbers? Which RADIUS fields are used (name for card number and password for PIN number)?
A. The card number is a combination of the entered account number and PIN number. When a user is prompted to enter a card number, the collected digits are passed through $info(digits). That field is split into two variables (account number and PIN number) and then passed to the RADIUS server for authorization.