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
$x_ibm_client_id = 'FbboLD2r1WHDRcuKS4wWUbSRHxlDloWL'; // string | ClientID obtained from Developer Portal - when you registered your app with us.
8
8
$x_request_id = time(); // string | Unique request id provided by consumer application for reference and auditing.
9
9
$accept_language = 'cs'; // string | The Accept-Language request HTTP header is used to determine document language. Supported languages are `cs` and `en`.
10
-
$psu_ip_address = ApiClient::getPublicIP(); // string | IP address of a client - the end IP address of the client application (no server) in IPv4 or IPv6 format.
11
-
//If the bank client (your user) uses a browser by which he accesses your server app, we need to know the IP address of his browser.
10
+
$psu_ip_address = ApiClient::getPublicIP(); // string | IP address of a client - the end IP address of the client application (no server) in IPv4 or IPv6 format.
11
+
//If the bank client (your user) uses a browser by which he accesses your server app, we need to know the IP address of his browser.
12
12
//Always provide the closest IP address to the real end-user possible.
$x_ibm_client_id = 'FbboLD2r1WHDRcuKS4wWUbSRHxlDloWL'; // string | ClientID obtained from Developer Portal - when you registered your app with us.
8
8
$x_request_id = time(); // string | Unique request id provided by consumer application for reference and auditing.
9
9
$accept_language = 'cs'; // string | The Accept-Language request HTTP header is used to determine document language. Supported languages are `cs` and `en`.
10
-
$psu_ip_address = ApiClient::getPublicIP(); // string | IP address of a client - the end IP address of the client application (no server) in IPv4 or IPv6 format.
11
-
//If the bank client (your user) uses a browser by which he accesses your server app, we need to know the IP address of his browser.
10
+
$psu_ip_address = ApiClient::getPublicIP(); // string | IP address of a client - the end IP address of the client application (no server) in IPv4 or IPv6 format.
11
+
//If the bank client (your user) uses a browser by which he accesses your server app, we need to know the IP address of his browser.
12
12
//Always provide the closest IP address to the real end-user possible.
13
13
14
14
$page = 56; // int | Number of the requested page. Default is 1.
@@ -20,4 +20,3 @@
20
20
} catch (\Ease\Exception$e) {
21
21
echo'Exception when calling GetAccountsApi->getAccounts: ', $e->getMessage(), PHP_EOL;
Copy file name to clipboardExpand all lines: examples/getstatements.php
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,13 @@
2
2
3
3
namespaceVitexSoftware\Raiffeisenbank;
4
4
5
-
require_once('../vendor/autoload.php');
5
+
require_once('../vendor/autoload.php');
6
6
\Ease\Shared::init([], 'example.env');
7
7
$x_ibm_client_id = 'FbboLD2r1WHDRcuKS4wWUbSRHxlDloWL'; // string | ClientID obtained from Developer Portal - when you registered your app with us.
8
8
$x_request_id = time(); // string | Unique request id provided by consumer application for reference and auditing.
9
9
$accept_language = 'cs'; // string | The Accept-Language request HTTP header is used to determine document language. Supported languages are `cs` and `en`.
10
-
$psu_ip_address = ApiClient::getPublicIP(); // string | IP address of a client - the end IP address of the client application (no server) in IPv4 or IPv6 format.
11
-
//If the bank client (your user) uses a browser by which he accesses your server app, we need to know the IP address of his browser.
10
+
$psu_ip_address = ApiClient::getPublicIP(); // string | IP address of a client - the end IP address of the client application (no server) in IPv4 or IPv6 format.
11
+
//If the bank client (your user) uses a browser by which he accesses your server app, we need to know the IP address of his browser.
12
12
//Always provide the closest IP address to the real end-user possible.
$account_number = '1899297002'; // string | Account number for which to get list of transactions in national format without 0 padding.
8
8
$currency_code = 'CZK'; // string | Currency code of the account in ISO-4217 standard (e.g. czk, eur, usd)
@@ -12,8 +12,8 @@
12
12
$x_ibm_client_id = 'FbboLD2r1WHDRcuKS4wWUbSRHxlDloWL'; // string | ClientID obtained from Developer Portal - when you registered your app with us.
13
13
$x_request_id = time(); // string | Unique request id provided by consumer application for reference and auditing.
14
14
$accept_language = 'cs'; // string | The Accept-Language request HTTP header is used to determine document language. Supported languages are `cs` and `en`.
15
-
$psu_ip_address = ApiClient::getPublicIP(); // string | IP address of a client - the end IP address of the client application (no server) in IPv4 or IPv6 format.
16
-
//If the bank client (your user) uses a browser by which he accesses your server app, we need to know the IP address of his browser.
15
+
$psu_ip_address = ApiClient::getPublicIP(); // string | IP address of a client - the end IP address of the client application (no server) in IPv4 or IPv6 format.
16
+
//If the bank client (your user) uses a browser by which he accesses your server app, we need to know the IP address of his browser.
17
17
//Always provide the closest IP address to the real end-user possible.
Copy file name to clipboardExpand all lines: test/Api/GetAccountsApiTest.php
+18-16Lines changed: 18 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -8,18 +8,31 @@
8
8
* @package VitexSoftware\Raiffeisenbank
9
9
* @author OpenAPI Generator team
10
10
* @link https://openapi-generator.tech
11
+
*/
12
+
13
+
/**
14
+
* Production
15
+
*
16
+
* Transaction overview (also for saving accounts). Payments import. Accounts list. Account balance. Before making a call to Premium API, you need to register your app at our _Developer portal_. At _Developer Portal_ you obtain ClientID that your app must send in the request as `X-IBM-Client-Id`. These are your keys that grant your app access to the API. However, this is not enough, for a successful call your app needs to use mTLS. Thus, you not only need _https_ but also a client certificate issued by us. Each bank client/user can issue several certificates. Each certificate can permit different sets of operations (http methods) on different bank accounts. All this must be configured in Internet Banking first by each bank client/user (bank clients need to look under _Settings_ and do not forget to download the certificate at the last step). The certificate is downloaded in **PKCS#12** format as **\\*.p12** file and protected by a password chosen by the bank client/user. Yes, your app needs the password as well to get use of the **\\*p12** file for establishing mTLS connection to the bank. Client certificates issued in Internet Banking for bank clients/users have limited validity (e.g. **5 years**). However, **each year** certificates are automatically blocked and bank client/user must unblock them in Internet Banking. It is possible to do it in advance and prolong the time before the certificate is blocked. Your app should be prepared for these scenarios and it should communicate such cases to your user in advance to provide seamless service and high user-experience of your app. **Note**: Be aware, that in certain error situations, API can return different error structure along with broader set of http status codes, than the one defined below
11
17
*
12
18
* The version of the OpenAPI document: 1.1.20230222
13
19
* Contact: info@vitexsoftware.cz
14
20
* Generated by: https://openapi-generator.tech
15
21
* OpenAPI Generator version: 6.4.0
16
22
*/
17
23
24
+
/**
25
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
26
+
* https://openapi-generator.tech
27
+
* Please update the test case below to test the endpoint.
0 commit comments