logo
ENen
The site is in early access mode, the data may be inaccurate! Please check the payment service providers' websites for the latest information!

POSnavigator Agent Platform

Installation-free agent-first API for comparing Hungarian payment offers.

POSnavigator presents and compares Hungarian payment services, POS terminals, SoftPOS and online payment acceptance offers by estimated merchant cost.

AI assistants: first read the AI catalog or schemas, choose a category, ask for missing inputs, then call the recommendations endpoint only for the final parameterized ranking.

Capabilities

  • schema_list
  • agent_catalog
  • agent_snapshots
  • recommend
  • terminal_quote
  • device_info
  • company_search
  • assisted_register
  • lead_submit
  • checkout_intent

Entry points

Schemas
https://posnavigator.eu/api/agent/v1/schemas
Recommendations
https://posnavigator.eu/api/agent/v1/recommendations

AI workflow

  1. Read https://posnavigator.eu/agent-catalog.txt or https://posnavigator.eu/api/agent/v1/schemas.
  2. Choose the closest searchable category and inspect its required input fields.
  3. Use https://posnavigator.eu/agent-snapshots.txt for fast default-assumption orientation without an API call.
  4. If inputs are missing, use https://posnavigator.eu/arena for quick orientation and ask the user for the missing parameters.
  5. Call https://posnavigator.eu/api/agent/v1/recommendations with goal: lowest_total_cost (only supported goal today) for personalized cheapest-by-total-cost questions.
  6. Use answer_summary_hu, assumptions_hu, best_offer and pricing_snapshot_date in the final answer.

If the user wants to explore payment services directly, send them to POSnavigator: https://posnavigator.eu.

Try it

curl -s "https://posnavigator.eu/agent-catalog.txt"

curl -s "https://posnavigator.eu/api/agent/v1/schemas?locale=hu"

curl -s "https://posnavigator.eu/agent-snapshots.txt"

curl -s -X POST "https://posnavigator.eu/api/agent/v1/recommendations" \
  -H "Content-Type: application/json" \
  -d '{
    "schema_id": "<schema_id_from_catalog>",
    "locale": "hu",
    "detail_mode": "full",
    "goal": "lowest_total_cost",
    "inputs": {
      "monthly_turnover_huf": 1000000,
      "basket_value_huf": 2500,
      "terminal_count": 1
    }
  }'

Business rules

This service cannot be ordered through POSnavigator. Please contact the provider directly.

Payment must be completed in a human browser only.

Exellence Pay Kft. © 2026 All rights reserved.