Credit Card Lockout Paige Freeman January 29, 2024 14:32 Updated The following application parameters are used to prevent credit card fraud from eBusiness. Parameter Default Description CC_LOCKOUT_ALLOWED_ATTEMPTS 5 This parameter defines the number of consecutive credit card payment attempts allowed before the card is locked out. CC_LOCKOUT_THRESHOLD_PERIOD 60 This parameter defines the period of time in minutes that the card is locked out. CC_LOCKOUT_ERROR_MESSAGE Too Many Invalid Attempts for Credit Card Verification This parameter defines the error message that will display to the user when they have exceeded the number of allowed attempts. These parameters apply to all transactions from e-Business. Once a user has exceeded the number of attempts set within the CC_LOCKOUT_ALLOWED_ATTEMPTS parameter, the defined error message within CC_LOCKOUT_ERROR_MESSAGE will display and the credit card will be locked out for the amount of minutes set within the CC_LOCKOUT_THRESHOLD_PERIOD parameter. If the same credit card is rejected more than the number set for CC_LOCKOUT_ALLOWED_ATTEMPTS, the credit card is locked out. If the same Master Customer ID is rejected more than the number set for CC_LOCKOUT_ALLOWED_ATTEMPTS, the customer is locked out.