Flutterwave
Learn how to use Flutterwave with Composio
Overview
Enum
FLUTTERWAVE
Description
Flutterwave provides APIs for making and receiving payments in various currencies and countries.
Authentication Details
API_KEY
secret_key
Actions
FLUTTERWAVE_FLUTTERWAVE_VERIFY_TRANSACTION
Verifies the status of a flutterwave transaction using the transaction id or reference. returns detailed information about the transaction including status, amount, currency, customer details, and payment information.
Action Parameters
transaction_id
Action Response
status
message
data
successful
error
FLUTTERWAVE_GET_TRANSACTIONS
Get a list of transactions within a specified date range. this action fetches transaction history and monitors payment activities. the date range is optional and can be specified using from date and to date parameters.
Action Parameters
from_date
to_date
Action Response
status
message
meta
data
successful
error