Skip to main content
Version: Streamsheets 3.0

STRIPE.BALANCE.GET

Premium

Retrieves the current account balance.

Syntax

=STRIPE.BALANCE.GET([ResponseTarget])

Arguments

NameTypeDescription
ResponseTarget (optional)TargetSpecify inbox, outbox, cell or cell-range to write any response to.

Return

TypeDescription
Boolean,Result,ErrorRequest result if no target is specified otherwise TRUE. In case of an error the corresponding error-code is returned.

Examples

FormulaResultComment
=STRIPE.BALANCE.GET()
JSONReturned JSON object contains current account balance.