Optional configuration: ConfigurationRetrieves the details of a collected Platform Fee.
Get a Platform Fee
The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.
Optional options: RawAxiosRequestConfig<any>Override http request option.
Returns a list of Platform Fees. The Platform Fees are sorted with the most recently created appearing first.
List all Platform Fees
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).
Optional created_at_lte: stringMaximum `created_at` value to filter by (inclusive).
Optional charge_id: stringOnly return application fees for the charge specified by this charge id.
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
PlatformFeesApi - functional programming interface
Export