ShopifyPaymentsAccountBalance
Returns current balances across all currencies for the account.
View-Specific Information
Select
The component processes all filters client-side within the component. The following query is the only one processed server-side:
SELECT * FROM ShopifyPaymentsAccountBalance
Columns
| Name | Type | References | Description |
| ShopifyPaymentsAccountId | String | A globally unique Id for the associated Shopify Payments account. | |
| Amount | Decimal | The account balance amount, expressed as a decimal value. | |
| CurrencyCode [KEY] | String | The currency code of the account balance amount. |