AvailableBalance
Query the Available Balance in Stripe.
Table Specific Information
Select
The following query retrieves all data from AvailableBalance view (the provider supports all columns to be used as criteria in the WHERE clause of Select statement, as long as SupportEnhancedSQL is set to True):
SELECT * FROM AvailableBalance
Columns
Name | Type | References | Description |
Currency | String | The currency of the available balance. | |
Amount | Integer | The available amount. | |
SourceTypesCard | Integer | The source cards. | |
SourceTypesBankAccount | Integer | Amount for bank account. | |
SourceTypesFpx | Integer | Amount for FPX. |
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
Name | Type | Description | |
AccountId | String | The Id of the connected account to get available balance for |