--- title: ShopifyPaymentsTaxIdentification - GraphQL Admin description: A typed identifier that represents an individual within a tax jurisdiction. api_version: unstable api_name: admin source_url: html: https://shopify.dev/docs/api/admin-graphql/unstable/objects/shopifypaymentstaxidentification md: https://shopify.dev/docs/api/admin-graphql/unstable/objects/shopifypaymentstaxidentification.md --- # Shopify​Payments​Tax​Identification object Requires `read_capital` access scope, `read_financial_kyc_information` access scope or `read_shopify_payments_legal_entities` access scope. Also: The app must have the Capital or Financial KYC Information or Shopify Payments Legal Entities permission. A typed identifier that represents an individual within a tax jurisdiction. ## Fields * tax​Identification​Type [Shopify​Payments​Tax​Identification​Type!](https://shopify.dev/docs/api/admin-graphql/unstable/enums/ShopifyPaymentsTaxIdentificationType) non-null The type of the identification. * value [String!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String) non-null The value of the identification. *** ## Map ### Fields with this object * {}[FinanceKycInformation.taxIdentification](https://shopify.dev/docs/api/admin-graphql/unstable/objects/FinanceKycInformation#field-FinanceKycInformation.fields.taxIdentification)