---
title: "GET /stripe_balance_transactions"
method: GET
path: "/stripe_balance_transactions"
tags: ["stripe_balance_transactions"]
---

# GET /stripe_balance_transactions

`GET /stripe_balance_transactions`

## Query parameters

- `id` string, text
- `amount` string, bigint
- `currency` string, text
- `description` string, text
- `fee` string, bigint
- `net` string, bigint
- `status` string, text
- `type` string, text
- `created` string, timestamp without time zone
- `attrs` string, jsonb
- `select` string
- `order` string
- `offset` string
- `limit` string

## Headers

- `Range` string
- `Range-Unit` string
- `Prefer` 'count=none'

## Response `200`

OK

- StripeBalanceTransactions[]
  - `id` string, text
  - `amount` integer
  - `currency` string, text
  - `description` string, text
  - `fee` integer
  - `net` integer
  - `status` string, text
  - `type` string, text
  - `created` string, timestamp without time zone
  - `attrs` unknown

## Other responses

- `206` — Partial Content

---

[API](https://skmtc.net/revent-app/apis/standard-public-schema.md) · [All operations](https://skmtc.net/revent-app/apis/standard-public-schema/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/revent-app/standard-public-schema/revisions/90ce877204f2/schema)
