💵 Finance · All integrations

Validated contact addresses in Dinero

New customers in Dinero are created with cleansed, authoritative addresses — enriched with municipality and parish if you like.

Dinero's API accepts contacts with free-text addresses. Put one call to /datavask/adresser in front, and the address is categorised (A/B/C) and corrected before it's saved — and you can enrich with municipality, parish and coordinates in the same pass.

How to set it up

  1. Get an API key
    Free account on the dashboard → copy dawa_live_….
  2. Find the creation flow
    Webshop, CRM sync or a Make/Zapier scenario creating Dinero contacts.
  3. Cleanse and enrich
    /datavask/adresser corrects the address; /adgangsadresser can add municipality + parish on top.
  4. Create in Dinero
    POST the cleansed address to Dinero's /v1/contacts.
# Datavask before contact creation in Dinero
# Vask adressen før kontakten oprettes i Dinero
curl 'https://api.danadresse.dk/datavask/adresser?betegnelse=Havnegade+39,+1058+K%C3%B8benhavn+K' \
     -H 'X-Api-Key: dawa_live_…'

# → POST den vaskede adresse til Dinero's API (/v1/contacts)

Good to know

Make/Zapier bridge

The whole flow can be built without code — see the Make recipe or the Zapier recipe.

Automatic enrichment

Municipality and parish on every customer enables geographic revenue reporting.

Fewer invoicing errors

A category-A address is an address PostNord and GLS can actually find.

Ready to try it with Dinero?

Free Hobby key, no credit card — the API answers in under 100 ms.

Get an API key →

API docs · Code examples · JS widget