Skip to content
Elaichi Elaichi

payment_gateway

Finexio

Connect Finexio to Elaichi and hand every teammate a governed MCP endpoint — 26 tools ready to call from Claude, Cursor, or any MCP client, clamped by roles, restrictions, and an audit log.

Finexio

AI tools

Finexio tools for your AI agents

26 tools are ready to mint as an MCP endpoint the moment you connect Finexio — governed by the same roles, restrictions, and audit log as everything else in Elaichi.

list_all_finexio_counterparties

List all Finexio counterparties (buyers and suppliers). Returns: id, name, type, internal_id, created, updated, payment_method, country, address_1, and additional contact, banking, and 12-month spend fields.

create_a_finexio_counterparty

Create a new Finexio counterparty (Supplier). Returns: id, name, type, internal_id, created, updated, payment_method, ineligible_for_conversion, remit_data, and address and contact fields. Required: name, type, internal_id.

get_single_finexio_counterparty_by_id

Get a single Finexio counterparty by id. Returns: id, name, type, internal_id, created, updated, address fields, payment_method, contact details, ineligible_for_conversion, and issue_one_disbursement_per_invoice. Required: id.

update_a_finexio_counterparty_by_id

Fully replace an existing Finexio counterparty by id. Returns: id, name, type, internal_id, created, updated, address, payment_method, contact details, ineligible_for_conversion, and issue_one_disbursement_per_invoice. Required: id, name, type, internal_id.

finexio_counterparties_partial_update

Partially update an existing Finexio counterparty by id; only submitted fields are modified. Returns: id, name, type, internal_id, created, updated, address, payment_method, contact details, ineligible_for_conversion, and issue_one_disbursement_per_invoice. Required: id.

finexio_invoices_bulk_create

Create one or more Finexio invoices in a single batch (up to 500 per request). Returns an array of created invoice objects each containing id, amount_cents, currency, invoice_date, payment_id, originating_counterparty_id, and created. Required per invoice: amount_cents, currency, invoice_date, originating_counterparty_id, receiving_counterparty_id.

list_all_finexio_invoices

List all Finexio invoices. Returns each invoice record including id, amount_cents, currency, invoice_date, payment_id, originating_counterparty_id, receiving_counterparty_id, and created.

get_single_finexio_invoice_by_id

Get a single Finexio invoice by id. Returns the full invoice object including id, amount_cents, currency, invoice_date, payment_id, status, originating_counterparty_id, receiving_counterparty_id, can_be_resubmitted, and created. Required: id.

get_single_finexio_payment_image_by_id

Get the check image URL for a Finexio payment. Returns: check_image_url (empty array when no image exists for the payment). Required: payment_id.

list_all_finexio_payment_images

List check image URLs associated with a Finexio payment. Returns: check_image_url. Returns an empty array when no check image exists for the payment. Required: payment_id.

get_single_finexio_payment_by_id

Get a single finexio payment by id. Returns the full payment object including id, amount_cents, currency, status, payment_method, tracking_id, events (full lifecycle history), invoices, created, updated, funding_drawdown_request_id, and refund/reissue metadata. Required: id.

list_all_finexio_payments

List finexio payments with optional filtering. Returns a paginated collection of payment records, each including id, amount_cents, currency, status, payment_method, tracking_id, events, invoices, created, updated, and refund/reissue metadata. Pages contain up to 100 items.

get_single_finexio_drawdown_by_id

Get a finexio drawdown payment detail record by id (processor_request_id). Returns: id, supplier_name, amount_cents, status, payment_method, delivery_method, tracking_id, invoices, originating_counterparty_id, receiving_counterparty_id, supplier_ref_id, payment_group_id, and supplier address fields. Required: id.

list_all_finexio_drawdowns

List finexio reconciliation drawdowns. Returns: processor_request_id, bank_account_last_four, created, status, amount_cents, funding_complete_date, buyer_ref_id, buyer_name, originating_counterparty_id, and trace_id. At least one filter query parameter is recommended for performance.

create_a_finexio_supplier_contact

Add one or more contacts to an existing finexio supplier. Returns: id, external_reference_id, name, email, phone, primary, payment_notification. Required: supplier_id, primary.

delete_a_finexio_supplier_contact_by_id

Delete a finexio supplier contact by id. Returns a boolean true on successful deletion. Required: supplier_id, id.

list_all_finexio_supplier_contacts

List all contacts for a finexio supplier. Returns: id, external_reference_id, name, email, phone, primary, payment_notification. Required: supplier_id.

update_a_finexio_supplier_contact_by_id

Update an existing finexio supplier contact by id. Returns: id, external_reference_id, name, email, phone, primary, payment_notification. Required: supplier_id, id, primary.

create_a_finexio_webhook

Create a new webhook subscription in Finexio for the currently logged-in user. Returns: id, event, url, created_at, updated_at, and subscription. Required: event, url, username, password.

delete_a_finexio_webhook_by_id

Delete a Finexio webhook subscription by id. Returns an empty 204 response on success. Required: id.

get_single_finexio_webhook_by_id

Get details for a specific Finexio webhook subscription by id. Returns: id, event, url, created_at, updated_at, and subscription. Required: id.

list_all_finexio_webhooks

List all Finexio webhook subscriptions for the currently logged-in user. Returns items including id, event, url, created_at, updated_at, and subscription.

update_a_finexio_webhook_by_id

Fully replace a Finexio webhook subscription by id. Returns: id, event, url, created_at, updated_at, and subscription. Required: id, event, url, username, password.

finexio_webhooks_partial_update

Partially update a Finexio webhook subscription by id, sending only the fields to change. Returns: id, event, url, created_at, updated_at, and subscription. Required: id.

list_all_finexio_counterparty_history

List the change history (changelog) of counterparties in Finexio. Returns each history entry as a counterparty record including id, name, type, created, updated, payment_method, internal_id, address fields, contact details, bank details, and ineligible_for_conversion reflecting the counterparty state at the time of each change.

list_all_finexio_drawdown_payments

List individual payment records for a finexio drawdown identified by processor_request_id. Returns: id, supplier_name, amount_cents, status, payment_method, delivery_method, tracking_id, invoices, and supplier address fields for each payment in the drawdown. Required: processor_request_id.

How it works

From Finexio account to governed MCP endpoint

Connect

Link a Finexio account through Elaichi's hosted connect flow. Credentials are vaulted — nobody, including the AI, ever sees them.

Compose

The connection becomes a toolbox instantly. Curate which Finexio tools are exposed, rename them, or freeze arguments.

Mint

Mint a personal MCP endpoint on that toolbox and paste it into Claude, Cursor, or any MCP client — governed by roles, restrictions, and audit logs.

Give every teammate a governed MCP server

Start a 14-day Gold trial — connect a product, curate a toolbox, and paste an endpoint into Claude or Cursor in minutes.