Optional configuration: ConfigurationRetrieves the details of an existing Balance Transaction.
Get a Balance Transaction
The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.
Optional options: RawAxiosRequestConfig<any>Override http request option.
Returns a summary of Balance Transactions grouped by time_unit, type, and currency.
Get a Balance Transactions Summary
The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.
Optional time_unit: GetBalanceTransactionsSummaryTimeUnitString indicating the unit of time to aggregate the summary of data.
Optional time_zone: GetBalanceTransactionsSummaryTimeZoneTime Zone by which to aggregate the results.
Optional created_at_gte: stringMinimum `created_at` value to filter by (inclusive). Defaults to the beginning of the current month.
Optional created_at_lte: stringMaximum `created_at` value to filter by (inclusive). Defaults to midnight tonight.
Optional types: GetBalanceTransactionsSummaryTypes[]An array containing specific balance transaction types. The data will be filtered to include only transactions with a matching type property.
Optional include_connected_accounts: booleanWhether or not to include the results from any connected accounts.
Optional options: RawAxiosRequestConfig<any>Override http request option.
Returns a list of Balance Transactions. The Balance Transactions are sorted with the most recently created appearing first.
List all Balance Transactions
The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.
Optional created_at_gte: stringMinimum `created_at` value to filter by (inclusive).
Optional created_at_lte: stringMaximum `created_at` value to filter by (inclusive).
Optional type: ListBalanceTransactionsTypeOnly return transaction of the given type.
Optional source_id: stringOnly returns the original transaction.
Optional payout_id: stringOnly returns transactions that were paid out on the specified payout ID.
Optional offset: numberThe (zero-based) offset of the first item in the collection to return.
Optional limit: numberThe maximum number of entries to return. If the value exceeds the maximum, then the maximum value will be used.
Optional options: RawAxiosRequestConfig<any>Override http request option.
Generated using TypeDoc
BalanceTransactionsApi - functional programming interface
Export