ShopifyPaymentsVerification object
Each subject (individual) of an account has a verification object giving information about the verification state.
Required access
read_shopify_payments
access scope. Also: User must have shopify_payments permission.
On this page
Fields
- id (
[ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)
)
Globally unique identifier. - status (
[ShopifyPaymentsVerificationStatus!](https://shopify.dev/docs/admin-api/graphql/reference/shopify-payments/shopifypaymentsverificationstatus)
)
The status of the verification. - subject (
[ShopifyPaymentsVerificationSubject!](https://shopify.dev/docs/admin-api/graphql/reference/shopify-payments/shopifypaymentsverificationsubject)
)
The subject/individual who has to be verified.
Types that return ShopifyPaymentsVerification
[ShopifyPaymentsAccount.verifications](https://shopify.dev/docs/admin-api/graphql/reference/shopify-payments/shopifypaymentsaccount#verifications-2021-01)
Implements
[Node](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/node)