validate_credit_card
Validate a credit card number using Luhn algorithm.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| number | Yes | Credit card number |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| length | No | ||
| number | Yes | ||
| reason | No | ||
| is_valid | Yes | ||
| card_type | No |