Luhn check
luhn_checkValidate any 12-19 digit number by the Luhn mod-10 algorithm (card-style checksums). Never submit real card numbers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| number | Yes | 12-19 digit number; spaces/dashes allowed. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool | No | ||
| scope | No | ||
| valid | Yes | ||
| reason | Yes | ||
| country | No | ||
| normalized | No |