The AML Service provides data that enable merchants to fulfill fulfil requirements related to KYC (Know Your Customer) and/or AML (Anti-Money Laundering).
The service is currently available for supports the assessment of both individuals (persons) , and the following dataset is offered in addition to the base identity (Name and SSN) provided by BankID:
- Residential address from the national registry ("Folkeregisteret").
- Search results from available sources on PEP (Politically Exposed Person) og RCA (Relative or Close Associate)
- Search results from sanction lists (EU og UN)
Note | ||
---|---|---|
| ||
Note that OIDC Clients must be provisioned to gain access to the AML service. Access is provisioned on a per-scope basis |
Three variants of the service is available, where the first and second requires that the individual is first identified with BankID at the highest level of assurance.
- Identifying the individual via the BankID IDP in the OIDC Provider from BankID
- Identifying the individual via data embedded in a BankID SDO that is the result of an individual signing a document with BankID in the legacy way via BankID Server.
- Assessment of individuals (based on SSN) without any associated identification with BankID
The first variant is associated with a regular end-user OIDC Flows whereas the second and third variant uses the Client Credential Flow. The AML services responds with the same set of data for all variants.
The search result is available in two different formats:
- JSON formatted structured data
- PDF report
Warning | ||
---|---|---|
| ||
Note that the AML service is only available in combination with the BankID IDP. See the compatibility matrix for further details. Future support may include also other eIDs at the highest level of assurance. |
Warning | ||
---|---|---|
| ||
Future support may also include assessment of organizations. |
...
and organizations.
The person resource and the organization resource handles on-demand queries of single results, while the continuous screening of persons service (pilot) offers notifications based on continuous monitoring a set of individuals of your choice.
Note |
---|
Note that two different versions of the person resource API is available. The old Person API is deprecated but will be available until all existing customers have migrated to the new API. The new Person API offers more features and content, such as data from DSF and improved PDF report. |
API documentation
See the separate AML API documentation for technical details about the HTTP API.
Environment | API Documentation |
---|---|
PRE-PROD | https://aml-preprod.bankidapis.no/ PROD |
CURRENT | https://aml-current.bankidapis.no/ |
The AML service is not available for external test purposes in the PREPROD environment.
Example test persons and organizations have been prepared with positive search results in the test environments.
Implementation guides
Separate implementation guides for each of the resource APIs
- Person API implementation guide
- Organization API implementation guide
- Continuous screening API implementation guide
Provisioning
Note | ||
---|---|---|
| ||
Note that OIDC Clients must be provisioned to gain access to the AML service. Access is provisioned on a per-scope basis |
Further reading
See the following sections for further details on the current AML service:
...