ADO.NET Provider for Stripe

Build 26.0.9655

CashBalance

Get the cash balance for the customer.

View-Specific Information

Select

The provider 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 provider.

ColumnSupported Operators
CustomerId=
AccountId=

You can select from CashBalance with the following queries:

    SELECT * FROM CashBalance WHERE CustomerId = 'cus_qwew123'
    SELECT * FROM CashBalance WHERE Livemode = true
    SELECT * FROM CashBalance WHERE AccountId = 'acct_1Gqj58Ly0qyl5A'

Columns

Name Type References Description
CustomerId [KEY] String The Id of the customer.
Available String A hash of all cash balances available to this customer.
Livemode Boolean true if the object is in live mode andfalse if in test mode.
object String String representing the object's type.
ReconciliationMode String The configuration for how funds that land in the customer cash balance are reconciled.
UsingMerchantDefault Boolean A flag to indicate if reconciliation mode returned is the user?s default or is specific to this customer cash balance.

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer more granular control over the data returned from the data source.

Name Type Description
AccountId String The Id of the connected account to get customer discounts for

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655