Optional
configuration: ConfigurationCreates Dispute evidence. Dispute evidence can only be submitted prior to the closing_at
date.
Create Dispute Evidence
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.
Retrieves the details of an existing Dispute.
Get a Dispute
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 Disputes. The Disputes are sorted with the most recently created appearing first.
List all Disputes
The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.
Optional
charge_id: stringOnly returns disputes for the charge specified by this charge ID.
Optional
include_connected_accounts: booleanWhether or not to include the results from any connected accounts.
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
status: ListDisputesStatus[]String indicating the status to filter the result by.
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
DisputesApi - axios parameter creator
Export