--- title: PaymentSessionCardNotPresentInput - Payments Apps API description: The input fields for the details of a card not present transaction. 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/paymentsessioncardnotpresentinput md: https://shopify.dev/docs/api/payments-apps/latest/input-objects/paymentsessioncardnotpresentinput.md --- # Payment​Session​Card​Not​Present​Input input\_object The input fields for the details of a card not present transaction. ## Fields * avs​Result​Code [Payment​Session​Card​Not​Present​Avs​Result​Code](https://shopify.dev/docs/api/payments-apps/latest/enums/PaymentSessionCardNotPresentAvsResultCode) The response code from the address verification system (AVS). The code is a single letter. * cvv​Result​Code [Payment​Session​Card​Not​Present​Cvv​Result​Code](https://shopify.dev/docs/api/payments-apps/latest/enums/PaymentSessionCardNotPresentCvvResultCode) The response code from the credit card company indicating whether the customer entered the card security code, or card verification value, correctly. The code is a single letter. *** ## Input objects using this input * [Payment​Session​Payment​Details.cardNotPresent](https://shopify.dev/docs/api/payments-apps/latest/input-objects/PaymentSessionPaymentDetails#fields-cardNotPresent) INPUT OBJECT The input fields to capture details from the provider processing the payment. *** ## Map ### Input objects using this input * [Payment​Session​Payment​Details.cardNotPresent](https://shopify.dev/docs/api/payments-apps/latest/input-objects/PaymentSessionPaymentDetails#fields-cardNotPresent)