Sha256: 49fbb7c4e12b41ddf9b7134216b2dcb3b25d938f0b6895186d993aed1ce4ab98
Contents?: true
Size: 539 Bytes
Versions: 13
Compression:
Stored size: 539 Bytes
Contents
# File generated from our OpenAPI spec # frozen_string_literal: true module Stripe class BalanceService < StripeService # Retrieves the current account balance, based on the authentication that was used to make the request. # For a sample request, see [Accounting for negative balances](https://stripe.com/docs/connect/account-balances#accounting-for-negative-balances). def retrieve(params = {}, opts = {}) request(method: :get, path: "/v1/balance", params: params, opts: opts, base_address: :api) end end end
Version data entries
13 entries across 13 versions & 1 rubygems