MERQALORCREDIT 1.1

Console Développeurs & Gestion des Clés API

Consommez directement le moteur de scoring Merqalor 1.1 dans vos applications bancaires, ERP ou fintechs.

Clés d'API de Production & Sandbox

Chaque clé authentifie vos requêtes REST vers l'API R Plumber 1.1.

NomClé API (Token)Créée leDernier AppelStatutActions
Production - Core Banking ERPmk_live_8f7b...56782026-08-15Il y a 4 minActive
Sandbox Test - Recours & RAROCmk_test_3a4b...ef122026-09-01Il y a 2 heuresActive

Intégration API

curl -X POST https://credit-api.koryxa.fr/api/v1/credit/evaluate \
  -H "Authorization: Bearer mk_live_8f7b2c9a1e4d567890abcdef12345678" \
  -H "Content-Type: application/json" \
  -d '{ "montant": 250000, "duree_mois": 48, "taux_annuel": 0.045, "ebitda": 110000, "chiffre_affaires": 850000, "dette_totale": 210000, "tresorerie": 65000, "fonds_propres": 320000, "secteur": "Industrie" }'

Bac à Sable Interactif