ShopifyPaymentsAccount
Shows Shopify Payments account information, including account ID, currency, and payout configuration.
View-Specific Information
Select
The connector processes all filters client-side within the connector. The following query is the only one processed server-side:
SELECT * FROM ShopifyPaymentsAccount
Columns
| Name | Type | References | Description |
| Id [KEY] | String | A globally unique identifier for the Shopify Payments account. | |
| Activated | Bool | Indicates whether Shopify Payments setup has been completed and the account is active for processing transactions. | |
| Country | String | The country in which the Shopify Payments account is registered and operates. | |
| Onboardable | Bool | Indicates whether the shop is eligible to complete onboarding for Shopify Payments. | |
| DefaultCurrency | String | The default payout currency used for transactions and deposits to the merchant's connected bank account. | |
| PayoutStatementDescriptor | String | The text descriptor that appears on the merchant's bank statement when a payout is deposited, used to identify Shopify Payments transfers. | |
| PayoutScheduleInterval | String | Defines how frequently Shopify issues payouts to the merchant's bank account, such as daily, weekly, or monthly. | |
| PayoutScheduleMonthlyAnchor | Int | Specifies the day of the month when payouts are sent for monthly payout schedules. For example, '15' sends payouts on the 15th of each month. If the chosen day doesn't exist in a given month, the payout occurs on the last day. | |
| PayoutScheduleWeeklyAnchor | String | Specifies the day of the week when payouts are sent for weekly payout schedules. Accepted values are Monday through Friday. |