Get a bulk transferAsk AIget https://api.flutterwave.com/v3/transfers?batch_idGet the status of a bulk transfer on your accountQuery Paramsbatch_idint32requiredDefaults to 26251This is the numeric ID of the bulk transfer you want to fetch. It is returned in the call to create a bulk transfer as data.id.pagestringDefaults to 1This allows you fetch from a specific page e.g. setting 1 retrieves the first page.fromstringDefaults to 2023-12-03This is the start date for the query.tostringDefaults to 2025-01-06This is the end date for the query.include_proofbooleanDefaults to falseThis flags adds the proof (session id) of the transfer to the response.truefalseinclude_provider_refbooleanDefaults to falseThis flag include the provider reference for the transfer in the response.truefalseinclude_approver_infobooleanDefaults to falseThis flag adds the approval information for the transfers to the response.truefalseinclude_vatbooleanDefaults to falseThis flag includes the transfers' VAT information in the response.truefalseinclude_ratebooleanDefaults to falseThis flag include the FX rate used for the transfer in the response.truefalseinclude_debit_currencybooleanDefaults to falseThis flag include the debit currency for the transfer in the response.truefalseinclude_retry_tagstringThis flag indicates whether the transfers were retried or not.HeadersAuthorizationstringrequiredDefaults to Bearer FLWSECK_TEST-SANDBOXDEMOKEY-XPass your secret key as a bearer token in the request header to authorize this callResponses 200200 400400Updated about 1 year ago