Loading...
Loading...
Flutterwave integration. Manage Customers, Payments, Transfers, Invoices. Use when the user wants to interact with Flutterwave data.
npx skill4agent add membranedev/application-skills flutterwavemembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search flutterwave --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane connection list --jsonconnectionIdmembrane action list --intent=QUERY --connectionId=CONNECTION_ID --json| Name | Key | Description |
|---|---|---|
| List Transactions | list-transactions | Retrieve a list of transactions with optional filters. |
| List Payment Plans | list-payment-plans | Retrieve a list of all payment plans for recurring payments |
| List Subaccounts | list-subaccounts | Retrieve a list of all subaccounts for split payments |
| List Virtual Accounts | list-virtual-accounts | Retrieve a list of all virtual accounts |
| List Beneficiaries | list-beneficiaries | Retrieve a list of saved transfer beneficiaries |
| List Transfers | list-transfers | Retrieve a list of transfers with optional filters. |
| Get Transaction | get-transaction | Retrieve details of a specific transaction by its ID |
| Get Subaccount | get-subaccount | Retrieve details of a specific subaccount by ID |
| Get Virtual Account | get-virtual-account | Retrieve details of a specific virtual account by order reference |
| Get Beneficiary | get-beneficiary | Retrieve details of a specific beneficiary by ID |
| Get Transfer | get-transfer | Retrieve details of a specific transfer by its ID |
| Create Payment Plan | create-payment-plan | Create a new payment plan for recurring payments |
| Create Subaccount | create-subaccount | Create a new subaccount for split payments |
| Create Virtual Account | create-virtual-account | Create a new virtual account number for receiving payments via bank transfer |
| Create Beneficiary | create-beneficiary | Create a new transfer beneficiary for faster future transfers |
| Create Transfer | create-transfer | Create a new transfer to send money to a bank account or mobile money wallet |
| Refund Transaction | refund-transaction | Create a refund for a specific transaction |
| Verify Transaction | verify-transaction | Verify the status of a transaction by its ID to confirm payment success |
| Get Wallet Balance | get-wallet-balance | Retrieve wallet balances for all currencies |
| Get Banks | get-banks | Retrieve a list of supported banks for a specific country |
membrane action run --connectionId=CONNECTION_ID ACTION_ID --jsonmembrane action run --connectionId=CONNECTION_ID ACTION_ID --json --input "{ \"key\": \"value\" }"membrane request CONNECTION_ID /path/to/endpoint| Flag | Description |
|---|---|
| HTTP method (GET, POST, PUT, PATCH, DELETE). Defaults to GET |
| Add a request header (repeatable), e.g. |
| Request body (string) |
| Shorthand to send a JSON body and set |
| Send the body as-is without any processing |
| Query-string parameter (repeatable), e.g. |
| Path parameter (repeatable), e.g. |
membrane action list --intent=QUERY