Retrieve Settlements informationAsk AIget https://api.flutterwave.com/v3/settlementsQuery information for multiple settled transactions.Query Paramspageint32Defaults to 1The page of the data to retrieve e.g. setting 1 retrieves the first pagefromdateThis is the specified date to start the data query from. It should take a YYYY-MM-DD format.tostringThis is the specified end date for the data query. It should take a YYYY-MM-DD format.subaccount_idstringThe subaccount ID to query settlement logs for. This is returned as subaccount_id when creating a subaccount.disburse_refstringThe disbursement reference ID to filter settlement logs by. This unique identifier is returned when a disbursement is initiated and can be used to track specific settlement transactions.HeadersAuthorizationstringrequiredDefaults to Bearer FLWSECK_TEST-SANDBOXDEMOKEY-XPass your secret key as a bearer token in the request header to authorize this callResponses 200200 400400Updated 7 months ago