Skip to main content
POST
List Stripe Balance Transactions

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
organization
string
required
limit
integer<int32>
required
offset
integer<int32>
required
clinic_id
string
required

The clinic ID to scope this request to.

starting_after
string

Stripe pagination cursor — return results after this object ID.

created_since
integer<int64>

Unix timestamp; return only transactions created on or after this time.

payout_id
string

Filter to balance transactions associated with the given payout ID.

Response

200 - application/json

Stripe balance transactions response

data
object[]
has_more
boolean