CreditCard - storefront - OBJECT
Version: 2024-04
Description:
Credit card information used for a payment.
Access Scopes
`unauthenticated_read_checkouts` access scope.
Fields
-
brand:
String -
The brand of the credit card.
-
expiryMonth:
Int -
The expiry month of the credit card.
-
expiryYear:
Int -
The expiry year of the credit card.
-
firstDigits:
String -
The credit card's BIN number.
-
firstName:
String -
The first name of the card holder.
-
lastDigits:
String -
The last 4 digits of the credit card.
-
lastName:
String -
The last name of the card holder.
-
maskedNumber:
String -
The masked credit card number with only the last 4 digits displayed.
Connections
Related queries
Related mutations
Related Unions
Examples