Retrieve Chargeback InformationAsk AIget https://api.flutterwave.com/v3/chargebacksThis allows you to fetch all chargebacks on your accountQuery Paramspageint32Defaults to 1The page of the data to retrieve e.g. setting 1 retrieves the first pagestatusstringDefaults to lostThe status of the chargeback i.e. lost, won, initiated, accepted, or declined .fromstringDefaults to 2020-08-01The start date of the data query in YYYY-MM-DD.tostringDefaults to 2020-08-14The finish date of the data query in YYYY-MM-DD.currencystringDefaults to NGNISO 4217 currency code.flw_refstringA unique Flutterwave reference for the transaction returned as flw_ref.idstringThe unique identifier for the transaction.HeadersAuthorizationstringrequiredDefaults to Bearer FLWSECK_TEST-SANDBOXDEMOKEY-XPass your secret key as a bearer token in the request header to authorize this callResponses 200200 400400Updated 12 months ago