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 }
POST /api/v1/enrich— enrich a single transaction labelPOST /api/v1/enrich/batch— up to 1,000 labels per requestGET /api/v1/countries— supported countries & registries