List chargesAsk AIget https://developersandbox-api.flutterwave.com/chargesQuery ParamsstatusstringenumThe status of the charge.succeededsucceededpendingfailedvoidedAllowed:succeededpendingfailedvoidedreferencestringA custom identifier to track the transaction, This must be unique across all your transactions.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.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.customer_idstringThe customer IDvirtual_account_idstringThe virtual account IDpayment_method_idstringID of the payment method.order_idstringID of the order.pageinteger≥ 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.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