Weavz
Finix

Finix

Create and reverse Finix payment transfers, list payment instruments, settlements, and disputes for payment operations.

7 tools

Tools

Name
list_transfers

List Finix transfers with optional filters such as type, merchant_id, and pagination cursors.

get_transfer

Retrieve a Finix transfer by ID.

create_transfer

Create a Finix payment transfer. Include idempotency_id to make retries safe.

reverse_transfer

Create a Finix reversal/refund against an existing transfer.

list_payment_instruments

List tokenized Finix payment instruments.

list_settlements

List Finix settlements for payout and reconciliation review.

list_disputes

List customer disputes and chargebacks.

Quick Start

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

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

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

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Finix to my app?

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

What tools does Finix support?

Finix supports 7 tools including List Transfers, Get Transfer, Create Transfer, Reverse Transfer, List Payment Instruments, and more.

Can I use Finix with AI agents?

Yes. Add Finix 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 Finix be used in stateful agent workflows?

Yes. Agents can combine Finix 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 Finix use?

Finix uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Finix integration cost?

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

Connect Finix in minutes

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