GLYF API

Bank transaction enrichment — REST API for banks & fintechs

This host serves the GLYF enrichment API. It turns raw bank statement labels into structured merchant data: clean name, logo, category, city and official registry information (SIRET, ICE, KBO, EU VAT). Coverage: European Union and North Africa. Zero retention of transaction data.

POST /api/v1/enrich
X-Api-Key: YOUR_API_KEY

{ "label": "CARTE 14/02 NETFLIX.COM CB*0000", "country": "FR" }
→ { "merchantName": "Netflix", "category": "Streaming", "confidence": 0.97 }