ShopifyPaymentsAccountVerifications
Returns the verifications necessary for this account.
View-Specific Information
Select
The driver processes all filters client-side within the driver. The following query is the only one processed server-side:
SELECT * FROM ShopifyPaymentsAccountVerifications
Columns
| Name | Type | References | Description |
| Id [KEY] | String | A globally-unique ID. | |
| ShopifyPaymentsAccountId | String | A globally-unique ID. | |
| Status | String | The status of the verification. | |
| SubjectFamilyName | String | The family name of the individual to verify. | |
| SubjectGivenName | String | The given name of the individual to verify. |