Skip to main content

CardInfo

Card informations after tokenization

Properties

bin

bin: string;

First 8 digits of the card number


detected_brands

detected_brands: (
| "AMERICAN_EXPRESS"
| "CARTE_BANCAIRE"
| "MASTERCARD"
| "VISA"
| "MAESTRO"
| "DINERS_CLUB"
| "DISCOVER"
| "UNIONPAY"
| "JCB")[];

Detected card brands based on the card number


last_four_digits

last_four_digits: string;

Last 4 digits of the card number