Skip to main content
POST
List Stripe Payouts

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
string
required
starting_after
string
created.gte
integer<int64>

Unix timestamp

created.lte
integer<int64>

Unix timestamp

status
enum<string>
Available options:
pending,
paid,
failed,
canceled

Response

200 - application/json

Stripe payouts response

data
object[]
has_more
boolean