Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 888 Bytes

TokenizedCardDetails.md

File metadata and controls

17 lines (12 loc) · 888 Bytes

TokenizedCardDetails

Properties

Name Type Description Notes
exp_month i32 The card's expiration month.
exp_year i32 Four digit number representing the card's expiration year.
network Option<String> The network of the card. [optional]
last4 String The last 4 digits of the card.
bin String The bank identification number (BIN), the first 6 digits of the card.
funding_type Option<String> The funding type of the card. [optional]
issuer_country Option<String> The country code of the issuer bank. Follows the ISO 3166-1 alpha-2 standard. [optional]

[Back to Model list] [Back to API list] [Back to README]