ShopifyPaymentsAccountBalance
Lists current balances in each supported currency for a Shopify Payments account.
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 ShopifyPaymentsAccountBalance
Columns
| Name | Type | References | Description |
| ShopifyPaymentsAccountId | String | The globally unique identifier of the Shopify Payments account associated with this balance record. | |
| Amount | Decimal | The total amount of funds currently held in the Shopify Payments account balance, expressed as a decimal value. | |
| CurrencyCode [KEY] | String | The three-letter ISO currency code representing the currency of the account balance (for example, USD or GBP). |