Payment Gateway
Finexio
Connect Finexio once and hand every teammate a governed MCP endpoint with 26 tools ready to call from Claude, ChatGPT, Cursor, or any MCP client, inside the same permissions they already have, with every call checked and logged.
Automations & dashboards
From answering questions to doing the work
A person no longer has to ask. A trigger starts the work, inside the same permissions and the same audit log as everything else. Automations and live dashboards ship on the Black plan.
Automations
Put Finexio work on a schedule.
A trigger starts a sequence of steps: call a Finexio tool, transform the result, branch, wait, and ask a person when it matters.
Finexio digest
Run 418 · started 2 minutes ago · on behalf of Emma Laurent
-
✓
Schedule
Every weekday at 08:00
0.2s -
✓
Fetch webhooks
Finexio
1.4s -
✓
Group by owner
Transform
0.1s -
✓
Draft the digest
Agent step
Ran with 4 tools, returned a structured summary
6.2s -
Approve the digest
Needs approval
Assigned to Michael Brennan
Approve Deny -
Post the digest
Finexio
Queued
Collections and dashboards
Report on Finexio without asking.
Collections hold your own data, written by an automation and read by a dashboard that refreshes on a schedule.
Finexio health
Refreshed 4 minutes ago · every 15 minutes · from the webhooks collection
Webhooks
1,284 ↓ 12%
Counterparties
96 ↓ 8%
Needs attention
3 ↑ 2
Updated this week
412 ↑ 9%
Webhooks created
Last 14 days
By workspace
Share of activity
Engineering 34%
Product 27%
Support 21%
Sales 18%
AI tools
Finexio tools for your AI agents
26 tools are ready to call through Elaichi's 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.
No tools match your search.
How it works
From Finexio account to governed MCP endpoint
Connect
Link a Finexio account through Elaichi's hosted connect flow. Credentials are vaulted, so 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.
Authorize
Point Claude, ChatGPT, Cursor, or any MCP client at the one Elaichi endpoint and sign in with OAuth, governed by roles, restrictions, and audit logs.
Put your agents to work in the tools you already use
Start a 14-day Gold trial. Connect a product, curate a toolbox, and paste a governed MCP endpoint into Claude, ChatGPT, or Cursor in minutes.