IBAN lists

IBAN lists are your institution's private lists of IBANs. They are not shared with the ecosystem — they tune how Qombo handles specific accounts for you.

There are three lists, each with its own purpose:

ListPurposePage
WhitelistIBANs you trust. Drives automatic rejected qualification of related alerts.Whitelist
BlacklistIBANs you know to be fraudulent. Drives automatic fraud qualification of related alerts.Blacklist
Watch listIBANs you want to monitor. You are notified when a new alert or qualification change happens on them.Watch list

Shared shape

All three lists follow the same pattern, so once you integrate one you integrate them all:

ActionMethod & path
Search / list entriesPOST /sharing/v1/{list}/search
Add entriesPOST /sharing/v1/{list}
Remove entriesDELETE /sharing/v1/{list}
  • Search returns all entries when you send an empty body, or filters to a specific IBAN.
  • Add and Remove accept a batch of up to 500 IBANs per request.
📘

Whitelist vs Blacklist qualifications

When adding to the whitelist or blacklist you also choose a qualification that Qombo auto-applies. The watch list carries no qualification — it only tracks the IBAN. See each list's page for the allowed values.