Versions Compared

Key

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

Draft documentation

Request Sandbox API Access

...

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

  1. Create a check using 01 Create a new check the CreateCheck API endpoint

  2. Redirect the user to the GiroIdent Redirect URL you receive as a 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 API endpoint GetCheck 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, Testing GiroIdent for more details.

Manual testing of GiroIdent

...