Skip to main content

Overview

Integration code: ar_gueno_holder_intelligence_service This Gu1 marketplace service queries the internal holder corpus (Argentina CUIT/CUIL, 11 digits) for:
  • Whether a tax ID appears in the processed corpus
  • Current CBU and CVU account totals linked to the holder
  • Contractual lookback windows (w_1d … w_180d) with deltas and variance
  • Custom incremental metrics over a calendar lookback (1–180 days) including % change and acceleration
Gu1 proxies the corpus on your behalf. Integrators do not call holder-score directly.
Regulatory context: aligned with BCRA Com. Β«AΒ» 8298 (holder totalizers / AML-CFT use cases). Product activation may depend on org eligibility.

Base path

https://api.gu1.ai/api/integration-services/ar_gueno_holder_intelligence_service

Path parameter: CUIT

All /cuits/:cuit/... routes require exactly 11 digits, no dashes.
ValidInvalid
2038464879820-38464879-8
2038464879

Endpoints

EndpointBillingDescription
HealthNoService and corpus freshness
ExistsNoMembership check (found true/false)
Accounts countPer request when pricedCBU/CVU totals + holder metadata
WindowsPer request when pricedContractual windows w_1d–w_180d
MetricsPer request when pricedCustom lookback metrics

Common error codes

CodeHTTPMeaning
CUIT_NOT_FOUND404CUIT absent from processed corpus (paid routes)
SERVICE_UNAVAILABLE503Holder backend down or not configured
SERVICE_INTEGRATION_NOT_ACTIVE403/404Product not enabled for org
INSUFFICIENT_BALANCE402Credits or execution pack exhausted
INVALID_WINDOW400Invalid window query (windows route)
INVALID_LOOKBACK400Invalid lookback query (metrics route)
INVALID_DATE400Invalid date query (YYYY-MM-DD)
INCOMPLETE_WINDOW422Incremental window incomplete for requested lookback
NO_INCREMENTAL_STATE422No incremental state for this CUIT
INTERNAL_ERROR500Unexpected server error

Rules engine

Rule conditions use paths such as:
  • services.holder_intelligence.cbu_quantity
  • originEntityData.services.holder_intelligence.metrics.cbu_acceleration
See Rules conditions β€” services for the full field list. For transaction rules, custom metrics default to a reference calendar date from transactedAt (Argentina timezone). Configure holderIntelligenceLookbackDays (1–180) on each metrics condition. When a rule references holder fields, Gu1 hydrates the service during execution (opt-in fetch). Direct HTTP calls and rule hydration share the same upstream semantics but are billed independently when priced.