--- title: VerificationSessionCardInput - Payments Apps API description: The input fields for the credit card. api_version: 2025-10 api_name: payments-apps type: input-object api_type: graphql source_url: html: https://shopify.dev/docs/api/payments-apps/latest/input-objects/VerificationSessionCardInput md: https://shopify.dev/docs/api/payments-apps/latest/input-objects/VerificationSessionCardInput.md --- # Verification​Session​Card​Input input\_object The input fields for the credit card. ## Fields * billing​Address [Verification​Session​Address​Input](https://shopify.dev/docs/api/payments-apps/latest/input-objects/VerificationSessionAddressInput) The billing address of the card holder. * bin [String!](https://shopify.dev/docs/api/payments-apps/latest/scalars/String) non-null The bin number of the card. * card​Holder​Name [String](https://shopify.dev/docs/api/payments-apps/latest/scalars/String) The name of the card holder. * descriptor [String!](https://shopify.dev/docs/api/payments-apps/latest/scalars/String) non-null The descriptor displayed to the buyer on invoice and checkout. * dynamic​Last4 [String](https://shopify.dev/docs/api/payments-apps/latest/scalars/String) The last four digits of the DPAN if one was used. * expiration​Month [String!](https://shopify.dev/docs/api/payments-apps/latest/scalars/String) non-null The expiration month of the card. * expiration​Year [String!](https://shopify.dev/docs/api/payments-apps/latest/scalars/String) non-null The expiration year of the card. * issuer​Name [String](https://shopify.dev/docs/api/payments-apps/latest/scalars/String) The name of the company which issued the card. * last4 [String!](https://shopify.dev/docs/api/payments-apps/latest/scalars/String) non-null The last four digits of the card. * network​Transaction​Id [String](https://shopify.dev/docs/api/payments-apps/latest/scalars/String) The networkTransactionId of the card. * type [Verification​Session​Card​Brand​Input!](https://shopify.dev/docs/api/payments-apps/latest/enums/VerificationSessionCardBrandInput) non-null The network used to process the card. * wallet [Digital​Wallet](https://shopify.dev/docs/api/payments-apps/latest/enums/DigitalWallet) The enum value of the wallet. *** ## Input objects using this input * [Verification​Session​Payment​Details​Input.card](https://shopify.dev/docs/api/payments-apps/latest/input-objects/VerificationSessionPaymentDetailsInput#fields-card) INPUT OBJECT The input fields for the payment details. *** ## Map ### Input objects using this input * [Verification​Session​Payment​Details​Input.card](https://shopify.dev/docs/api/payments-apps/latest/input-objects/VerificationSessionPaymentDetailsInput#fields-card)