Check Luhn
check_luhnRun a raw Luhn (mod-10) check-digit validation on any numeric string (cards, IMEI, national IDs, etc.). Returns whether the check digit is valid and what the correct check digit would be.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| number | Yes | A numeric string to Luhn-check. |