Review Paginated Chargebacks - Documentation Update
See this update published within our API Reference: Review Paginated Chargebacks.
What's new?
To help integrators optimize their reporting of chargebacks, we updated the parameter descriptions for ChargebackDateFilter, TransactionDateFilter, LastUpdatedDateFilter, and others, with the values that may be passed (e.g., 0 - 8), what each value represents (e.g., 3 = ThisWeek), and the filter options required for certain values (e.g., DateRange, FromDate, ToDate, SpecificDate). This information is necessary when applying filters to your request.
Impact
This is an update to our API documentation only. The functionality of this endpoint has not changed.
Summary of Changes
See the list of the updated parameter descriptions below.
TransactionDateFilter
The date the transaction record was created in Infinicept.
Filter values: 0 = All, 1 = Today, 2 = Yesterday, 3 = ThisWeek, 4 = ThisMonth, 5 = ThisYear, 6 = LastYear, 7 = DateRange, 8 = SpecificDate.
Using the DateRange filter option requires passing TransactionFromDate and TransactionToDate values.
Using the SpecificDate filter option requires passing a TransactionSpecificDate value.
TransactionFromDate
It is required to set the TransactionDateFilter to DateRange when passing a value in this field.
TransactionToDate
It is required to set the TransactionDateFilter to DateRange when passing a value in this field.
TransactionSpecificDate
It is required to set the TransactionDateFilter to SpecificDate when passing a value in this field.
ChargebackDateFilter
The date the chargeback record was created in Infinicept.
Filter values: 0 = All, 1 = Today, 2 = Yesterday, 3 = ThisWeek, 4 = ThisMonth, 5 = ThisYear, 6 = LastYear, 7 = DateRange, 8 = SpecificDate.
Using the DateRange filter option requires passing ChargebackFromDate and ChargebackToDate values.
Using the SpecificDate filter option requires passing a ChargebackSpecificDate value.
ChargebackFromDate
It is required to set the ChargebackDateFilter to DateRange when passing a value in this field.
ChargebackToDate
It is required to set the ChargebackDateFilter to DateRange when passing a value in this field.
ChargebackSpecificDate
It is required to set the ChargebackDateFilter to SpecificDate when passing a value in this field.
LastUpdatedDateFilter
The date the chargeback record was updated in the Infinicept portal.
Filter values: 0 = All, 1 = Today, 2 = Yesterday, 3 = ThisWeek, 4 = ThisMonth, 5 = ThisYear, 6 = LastYear, 7 = DateRange, 8 = SpecificDate.
Using the DateRange filter option requires passing LastUpdatedFromDate and LastUpdatedToDate values.
Using the SpecificDate filter option requires passing a LastUpdatedSpecificDate value.
LastUpdatedFromDate
It is required to set the LastUpdatedDateFilter to DateRange when passing a value in this field.
LastUpdatedToDate
It is required to set the LastUpdatedDateFilter to DateRange when passing a value in this field.
LastUpdatedSpecificDate
It is required to set the LastUpdatedDateFilter to SpecificDate when passing a value in this field.
Support
Have a question? Send us your request on the Customer Support Portal.
