Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To verify a name with GiroIdent, the following steps must be executed:

  1. Create a check using 01 Create a new check

  2. Redirect the user to the GiroIdent Redirect URL you receive as service response.

  3. Enter the data requested by the GiroIdent web pages (bank + credentials).

  4. After GiroIdent is ready, the browser will redirect to the Result Redirect page with a check-id parameter.

  5. Use the check-idin the service 02 Get the check to retrieve the verification result. The response contains the value name-equality, which is a score that resembles the similarity of the provided name and the name of the bank account holder ranging from 0 (nothing in common) to 1 (equal).

Refer to How GiroIdent works and GiroIdent service documentation for more details.

Manual testing of GiroIdent

GiroIdent provides an “executable” service documentation, i.e. the services can be called manually directly from the documentation. The GiroIdent Sandbox services can be found at https://giroident-sandbox.finapi.io/swagger-ui.htmlPlease contact the finAPI support at support@finapi.io for detailed information.

Instead of using the service UI, a web service tool like Postman can be used to call the services manually.

...