object

CardDetail

Card details.
Fields
Required
Bank associated with the card.
bank_code
String!
Required
Code identifying the bank.
card_brand
String!
Required
Brand of the card (e.g., Visa, MasterCard).
card_exp_month
String
Card's expiration month.
card_exp_year
String
Card's expiration year.
card_object
String!
Required
Object representation of the card.
card_sub_type
String!
Required
Card Sub type.
card_token
String
Card Token.
country
String!
Required
Country where the card was issued.
extended_card_type
String!
Required
Extended Card Type.
Required
Unique identifier for the record.
is_domestic_card
Boolean!
Required
Indicates whether the card is domestic.
name_on_card
String
Name of the cardholder.
status
Boolean!
Required
Current status of the card.
Required
General type of the card (e.g., debit, credit).
user
String
User associated with the card.