You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: wscli-php-sdk/swagger-php-sdk/SwaggerClient-php/docs/Api/CertsApi.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Swagger\Client\CertsApi
2
2
3
-
All URIs are relative to *https://ws-api.test.isecure.fi/v2/*
3
+
All URIs are relative to *https://ws-api.test.isecure.fi/v2*
4
4
5
5
Method | HTTP request | Description
6
6
------------- | ------------- | -------------
@@ -132,7 +132,7 @@ Name | Type | Description | Notes
132
132
133
133
ExportCert
134
134
135
-
Download bank certificate and private key encrypted with stored PGP key. **NOTE**: The previously uploaded `PgpKeyId` must have purpose type `Export`. I.e. purpose type `Authorize` PGP keys can not be used for exporting. **NOTE**: If `export` has been set to `disabled` (see ConfigCerts), then exporting private keys is not possible through API.
135
+
Download bank certificate and private key encrypted with stored PGP key. **NOTE**: The previously uploaded `PgpKeyId` must have purpose type `export`. I.e. purpose type `authorize` PGP keys can not be used for exporting. **NOTE**: If `export` has been set to `disabled` (see ConfigCerts), then exporting private keys is not possible through API.
Copy file name to clipboardExpand all lines: wscli-php-sdk/swagger-php-sdk/SwaggerClient-php/docs/Api/FilesApi.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Swagger\Client\FilesApi
2
2
3
-
All URIs are relative to *https://ws-api.test.isecure.fi/v2/*
3
+
All URIs are relative to *https://ws-api.test.isecure.fi/v2*
4
4
5
5
Method | HTTP request | Description
6
6
------------- | ------------- | -------------
@@ -191,11 +191,11 @@ Name | Type | Description | Notes
191
191
[[Back to top]](#)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to Model list]](../../README.md#documentation-for-models)[[Back to README]](../../README.md)
Uploads file to bank. _Filecontents_ is a _Base64_ encoded string parameter. _Filetype_ is bank specific.
198
+
Uploads file to bank if PGP signature(s) are valid. _FileContents_ is a _Base64_ encoded string parameter. _FileType_ is bank specific. _Signature_ is detached PGP signature or concatenation of PGP detached signatures in ASCII armor format. PGP signatures are used for authorizing file uploads. Currently one valid PGP authorize registered key signature is enough. _FileName_ is upload filename.
$api_instance = new Swagger\Client\Api\FilesApi();
215
215
$authorization = "authorization_example"; // string | Use _IdToken_ from the Login response as the Authorization header
216
216
$upload_file_req = new \Swagger\Client\Model\UploadFileReq(); // \Swagger\Client\Model\UploadFileReq | Files parameters
217
+
$bank = "bank_example"; // string | *Bank* used for this operation, can have values of `nordea`, `osuuspankki`, `danskebank`, `aktia`, `sp`, `shb`, `spankki`, `alandsbanken` or `SEB`.
**bank** | **string**| *Bank* used for this operation, can have values of `nordea`, `osuuspankki`, `danskebank`, `aktia`, `sp`, `shb`, `spankki`, `alandsbanken` or `SEB`. |
$api_instance = new Swagger\Client\Api\PgpTBDApi();
144
144
$authorization = "authorization_example"; // string | Use _IdToken_ from the Login response as the Authorization header
145
-
$upload_key_req = new \Swagger\Client\Model\UploadKeyReq(); // \Swagger\Client\Model\UploadKeyReq | ASCII armored PGP Key in `PgpKey` and key purpose, i.e. `Export` (exporting cert private key) or `Authorize` (upload content authorization verification) in `PgpKeyPurpose`.
145
+
$upload_key_req = new \Swagger\Client\Model\UploadKeyReq(); // \Swagger\Client\Model\UploadKeyReq | ASCII armored PGP Key in `PgpKey` and key purpose, i.e. `export` (exporting cert private key) or `authorize` (upload content authorization verification) in `PgpKeyPurpose`. **NOTE**: The same PGP key can not be used for both `export` and `authorize` purpose at the same time.
**authorization** | **string**| Use _IdToken_ from the Login response as the Authorization header |
161
-
**upload_key_req** | [**\Swagger\Client\Model\UploadKeyReq**](../Model/\Swagger\Client\Model\UploadKeyReq.md)| ASCII armored PGP Key in `PgpKey` and key purpose, i.e. `Export` (exporting cert private key) or `Authorize` (upload content authorization verification) in `PgpKeyPurpose`. |
161
+
**upload_key_req** | [**\Swagger\Client\Model\UploadKeyReq**](../Model/\Swagger\Client\Model\UploadKeyReq.md)| ASCII armored PGP Key in `PgpKey` and key purpose, i.e. `export` (exporting cert private key) or `authorize` (upload content authorization verification) in `PgpKeyPurpose`. **NOTE**: The same PGP key can not be used for both `export` and `authorize` purpose at the same time. |
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**file_type** | **string** | Bank specific file type |
9
+
**signature** | **string** | Detached PGP signature(s) made with registered PGP key(s) |
9
10
10
11
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**pgp_key_purpose** | **string** | PGP key purpose, i.e. `Export` (exporting cert private key) or `Authorize` (upload content authorization verification). |
7
+
**pgp_key_purpose** | **string** | PGP key purpose, i.e. `export` (exporting cert private key) or `authorize` (upload content authorization verification). |
8
8
9
9
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments