Optional
configuration: ConfigurationRetrieves the details of an existing Payout.
Get a Payout
The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.
Optional
include: "transaction_count"[]An array of optional include parameters, specifying extra properties to return. Currently for this endpoint only accepts 'transaction_count'. In the query parameters, this is specified as include=value1,value2,value3,etc.
Optional
options: RawAxiosRequestConfig<any>Override http request option.
Returns a list of Payouts. The Payouts are sorted with the most recently created appearing first.
List all Payouts
The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.
Optional
created_at_gte: stringMinimum `created_at` value to filter by (inclusive). Cannot be paired with paid_at_gte or paid_at_lte.
Optional
created_at_lte: stringMaximum `created_at` value to filter by (inclusive). Cannot be paired with paid_at_gte or paid_at_lte.
Optional
paid_at_gte: stringMinimum `paid_at` value to filter by (inclusive). Cannot be paired with created_at_gte or created_at_lte.
Optional
paid_at_lte: stringMaximum `paid_at` value to filter by (inclusive). Cannot be paired with created_at_gte or created_at_lte.
Optional
status: ListPayoutsStatusOnly return payouts that have the given status.
Optional
include: "transaction_count"An array of optional include parameters, specifying extra properties to return. Currently for this endpoint only accepts 'transaction_count'. In the query parameters, this is specified as include=value1,value2,value3,etc.
Optional
include_connected_accounts: booleanWhether or not to include the results from any connected accounts.
Optional
q: stringSupports searching by `payouts.id`, `payouts.amount`
Optional
offset: numberThe (zero-based) offset of the first item in the collection to return.
Optional
limit: numberThe maximum number of entries to return. If the value exceeds the maximum, then the maximum value will be used.
Optional
options: RawAxiosRequestConfig<any>Override http request option.
Generated using TypeDoc
PayoutsApi - functional programming interface
Export