STRIPE.BALANCE.GET
Premium
Retrieves the current account balance.
Syntax
=STRIPE.BALANCE.GET([ResponseTarget])
Arguments
| Name | Type | Description | 
|---|---|---|
| ResponseTarget (optional) | Target | Specify inbox, outbox, cell or cell-range to write any response to. | 
Return
| Type | Description | 
|---|---|
| Boolean,Result,Error | Request result if no target is specified otherwise TRUE. In case of an error the corresponding error-code is returned. | 
Examples
| Formula | Result | Comment | 
|---|---|---|
 | JSON | Returned JSON object contains current account balance. |