--- title: CustomerCreditCard - GraphQL Admin description: Represents a card instrument for customer payment method. api_version: 2025-10 api_name: admin type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/objects/customercreditcard md: https://shopify.dev/docs/api/admin-graphql/latest/objects/customercreditcard.md --- # Customer​Credit​Card object Requires `read_customers` access scope. Also: Requires `read_customer_payment_methods` scope. Represents a card instrument for customer payment method. ## Fields * billing​Address [Customer​Credit​Card​Billing​Address](https://shopify.dev/docs/api/admin-graphql/latest/objects/CustomerCreditCardBillingAddress) The billing address of the card. * brand [String!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) non-null The brand of the card. * expires​Soon [Boolean!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Boolean) non-null Whether the card is about to expire. * expiry​Month [Int!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Int) non-null The expiry month of the card. * expiry​Year [Int!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Int) non-null The expiry year of the card. * first​Digits [String](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) The card's BIN number. * is​Revocable [Boolean!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Boolean) non-null The payment method can be revoked if there are no active subscription contracts. * last​Digits [String!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) non-null The last 4 digits of the card. * masked​Number [String!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) non-null The masked card number with only the last 4 digits displayed. * name [String!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) non-null The name of the card holder. * source [String](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) The source of the card if coming from a wallet such as Apple Pay. * virtual​Last​Digits [String](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) The last 4 digits of the Device Account Number. *** ## Map ### Possible type in * [Customer​Payment​Instrument](https://shopify.dev/docs/api/admin-graphql/latest/unions/CustomerPaymentInstrument)