ShopifyPaymentsAccountVerifications
Displays account verification requirements and their current statuses for Shopify Payments compliance.
View-Specific Information
Select
The connector uses the Shopify API to process WHERE clause conditions built with the following column and operators. The connector processes other filters client-side within the connector.
- Id supports the '=, IN' comparison operators.
For example, the following query is processed server-side:
SELECT * FROM ShopifyPaymentsAccountVerifications WHERE Id = 'Val1'
Columns
| Name | Type | References | Description |
| Id [KEY] | String | A globally unique identifier for the verification record associated with the Shopify Payments account. | |
| ShopifyPaymentsAccountId | String | The globally unique identifier of the Shopify Payments account undergoing verification. | |
| Status | String | The current verification status, such as 'pending', 'verified', or 'failed', indicating progress in the account verification process. | |
| SubjectFamilyName | String | The last name (family name) of the individual or business representative being verified. | |
| SubjectGivenName | String | The first name (given name) of the individual or business representative being verified. |