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.
cvv_length
IntLength of the CVV code for the card (e.g., 3 or 4 digits).
logo
StringURL of the card logo representing the card type, such as VISA or MASTERCARD.
is_enabled
BooleanIndicates if the merchant has enabled the card network (e.g., VISA, MASTERCARD).
is_card_valid
BooleanIndicates if the provided card information is valid.
Was this section helpful?