Retrieve your Stripe account balance.

This task retrieves the current balance of your Stripe account.

yaml
type: "io.kestra.plugin.stripe.balance.Retrieve"

Get current balance

yaml
id: get_balance
namespace: company.team

tasks:
  - id: get_balance
    type: io.kestra.plugin.stripe.balance.Retrieve
    apiKey: "{{ secret('STRIPE_API_KEY') }}"
Properties

Stripe API Key

Secret key for authenticating with Stripe. Starts with 'sk_' for live/test keys.

SubType object

List of available balances in different currencies

SubType object

List of pending balances in different currencies

The raw JSON response from Stripe as a Map