Weavz
Flutterwave

Flutterwave

Regional payment API for Flutterwave v4 charges, customers, refunds, and signed payment webhooks.

10 tools
3 triggers

Tools

Name
create_customer

Create a Flutterwave customer record.

list_customers

List Flutterwave customers with optional paging.

create_charge

Create a Flutterwave charge for an existing customer and payment method.

get_charge

Get a Flutterwave charge by ID.

list_charges

List Flutterwave charges with status, reference, customer, and date filters.

create_refund

Create a Flutterwave full or partial refund for a charge.

get_refund

Get a Flutterwave refund by ID.

create_transfer

Create a Flutterwave transfer/payout. This moves money when the connected account is approved for transfers.

get_transfer

Get a Flutterwave transfer/payout by ID.

list_transfers

List Flutterwave transfers/payouts with optional status, reference, date, and paging filters.

Triggers

Name
webhook_event_received

Receive Flutterwave webhook events after verifying the flutterwave-signature HMAC-SHA256 header.

charge_succeeded

Receive Flutterwave charge success webhook events.

refund_updated

Receive Flutterwave refund status webhook events.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('flutterwave', 'create_customer', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'flutterwave',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Flutterwave to my app?

Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does Flutterwave support?

Flutterwave supports 10 tools including Create Customer, List Customers, Create Charge, Get Charge, List Charges, and more.

Can I use Flutterwave with AI agents?

Yes. Add Flutterwave to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

Can Flutterwave be used in stateful agent workflows?

Yes. Agents can combine Flutterwave tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does Flutterwave use?

Flutterwave uses OAuth2. Weavz stores OAuth credentials securely and refreshes tokens when supported by the provider.

How much does the Flutterwave integration cost?

The Flutterwave integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does Flutterwave support?

Flutterwave supports 3 triggers including Webhook Event Received, Charge Succeeded, Refund Updated.

Connect Flutterwave in minutes

Get 20,000 free action executions every month. No credit card required.