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.
cvv_length
Int
Length of the CVV code for the card (e.g., 3 or 4 digits).
logo
String
URL of the card logo representing the card type, such as VISA or MASTERCARD.
is_enabled
Boolean
Indicates if the merchant has enabled the card network (e.g., VISA, MASTERCARD).
is_card_valid
Boolean
Indicates if the provided card information is valid.