credit_card_validate
Validate a credit card number using the Luhn algorithm and detect its brand. The card number is never logged; only masked details and the validation result are processed.
Instructions
Validate a card number using the Luhn algorithm and detect the brand (Visa, MasterCard, Amex, Discover, JCB, Diners, UnionPay, Maestro, RuPay). The card number is never logged — only its length, IIN prefix, last 4, masked form, and Luhn outcome leave the server.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| number | Yes | Card number (spaces and dashes OK). |