How to consult DTP inside the authorization window: where the call sits, what it costs in latency, what comes back, and how production deployment works.
Your authorization flow today: network delivers the auth request → your decision engine evaluates → you respond inside the network window. DTP adds one parallel or inline consultation:
Network auth → Processor / decision engine → DTP consult (agent txns) → combine signals → network response
The response is an advisory input to your decisioning — KYA Score, risk score, fired gates, and up-to-four reason codes structurally compatible with Mastercard DE 48.75 mapping. Your engine keeps final authority (and liability allocation reflects that — see MSA §1.3, §10).
Issuer authorization windows are tight and your existing decisioning already consumes most of the budget. Plan DTP consultation with explicit bounds:
| Component | Guidance |
|---|---|
| DTP engine decision | 23ms typical engine time; see the status page for live latency and current SLOs by tier |
| Network round-trip | Co-locate or peer where possible; measure from your decision engine, not from a workstation |
| Client timeout | Set an explicit timeout in your DTP client below your remaining window headroom |
| On timeout / unavailability | Fail policy applies — see below. Your auth flow never blocks on us |
Default is FAIL_CLOSED: if DTP cannot be consulted, the advisory response is a decline recommendation for agent-initiated transactions. You may configure fail-open below a maximum amount threshold per principal — transactions approved during unavailability under that configuration are at your risk, and SLA credits exclude client-side causes. Decide this before certification, not during an incident.
Every decision carries the full explainability trail: which gates fired, the KYA Score and zone at decision time, and the agent's attested intent — exportable as SAR/STR narratives in FinCEN BSA and Panama UAF Law 23 formats. Decision records double as evidence packages for agent-transaction disputes — the full intent, scoring, and gate trail attached to each authorization supports chargeback representment and dispute lifecycle workflows. See What we verify vs. what agents attest for the verification model your auditors will ask about.
Agent platforms: if you operate the agent side rather than the issuing side, you want the pre-presentment flow — start with the quickstart instead.