ShopifyPaymentsAccountVerifications
Returns the verifications necessary for this account.
The Id is required in the query criteria for this table.
SELECT * FROM ShopifyPaymentsAccountVerifications WHERE ID='gid://shopify/ShopifyPaymentsVerification/1234567890'
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. |