Validate CC Tab

Use the Component Properties dialog box, Validate CC tab, to determine how the ValidateCCNumber component verifies the expiration date of a credit card and performs a checksum test on the number. Checksum testing makes sure that the format of the number is correct; it does not verify the validity of the account.

Use this

To do this

Apply when

Select one of the following options:

  • Equal to Method. Specifies that the format of the number should be checked when the value of the payment_method key in the Order dictionary is the same as the string specified for the Method box.

  • Has any value. Specifies that the format of the number should be checked when the payment_method key of the order has any non-null value.

  • Always. Default. Specifies that the format of the credit-card number is always checked.

Method

Specify the payment method to match against the value of the payment_method key in the Order dictionary. You use this when the value in the Apply when is set to Equal to Method box.

See Also

Other Resources

ValidateCCNumber