diff --git a/README.md b/README.md index 30d9da3..6e4c068 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ IDnow API for everyone! ### Examples -Testing +Test ```php // init $idNow = new IdNow( diff --git a/src/IdNowApi.php b/src/IdNowApi.php index 2e360f6..81bea4a 100644 --- a/src/IdNowApi.php +++ b/src/IdNowApi.php @@ -124,6 +124,6 @@ public function getAuthToken() */ public function getIdentificationUrl($transactionId) { - return "{$this->idUrl}/{$this->companyId}/identifications/{$transactionId}/start"; + return "{$this->idUrl}/{$this->companyId}/userdata/{$transactionId}"; } }