bankName | string
| 'Photonix Bank'
| The name of the bank or institution. |
cardType | string
| 'Credit'
| The type of card (e.g., 'Credit', 'Debit'). |
network | "visa" | "mastercard" | "amex" | "discover"
| 'visa'
| |
cardNumber | string
| -
| The card number (masked or full). Spacing will be applied if not present. |
cardHolder | string
| -
| |
expiryDate | string
| -
| The expiry date (e.g., '12/25'). |
variant | "black" | "blue" | "default" | "gold" | "platinum" | "gradient-1" | "gradient-2" | "gradient-3"
| 'default'
| The visual variant of the card. |
background | string
| -
| Optional custom background style (e.g., image url or specific gradient). |
className | string
| -
| |