- 01What Mercury data does Well pull into Qonto?
- Mercury streams transactions, wires, ACH transfers, card payments, and counterparty records to Well over its MCP server. After Well resolves the counterparty and assigns a confidence score, the matched record posts to Qonto as supplier invoice PDFs pushed via OAuth to /v2/supplier_invoices, with the Mercury event ID preserved on the entry for audit.
- 02Will every Mercury record post to Qonto automatically?
- Not always. Within seconds of Mercury firing the event, Well scores the record on field completeness, counterparty strength, and policy fit. Above the 85% default auto-link threshold Well posts the record directly to Qonto over the connected API and verifies the response before marking it done. Between 55% and 85% the record waits in the review queue with the alternative matches ranked. Below the 55% default review threshold the record is refused and the candidate list kept so you can pin the right entry by hand.
- 03How does Well match Mercury records to entries in Qonto?
- Well scores every candidate match between Mercury records and existing Qonto entries on counterparty name, amount, date proximity, currency, and reference. Above 85% the record links to the historical entry and Qonto updates; between 55% and 85% the candidates are queued for sign-off; below 55% the record stays open with the candidate list available.
- 04Does Well handle multi-currency records between Mercury and Qonto?
- Mercury reports a single base currency; Well stores the value verbatim and tags the record so your Qonto ledger can apply its own conversion rule at posting time. Exchange-rate fields are not synthesised, so the Qonto entry carries the unchanged Mercury amount and the conversion is owned by the Qonto accounting policy.
- 05How does Well prevent duplicates when posting Mercury records to Qonto?
- Mercury sends each event with a stable resource ID that Well tracks against the Qonto ledger. Webhook replays (which Mercury can issue for delivery retries) are recognised by ID and either skipped or used to update the existing Qonto entry. Distinct records that look similar are caught by Well before posting, with the candidates surfaced in the review queue when confidence is ambiguous.
- 06How does Well authenticate with Mercury and Qonto?
- Mercury's MCP server handles authorisation directly; Well receives an access token through Dynamic Client Registration and never sees raw user credentials. For the delivery side, once a record clears the matching threshold Well posts it directly to Qonto over the connected API; the credential is held per-workspace and never exchanged across tenants. Tokens are encrypted at rest and in transit under TLS 1.3. Qonto hosts in the EU and Mercury hosts outside the EU; Well processes records per the storage region configured for your workspace.