Fields
bank
String!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
StringCard's expiration month.
card_exp_year
StringCard's expiration year.
card_object
String!Required
Object representation of the card.
card_sub_type
String!Required
Card Sub type.
card_token
StringCard Token.
country
String!Required
Country where the card was issued.
extended_card_type
String!Required
Extended Card Type.
id
String!Required
Unique identifier for the record.
is_domestic_card
Boolean!Required
Indicates whether the card is domestic.
name_on_card
StringName of the cardholder.
status
Boolean!Required
Current status of the card.
type
String!Required
General type of the card (e.g., debit, credit).
user
StringUser associated with the card.
Was this section helpful?