List chargebacksAsk AIget https://developersandbox-api.flutterwave.com/chargebacksQuery Paramspageinteger≥ 1Defaults to 1The page of the data to retrieve. The most recent data entry is on page 1.sizeinteger10 to 50Defaults to 10Length of data returned. Defaults to 10.fromdate-timeThe start date and time for a period. This parameter is used in conjunction with the 'to' parameter to define a time range. The value should be in ISO 8601 format.todate-timeThe end date and time for a period. This parameter is used in conjunction with the 'from' parameter to define a time range. The value should be in ISO 8601 format.HeadersX-Trace-Idstringlength between 12 and 255A unique identifier to track this operation. It must be between 12 and 255 characters in length.Responses 200OK 400Bad request 401Unauthorised request 403ForbiddenUpdated 9 months ago