Skip to content

Commit b2c9351

Browse files
committed
new SDK from wsapi v2.3.1
1 parent 7914af4 commit b2c9351

88 files changed

Lines changed: 125 additions & 125 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

wscli-php-sdk/swagger-php-sdk/SwaggerClient-php/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ The API provides normal file based access to all common banks in Finland via Web
33

44
This PHP package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
55

6-
- API version: v2.3.0
6+
- API version: v2.3.1
77
- Package version: 0.1.0
88
- Build package: io.swagger.codegen.languages.PhpClientCodegen
99
For more information, please visit [https://www.isecure.fi/](https://www.isecure.fi/)

wscli-php-sdk/swagger-php-sdk/SwaggerClient-php/autoload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* The API provides normal file based access to all common banks in Finland via WebServices channel on the service side, including certificate enrollment (PKI) with automatic renewals. Additionally, user account management, password recovery, and SMS based 2nd or Multi Factor Authentication (MFA) are provided (AWS Cognito Your User Pool). Access is secured with HTTPS/TLS (AWS API Gateway), using email address as username and password. On login, password is RSA encrypted along with dynamic parameters fetched from the service (username specific challenge response). Every integrator has own API Key and every user account belongs to one integrator. Certificate sharing between accounts is possible under the same integrator API Key, meaning that the enrolled bank connection certificates are shared. Under the same email address / username, both *admin* and *data* accounts must be used as they have separate passwords and differing functions.
77
*
8-
* OpenAPI spec version: v2.3.0
8+
* OpenAPI spec version: v2.3.1
99
* Contact: dan.forsberg@isecure.fi
1010
* Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
*

wscli-php-sdk/swagger-php-sdk/SwaggerClient-php/docs/Api/AccountApi.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ No authorization required
111111
112112
PasswordReset
113113

114-
Set new _password_ for user with _email_. Provide received SMS _code_. **NOTE:** the password must be encrypted, see Register for more details.
114+
Set new _password_ for user with _Email_. Provide received SMS _Code_. **NOTE:** the password must be encrypted, see Register for more details.
115115

116116
### Example
117117
```php
@@ -209,7 +209,7 @@ No authorization required
209209
210210
VerifyEmail
211211

212-
Provide _code_ received to _email_ address for email address verification. Provide also _accesstoken_ received during login.
212+
Provide _Code_ received to _Email_ address for email address verification. Provide also _AccessToken_ received during login.
213213

214214
### Example
215215
```php
@@ -258,7 +258,7 @@ No authorization required
258258
259259
VerifyPhone
260260

261-
Confirm phone number for _email_ _mode_ user, with _code_ received via SMS.
261+
Confirm phone number for _Email_ _Mode_ user, with _Code_ received via SMS.
262262

263263
### Example
264264
```php

wscli-php-sdk/swagger-php-sdk/SwaggerClient-php/docs/Api/CertsApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Name | Type | Description | Notes
7474
7575
EnrollCert
7676

77-
Provide WS-Channel user id, _wsuserid_, _wstargetid_, _company_, and PIN _code_ for _bank_ certificate enrollment. _Company_ must match with the contract with the bank and is part of enrollment process. Note that certificate private key is securely generated and stored encrypted on service side and never leaves from there. Certificates are automatically renewed when needed.
77+
Provide WS-Channel user id, _WsUserId_, _WsTargetId_, _Company_, and PIN _Code_ for _Bank_ certificate enrollment. _Company_ must match with the contract with the bank and is part of enrollment process. Note that certificate private key is securely generated and stored encrypted on service side and never leaves from there. Certificates are automatically renewed when needed.
7878

7979
### Example
8080
```php
@@ -190,7 +190,7 @@ Name | Type | Description | Notes
190190
191191
ImportCert
192192

193-
Provide _wsuserid_, _wstargetid_, _company_, _privatekey_, and _certificate_ for importing existing WS Channel certificate and private key. _Company_ must match with the contract with the bank. Certificate(s) and private key(s) must be PEM formatted. - **NOTE:** _enccertificate_ and _encprivatekey_ are for DanskeBank only.
193+
Provide _WsUserId_, _WsTargetId_, _Company_, _PrivateKey_, and _Certificate_ for importing existing WS Channel certificate and private key. _Company_ must match with the contract with the bank. Certificate(s) and private key(s) must be PEM formatted. - **NOTE:** _EncCcertificate_ and _EncPrivatekey_ are for DanskeBank only.
194194

195195
### Example
196196
```php

wscli-php-sdk/swagger-php-sdk/SwaggerClient-php/docs/Api/SessionApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ No authorization required
6262
6363
Login
6464

65-
After `getchallenge`, call `login` with _email_, _mode_, and RSA encrypted _admin_ or _data_ account _password_ and _challenge timestamp_. For further API calls (requiring authroization), include the received _idtoken_ into the Authorization header of the request (pass idtoken as required parameter with the client SDK API calls). The _IdToken_ expires in _ExpiresIn_ seconds, after which new login must be performed. - **NOTE:** In case SMS _code_ is required, the call returns _session_. - **NOTE:** If _email_ has not been yet verified, successful login provides only _accesstoken_ that must be used to verify email address.
65+
After `getchallenge`, call `login` with _Email_, _Mode_, and RSA encrypted _admin_ or _data_ account _password_ and _challenge timestamp_. For further API calls (requiring authroization), include the received _IdToken_ into the Authorization header of the request (pass idtoken as required parameter with the client SDK API calls). The _IdToken_ expires in _ExpiresIn_ seconds, after which new login must be performed. - **NOTE:** In case SMS _Code_ is required, the call returns _Session_. - **NOTE:** If _Email_ has not been yet verified, successful login provides only _AccessToken_ that must be used to verify email address.
6666

6767
### Example
6868
```php
@@ -111,7 +111,7 @@ No authorization required
111111
112112
LoginMFA
113113

114-
Send SMS _code_ along with previously received _session_ token. If _email_ has not been yet verified, successful login provides only _accesstoken_ that must be used to verify email address. If email is already verified and the login succeeds, add the _idtoken_ from the login response as Authorization header in API requests requiring authorization (i.e. pass as parameter to client SDK API calls). _IdToken_ expires in _ExpiresIn_ seconds.
114+
Send SMS _Code_ along with previously received _Session_ token. If _Email_ has not been yet verified, successful login provides only _AccessToken_ that must be used to verify email address. If email is already verified and the login succeeds, add the _IdToken_ from the login response as Authorization header in API requests requiring authorization (i.e. pass as parameter to client SDK API calls). _IdToken_ expires in _ExpiresIn_ seconds.
115115

116116
### Example
117117
```php

wscli-php-sdk/swagger-php-sdk/SwaggerClient-php/docs/Model/EnrollCertReq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
66
**code** | **string** | Full PIN code from bank (e.g. combined from SMS and letter) |
77
**company** | **string** | Company name as registered with bank (e.g. full capital letters without Oy, see contract) |
8+
**ws_target_id** | **string** | WebServices channel target id as in contract with bank |
89
**ws_user_id** | **string** | WebServices channel user id as in contract with bank |
9-
**wstargetid** | **string** | WebServices channel target id as in contract with bank |
1010

1111
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1212

wscli-php-sdk/swagger-php-sdk/SwaggerClient-php/lib/Api/AccountApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*
1515
* The API provides normal file based access to all common banks in Finland via WebServices channel on the service side, including certificate enrollment (PKI) with automatic renewals. Additionally, user account management, password recovery, and SMS based 2nd or Multi Factor Authentication (MFA) are provided (AWS Cognito Your User Pool). Access is secured with HTTPS/TLS (AWS API Gateway), using email address as username and password. On login, password is RSA encrypted along with dynamic parameters fetched from the service (username specific challenge response). Every integrator has own API Key and every user account belongs to one integrator. Certificate sharing between accounts is possible under the same integrator API Key, meaning that the enrolled bank connection certificates are shared. Under the same email address / username, both *admin* and *data* accounts must be used as they have separate passwords and differing functions.
1616
*
17-
* OpenAPI spec version: v2.3.0
17+
* OpenAPI spec version: v2.3.1
1818
* Contact: dan.forsberg@isecure.fi
1919
* Generated by: https://github.com/swagger-api/swagger-codegen.git
2020
*

wscli-php-sdk/swagger-php-sdk/SwaggerClient-php/lib/Api/CertsApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*
1515
* The API provides normal file based access to all common banks in Finland via WebServices channel on the service side, including certificate enrollment (PKI) with automatic renewals. Additionally, user account management, password recovery, and SMS based 2nd or Multi Factor Authentication (MFA) are provided (AWS Cognito Your User Pool). Access is secured with HTTPS/TLS (AWS API Gateway), using email address as username and password. On login, password is RSA encrypted along with dynamic parameters fetched from the service (username specific challenge response). Every integrator has own API Key and every user account belongs to one integrator. Certificate sharing between accounts is possible under the same integrator API Key, meaning that the enrolled bank connection certificates are shared. Under the same email address / username, both *admin* and *data* accounts must be used as they have separate passwords and differing functions.
1616
*
17-
* OpenAPI spec version: v2.3.0
17+
* OpenAPI spec version: v2.3.1
1818
* Contact: dan.forsberg@isecure.fi
1919
* Generated by: https://github.com/swagger-api/swagger-codegen.git
2020
*

wscli-php-sdk/swagger-php-sdk/SwaggerClient-php/lib/Api/FilesApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*
1515
* The API provides normal file based access to all common banks in Finland via WebServices channel on the service side, including certificate enrollment (PKI) with automatic renewals. Additionally, user account management, password recovery, and SMS based 2nd or Multi Factor Authentication (MFA) are provided (AWS Cognito Your User Pool). Access is secured with HTTPS/TLS (AWS API Gateway), using email address as username and password. On login, password is RSA encrypted along with dynamic parameters fetched from the service (username specific challenge response). Every integrator has own API Key and every user account belongs to one integrator. Certificate sharing between accounts is possible under the same integrator API Key, meaning that the enrolled bank connection certificates are shared. Under the same email address / username, both *admin* and *data* accounts must be used as they have separate passwords and differing functions.
1616
*
17-
* OpenAPI spec version: v2.3.0
17+
* OpenAPI spec version: v2.3.1
1818
* Contact: dan.forsberg@isecure.fi
1919
* Generated by: https://github.com/swagger-api/swagger-codegen.git
2020
*

wscli-php-sdk/swagger-php-sdk/SwaggerClient-php/lib/Api/IntegratorApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*
1515
* The API provides normal file based access to all common banks in Finland via WebServices channel on the service side, including certificate enrollment (PKI) with automatic renewals. Additionally, user account management, password recovery, and SMS based 2nd or Multi Factor Authentication (MFA) are provided (AWS Cognito Your User Pool). Access is secured with HTTPS/TLS (AWS API Gateway), using email address as username and password. On login, password is RSA encrypted along with dynamic parameters fetched from the service (username specific challenge response). Every integrator has own API Key and every user account belongs to one integrator. Certificate sharing between accounts is possible under the same integrator API Key, meaning that the enrolled bank connection certificates are shared. Under the same email address / username, both *admin* and *data* accounts must be used as they have separate passwords and differing functions.
1616
*
17-
* OpenAPI spec version: v2.3.0
17+
* OpenAPI spec version: v2.3.1
1818
* Contact: dan.forsberg@isecure.fi
1919
* Generated by: https://github.com/swagger-api/swagger-codegen.git
2020
*

0 commit comments

Comments
 (0)