--- title: VerificationSessionAddressInput - Payments Apps API description: The input fields for the address. 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/VerificationSessionAddressInput md: https://shopify.dev/docs/api/payments-apps/latest/input-objects/VerificationSessionAddressInput.md --- # Verification​Session​Address​Input input\_object The input fields for the address. ## Fields * city [String!](https://shopify.dev/docs/api/payments-apps/latest/scalars/String) non-null City of the address. * company [String](https://shopify.dev/docs/api/payments-apps/latest/scalars/String) Company of the address. * country​Code [String!](https://shopify.dev/docs/api/payments-apps/latest/scalars/String) non-null Country code of the address. * family​Name [String!](https://shopify.dev/docs/api/payments-apps/latest/scalars/String) non-null Family name of the address. * given​Name [String](https://shopify.dev/docs/api/payments-apps/latest/scalars/String) Given name of the address. * line1 [String!](https://shopify.dev/docs/api/payments-apps/latest/scalars/String) non-null Line1 of the address. * line2 [String](https://shopify.dev/docs/api/payments-apps/latest/scalars/String) Line2 of the address. * phone​Number [String](https://shopify.dev/docs/api/payments-apps/latest/scalars/String) Phone number of the address. * postal​Code [String](https://shopify.dev/docs/api/payments-apps/latest/scalars/String) Postal code of the address. * province [String](https://shopify.dev/docs/api/payments-apps/latest/scalars/String) Province of the address. *** ## Input objects using this input * [Verification​Session​Card​Input.billingAddress](https://shopify.dev/docs/api/payments-apps/latest/input-objects/VerificationSessionCardInput#fields-billingAddress) INPUT OBJECT The input fields for the credit card. *** ## Map ### Input objects using this input * [Verification​Session​Card​Input.billingAddress](https://shopify.dev/docs/api/payments-apps/latest/input-objects/VerificationSessionCardInput#fields-billingAddress)