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

secret_key
stringRequired

Actions

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
stringRequired

Action Response

status
string
message
string
data
object
successful
boolean
error

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
string
to_date
string

Action Response

status
string
message
string
meta
object
data
array
successful
boolean
error