Developer Portal

Byggd av utvecklare, för utvecklare.

REST API med merchant-autentisering och rate limiting. Integrera på en eftermiddag.

request.sh
curl -X POST https://<din-truevi-endpoint>/decision-run-v2 \
  -H "x-merchant-id: ••••" \
  -H "x-api-key: ••••" \
  -H "Content-Type: application/json" \
  -d '{
    "source": "csv",
    "transactions": [
      { "id": "tx_1", "accountId": "acc_1", "bookingDate": "2026-08-01",
        "amount": 32400, "currency": "SEK", "textRaw": "LÖN ARBETSGIVARE AB" }
    ]
  }'

# Svar
{
  "contract": {
    "final_decision": "APPROVE",
    "final_score": 81,
    "risk_band": "LOW",
    "grade": "A",
    "financial_metrics": {
      "dsti": 0.31,
      "obligations_surplus_monthly": 8420
    },
    "reason_codes": ["stable_income", "low_dsti"]
  },
  "trace_id": "tr_…"
}

System Status

All Systems Operational

24/7

Monitoring

EU-hosted

GDPR Compliant