
Thank you for your feedback
Merchant Solutions allows you to add new pay methods beyond those appearing on the Payment Options page. When adding custom payment options you can validate the numbers buyers enter against a pattern, perform a MOD 10 check, or check the expiration date.
Click the Store link.
In the Add Payment Option dialog:
| Pattern | Explanation of Pattern |
| 2001? | The number pattern must be 5 digits long, beginning with 2001, and that the 5th digit can be any number. |
| 2001??? | The number pattern must be 7 digits long, beginning with 2001, and that the last 3 digits can be any number. |
| 1?2?3? | The number pattern must be 6 digits long, where the 1st, 3rd, and 5th digits are 1,2,3 (respectively) and the other digits can be any number. |
| ????? | The number pattern may be any 5-digit number. |
Here are some examples of card numbers that would match some of the above number patterns:
The following examples would not match any of the rule patterns:
MOD 10 is a means to mathematically check the validity of a credit card number. This method only checks to see if the number follows the correct format, not whether the account is valid or any other status.
When selecting Yes for the verify check digit, Turbify will check the number entered by the buyer against the MOD 10 check rules. If the number passes the check, it will be processed. If the number fails the check, an error message will be displayed informing the buyer the number entered is incorrect. Merchants would most likely only select this setting if they are issuing retail cards where the number on the card follows the MOD 10 formula and they wish to check this number validity at checkout.