--- title: TenderTransactionCreditCardDetails - GraphQL Admin description: Information about the credit card used for this transaction. api_version: 2024-10 api_name: admin type: object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/2024-10/objects/TenderTransactionCreditCardDetails md: >- https://shopify.dev/docs/api/admin-graphql/2024-10/objects/TenderTransactionCreditCardDetails.txt --- # Tender​Transaction​Credit​Card​Details object Requires `read_orders` access scope. Information about the credit card used for this transaction. ## Fields * credit​Card​Company [String](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/String) The name of the company that issued the customer's credit card. Example: `Visa`. * credit​Card​Number [String](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/String) The customer's credit card number, with all digits except the last 4 redacted. Example: `•••• •••• •••• 1234` *** ## Map ### Possible type in * [Tender​Transaction​Details](https://shopify.dev/docs/api/admin-graphql/2024-10/unions/TenderTransactionDetails)