JDBC Driver for Stripe

Build 23.0.8839

AvailableBalance

Query the Available Balance in Stripe.

Table Specific Information

Select

Server-Side Query Support

The 本製品 uses the Stripe API to filter the results by the following columns and operators while the rest of the filter is executed client-side within the 本製品.

  • AccountId support the following operator: =.

The following query retrieves all data from AvailableBalance view (The provider supports the use of all columns as criteria in the WHERE clause of SELECT statements, as long as the SupportEnhancedSQL property is set to True):

SELECT * FROM AvailableBalance

Columns

Name Type References Description
Currency String The currency of the available balance.
Amount Long The available amount.
SourceTypesCard Long The source cards.
SourceTypesBankAccount Long Amount for bank account.
SourceTypesBitcoinReceiver Long Amount for Bitcoin Receiver.

Pseudo-Columns

SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。

Name Type Description
AccountId String The Id of the connected account to get available balance for

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839