Skip to main content
GET
Fetch payout

Authorizations

Authorization
string
header
required

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

Headers

Content-Type
string

Content-Type must be set to application/json.

Path Parameters

businessId
string
required

The UUID of the business to fetch the payout for.

payoutId
string
required

The UUID of the payout to fetch.

Query Parameters

include_deleted
boolean

If this flag is false or not included, requests will 404 if the payout with the given ID was deleted.

Response

data
object
required