Summary Item | Total | Failed |
---|---|---|
Requests | 59 | 0 |
Prerequest Scripts | 167 | 0 |
Test Scripts | 136 | 0 |
Assertions | 256 | 0 |
Skipped Tests | 0 | - |
Checks Gateway and initializes input and environment parameters.
Header Name | Header Value |
---|---|
test | id(2), group(1), testId(), testGroup() |
User-Agent | PostmanRuntime/7.28.2 |
Accept | */* |
Cache-Control | no-cache |
Postman-Token | 9c28bd91-ac94-492b-918b-17541dd79ed3 |
Host | localhost:8766 |
Accept-Encoding | gzip, deflate, br |
Connection | keep-alive |
Header Name | Header Value |
---|---|
Date | Wed, 24 Nov 2021 20:40:23 GMT |
Content-Type | text/plain;charset=iso-8859-1 |
Content-Length | 4 |
Server | Jetty(9.3.z-SNAPSHOT) |
pong
Name | Passed | Failed | Skipped |
---|---|---|---|
Status code is 200 | 1 | 0 | 0 |
GW is accessible | 1 | 0 | 0 |
Total | 2 | 0 | 0 |
Test Name | Assertion Error |
---|
Creates a Consent resource.
Only one of PSU-ID or PSU-Corporate-ID has to be filled.
Header Name | Header Value |
---|---|
Content-Type | application/json; charset=UTF-8 |
X-Request-ID | 80611998-d9e4-4c1e-b2d9-5ccf68e70e2f |
PSU-Corporate-ID | x |
PSU-IP-Address | 111.111.111.111 |
TPP-Redirect-URI | https://localhost |
User-Agent | PostmanRuntime/7.28.2 |
Accept | */* |
Cache-Control | no-cache |
Postman-Token | a3b929a8-490c-4385-8ded-aea22500ce9a |
Host | api-test.cib.hu:443 |
Accept-Encoding | gzip, deflate, br |
Connection | keep-alive |
{
"access": {
"accounts": [
{
"iban": "HU49107003784476660351300009"
}
],
"balances": [
{
"iban": "HU49107003784476660351300009"
}
],
"transactions": [
{
"iban": "HU49107003784476660351300009"
}
]
},
"recurringIndicator": true,
"frequencyPerDay": 4,
"validUntil": "9999-12-31",
"combinedServiceIndicator": true
}
Header Name | Header Value |
---|---|
X-Request-ID | 80611998-d9e4-4c1e-b2d9-5ccf68e70e2f |
Strict-Transport-Security | max-age=6307200; includeSubDomains |
Strict-Transport-Security | max-age=63072000; includeSubDomains |
Cache-Control | no-store |
Cache-Control | max-age=0, no-cache, no-store, must-revalidate |
Pragma | no-cache |
Pragma | no-cache |
X-XSS-Protection | 1; mode=block |
X-XSS-Protection | 1; mode=block |
X-Content-Type-Options | nosniff |
X-Content-Type-Options | nosniff |
X-Frame-Options | SAMEORIGIN |
X-Powered-By | Servlet/3.0 |
Location | https://api-test.cib.hu/v1/consents/co12345675e66-41e4-8239-524b644f8645 |
x-request-id | 80611998-d9e4-4c1e-b2d9-5ccf68e70e2f |
Content-Language | en-US |
Content-Encoding | gzip |
Content-Type | application/json |
Content-Length | 176 |
Date | Wed, 24 Nov 2021 20:40:25 GMT |
Server | CA-API-Gateway/9.0 |
{"consentStatus":"received","consentId":"co12345675e66-41e4-8239-524b644f8645","_links":{"startAuthorisation":{"href":"https://api-test.cib.hu/v1/consents/co12345675e66-41e4-8239-524b644f8645/authorisations"},"self":{"href":"https://api-test.cib.hu/v1/consents/co12345675e66-41e4-8239-524b644f8645"},"status":{"href":"https://api-test.cib.hu/v1/consents/co12345675e66-41e4-8239-524b644f8645/status"}}}
Name | Passed | Failed | Skipped |
---|---|---|---|
Status code is 201 | 1 | 0 | 0 |
consentStatus is returned | 1 | 0 | 0 |
consentId is returned | 1 | 0 | 0 |
_links.startAuthorisation.href is returned | 1 | 0 | 0 |
_links.self.href is returned | 1 | 0 | 0 |
_links.status.href is returned | 1 | 0 | 0 |
consentStatus has value 'received' | 1 | 0 | 0 |
Total | 7 | 0 | 0 |
Test Name | Assertion Error |
---|
Returns the Status of the Consent resource.
Header Name | Header Value |
---|---|
Accept | application/json |
X-Request-ID | 3eb9be50-5d72-4883-9f3e-d2880cf8e273 |
PSU-Corporate-ID | x |
User-Agent | PostmanRuntime/7.28.2 |
Cache-Control | no-cache |
Postman-Token | e7762d43-1a63-4db4-b638-22d4da3e6bcd |
Host | api-test.cib.hu:443 |
Accept-Encoding | gzip, deflate, br |
Connection | keep-alive |
Header Name | Header Value |
---|---|
X-Request-ID | 3eb9be50-5d72-4883-9f3e-d2880cf8e273 |
Strict-Transport-Security | max-age=6307200; includeSubDomains |
Strict-Transport-Security | max-age=63072000; includeSubDomains |
Cache-Control | no-store |
Cache-Control | max-age=0, no-cache, no-store, must-revalidate |
Pragma | no-cache |
Pragma | no-cache |
X-XSS-Protection | 1; mode=block |
X-XSS-Protection | 1; mode=block |
X-Content-Type-Options | nosniff |
X-Content-Type-Options | nosniff |
X-Frame-Options | SAMEORIGIN |
X-Powered-By | Servlet/3.0 |
x-request-id | 3eb9be50-5d72-4883-9f3e-d2880cf8e273 |
Content-Language | en-US |
Content-Encoding | gzip |
Content-Type | application/json |
Content-Length | 54 |
Date | Wed, 24 Nov 2021 20:40:26 GMT |
Server | CA-API-Gateway/9.0 |
{"authorisationIds":["au12345675"]}
Name | Passed | Failed | Skipped |
---|---|---|---|
Status code is 200 | 1 | 0 | 0 |
authorisationIds is returned | 1 | 0 | 0 |
Total | 2 | 0 | 0 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
X-Request-ID | 5495182e-bf55-4170-a4a5-1c68d8513c65 |
Content-Type | application/json; charset=UTF-8 |
TPP-Redirect-URI | https://localhost |
PSU-Corporate-ID | x |
User-Agent | PostmanRuntime/7.28.2 |
Accept | */* |
Cache-Control | no-cache |
Postman-Token | 48c16a98-7418-4bdf-bf80-c070e91aecd0 |
Host | api-test.cib.hu:443 |
Accept-Encoding | gzip, deflate, br |
Connection | keep-alive |
Header Name | Header Value |
---|---|
X-Request-ID | 5495182e-bf55-4170-a4a5-1c68d8513c65 |
Strict-Transport-Security | max-age=6307200; includeSubDomains |
Strict-Transport-Security | max-age=63072000; includeSubDomains |
Cache-Control | no-store |
Cache-Control | max-age=0, no-cache, no-store, must-revalidate |
Pragma | no-cache |
Pragma | no-cache |
X-XSS-Protection | 1; mode=block |
X-XSS-Protection | 1; mode=block |
X-Content-Type-Options | nosniff |
X-Content-Type-Options | nosniff |
X-Frame-Options | SAMEORIGIN |
X-Powered-By | Servlet/3.0 |
ASPSP-SCA-Approach | REDIRECT |
x-request-id | 5495182e-bf55-4170-a4a5-1c68d8513c65 |
Content-Language | en-US |
Content-Encoding | gzip |
Content-Type | application/json |
Content-Length | 282 |
Date | Wed, 24 Nov 2021 20:40:27 GMT |
Server | CA-API-Gateway/9.0 |
{"authorisationId":"au12345675342-4c95-b47e-fab161084b89","scaStatus":"scaMethodSelected","_links":{"scaOAuth":{"href":"https://api-test.cib.hu/oauth2/authorize?response_type=code&client_id=PSDHU-MNB-10136915&redirect_uri=https://localhost&scope=AIS:co12345675e66-41e4-8239-524b644f8645&auth_sub_scope=au12345675342-4c95-b47e-fab161084b89"},"scaStatus":{"href":"https://api-test.cib.hu/v1/consents/co12345675e66-41e4-8239-524b644f8645/authorisations/au12345675342-4c95-b47e-fab161084b89"}}}
Name | Passed | Failed | Skipped |
---|---|---|---|
Status code is 201 | 1 | 0 | 0 |
scaStatus is returned | 1 | 0 | 0 |
authorisationId is returned | 1 | 0 | 0 |
_links.scaOAuth.href is returned | 1 | 0 | 0 |
_links.scaStatus.href is returned | 1 | 0 | 0 |
scaStatus has value 'scaMethodSelected' | 1 | 0 | 0 |
Total | 6 | 0 | 0 |
Test Name | Assertion Error |
---|
IMPORTANT NOTE:
This step is an automated SCA process at /oauth2/authorize, run on an inbreed Selenium application locally against the CIB Login web application. In your case you'll have to launch the CIB Login in your browser at /oath2/authorize and enter the data, found amongst the parameters of this call.
Header Name | Header Value |
---|---|
Content-Type | application/json; charset=UTF-8 |
User-Agent | PostmanRuntime/7.28.2 |
Accept | */* |
Cache-Control | no-cache |
Postman-Token | ef92ebf9-e69b-4d73-b2b8-af103bcb3852 |
Host | localhost:8766 |
Accept-Encoding | gzip, deflate, br |
Connection | keep-alive |
Header Name | Header Value |
---|---|
Date | Wed, 24 Nov 2021 20:40:29 GMT |
Content-Type | application/json;charset=UTF-8 |
Transfer-Encoding | chunked |
Server | Jetty(9.3.z-SNAPSHOT) |
{"code":"de888a94-5535-4250-af7f-3d543033d7ed","tppMessages":null}
Name | Passed | Failed | Skipped |
---|---|---|---|
Status code is 200 | 1 | 0 | 0 |
Total | 1 | 0 | 0 |
Test Name | Assertion Error |
---|
Requests OAuth2 Access token for the Consent resource.
Header Name | Header Value |
---|---|
Content-Type | application/x-www-form-urlencoded |
User-Agent | PostmanRuntime/7.28.2 |
Accept | */* |
Cache-Control | no-cache |
Postman-Token | 6cb6a142-104c-44e3-ae78-074af591e440 |
Host | api-test.cib.hu:443 |
Accept-Encoding | gzip, deflate, br |
Connection | keep-alive |
{"code":"de888a94-5535-4250-af7f-3d543033d7ed","grant_type":"authorization_code","client_id":"PSDHU-MNB-10136915","redirect_uri":"https://localhost","code_verifier":"dBjftJeZ4CVP-mB92K27uhbUJU1p1r_wW1gFWFOEjXk"}
Header Name | Header Value |
---|---|
Pragma | no-cache |
Cache-Control | no-store |
Content-Encoding | gzip |
Content-Type | application/json;charset=UTF-8 |
Content-Length | 185 |
Date | Wed, 24 Nov 2021 20:40:55 GMT |
Server | CA-API-Gateway/9.0 |
{
"access_token":"c0368e14-985c-4b14-a2d6-402d75680e32",
"token_type":"Bearer",
"expires_in":3600,
"refresh_token":"b3bd5001-98f1-439b-852f-e5c3eced01e4",
"scope":"AIS:co12345675e66-41e4-8239-524b644f8645"
}
Name | Passed | Failed | Skipped |
---|---|---|---|
Status code is 200 | 1 | 0 | 0 |
access_token is returned | 1 | 0 | 0 |
token_type is returned | 1 | 0 | 0 |
expires_in is returned | 1 | 0 | 0 |
refresh_token is returned | 1 | 0 | 0 |
scope is returned | 1 | 0 | 0 |
Total | 6 | 0 | 0 |
Test Name | Assertion Error |
---|
Returns the Status of the Consent resource.
Header Name | Header Value |
---|---|
Accept | application/json |
X-Request-ID | dd198adf-f35c-45e8-bd9a-c155672c95a9 |
PSU-Corporate-ID | x |
User-Agent | PostmanRuntime/7.28.2 |
Cache-Control | no-cache |
Postman-Token | 0e290dee-7b47-4fd8-b5e0-d8aa7ca15622 |
Host | api-test.cib.hu:443 |
Accept-Encoding | gzip, deflate, br |
Connection | keep-alive |
Header Name | Header Value |
---|---|
X-Request-ID | dd198adf-f35c-45e8-bd9a-c155672c95a9 |
Strict-Transport-Security | max-age=6307200; includeSubDomains |
Strict-Transport-Security | max-age=63072000; includeSubDomains |
Cache-Control | no-store |
Cache-Control | max-age=0, no-cache, no-store, must-revalidate |
Pragma | no-cache |
Pragma | no-cache |
X-XSS-Protection | 1; mode=block |
X-XSS-Protection | 1; mode=block |
X-Content-Type-Options | nosniff |
X-Content-Type-Options | nosniff |
X-Frame-Options | SAMEORIGIN |
X-Powered-By | Servlet/3.0 |
x-request-id | dd198adf-f35c-45e8-bd9a-c155672c95a9 |
Content-Language | en-US |
Content-Encoding | gzip |
Content-Type | application/json |
Content-Length | 50 |
Date | Wed, 24 Nov 2021 20:40:56 GMT |
Server | CA-API-Gateway/9.0 |
{"scaStatus":"scaMethodSelected"}
Name | Passed | Failed | Skipped |
---|---|---|---|
Status code is 200 | 1 | 0 | 0 |
scaStatus is returned | 1 | 0 | 0 |
Total | 2 | 0 | 0 |
Test Name | Assertion Error |
---|
Returns the Status of the Consent resource.
Header Name | Header Value |
---|---|
Accept | application/json |
X-Request-ID | 2d1d5255-01ac-4a93-bcd9-54b571f49bcc |
Authorization | BEARER c0368e14-985c-4b14-a2d6-402d75680e32 |
PSU-Corporate-ID | x |
User-Agent | PostmanRuntime/7.28.2 |
Cache-Control | no-cache |
Postman-Token | 2d677149-8ac8-43d3-b723-34c32046f4a1 |
Host | api-test.cib.hu:443 |
Accept-Encoding | gzip, deflate, br |
Connection | keep-alive |
Header Name | Header Value |
---|---|
X-Request-ID | 2d1d5255-01ac-4a93-bcd9-54b571f49bcc |
Strict-Transport-Security | max-age=6307200; includeSubDomains |
Strict-Transport-Security | max-age=63072000; includeSubDomains |
Cache-Control | no-store |
Cache-Control | max-age=0, no-cache, no-store, must-revalidate |
Pragma | no-cache |
Pragma | no-cache |
X-XSS-Protection | 1; mode=block |
X-XSS-Protection | 1; mode=block |
X-Content-Type-Options | nosniff |
X-Content-Type-Options | nosniff |
X-Frame-Options | SAMEORIGIN |
X-Powered-By | Servlet/3.0 |
x-request-id | 2d1d5255-01ac-4a93-bcd9-54b571f49bcc |
Content-Language | en-US |
Content-Encoding | gzip |
Content-Type | application/json |
Content-Length | 48 |
Date | Wed, 24 Nov 2021 20:40:57 GMT |
Server | CA-API-Gateway/9.0 |
{"consentStatus":"received"}
Name | Passed | Failed | Skipped |
---|---|---|---|
Status code is 200 | 1 | 0 | 0 |
consentStatus is returned | 1 | 0 | 0 |
consentStatus has value 'received' | 1 | 0 | 0 |
Total | 3 | 0 | 0 |
Test Name | Assertion Error |
---|
Returns the Content of the Consent resource.
Header Name | Header Value |
---|---|
Content-Type | application/json; charset=utf-8 |
X-Request-ID | 38960aaa-0621-418a-b3e0-9f62df40ee12 |
Authorization | BEARER c0368e14-985c-4b14-a2d6-402d75680e32 |
PSU-Corporate-ID | x |
User-Agent | PostmanRuntime/7.28.2 |
Accept | */* |
Cache-Control | no-cache |
Postman-Token | 76835b62-3293-468a-9e43-f9457d786a71 |
Host | api-test.cib.hu:443 |
Accept-Encoding | gzip, deflate, br |
Connection | keep-alive |
Header Name | Header Value |
---|---|
X-Request-ID | 38960aaa-0621-418a-b3e0-9f62df40ee12 |
Strict-Transport-Security | max-age=6307200; includeSubDomains |
Strict-Transport-Security | max-age=63072000; includeSubDomains |
Cache-Control | no-store |
Cache-Control | max-age=0, no-cache, no-store, must-revalidate |
Pragma | no-cache |
Pragma | no-cache |
X-XSS-Protection | 1; mode=block |
X-XSS-Protection | 1; mode=block |
X-Content-Type-Options | nosniff |
X-Content-Type-Options | nosniff |
X-Frame-Options | SAMEORIGIN |
X-Powered-By | Servlet/3.0 |
x-request-id | 38960aaa-0621-418a-b3e0-9f62df40ee12 |
Content-Language | en-US |
Content-Encoding | gzip |
Content-Type | application/json |
Content-Length | 208 |
Date | Wed, 24 Nov 2021 20:40:58 GMT |
Server | CA-API-Gateway/9.0 |
{"access":{"accounts":[{"iban":"HU49107003784476660351300009"}],"balances":[{"iban":"HU49107003784476660351300009"}],"transactions":[{"iban":"HU49107003784476660351300009"}]},"recurringIndicator":true,"validUntil":"2019-02-15","frequencyPerDay":4,"lastActionDate":"2021-07-12","consentStatus":"valid","combinedServiceIndicator":true}
Name | Passed | Failed | Skipped |
---|---|---|---|
Status code is 200 | 1 | 0 | 0 |
access is returned | 1 | 0 | 0 |
recurringIndicator is returned | 1 | 0 | 0 |
validUntil is returned | 1 | 0 | 0 |
frequencyPerDay is returned | 1 | 0 | 0 |
consentStatus is returned | 1 | 0 | 0 |
access.accounts.iban has value 'HU49107003784476660351300009' | 1 | 0 | 0 |
Total | 7 | 0 | 0 |
Test Name | Assertion Error |
---|
Returns the Content of the Consent resource.
Header Name | Header Value |
---|---|
Content-Type | application/json; charset=utf-8 |
X-Request-ID | f085bad1-d1db-4ed0-97cc-4a4fe9b3374f |
Authorization | BEARER c0368e14-985c-4b14-a2d6-402d75680e32 |
PSU-Corporate-ID | x |
User-Agent | PostmanRuntime/7.28.2 |
Accept | */* |
Cache-Control | no-cache |
Postman-Token | 9c1050a3-c255-4781-82ef-a610795517d0 |
Host | api-test.cib.hu:443 |
Accept-Encoding | gzip, deflate, br |
Connection | keep-alive |
Header Name | Header Value |
---|---|
X-Request-ID | f085bad1-d1db-4ed0-97cc-4a4fe9b3374f |
Strict-Transport-Security | max-age=6307200; includeSubDomains |
Strict-Transport-Security | max-age=63072000; includeSubDomains |
Cache-Control | no-store |
Cache-Control | max-age=0, no-cache, no-store, must-revalidate |
Pragma | no-cache |
Pragma | no-cache |
X-XSS-Protection | 1; mode=block |
X-XSS-Protection | 1; mode=block |
X-Content-Type-Options | nosniff |
X-Content-Type-Options | nosniff |
X-Frame-Options | SAMEORIGIN |
X-Powered-By | Servlet/3.0 |
x-request-id | f085bad1-d1db-4ed0-97cc-4a4fe9b3374f |
Content-Language | en-US |
Content-Encoding | gzip |
Date | Wed, 24 Nov 2021 20:41:00 GMT |
Server | CA-API-Gateway/9.0 |
Name | Passed | Failed | Skipped |
---|---|---|---|
Status code is 204 | 1 | 0 | 0 |
Total | 1 | 0 | 0 |
Test Name | Assertion Error |
---|
Get a list of accessible accounts of the consent.
Header Name | Header Value |
---|---|
Consent-ID | co12345675e66-41e4-8239-524b644f8645 |
X-Request-ID | b5b5d1d3-1319-4593-a423-f35d4a6e776c |
Authorization | BEARER c0368e14-985c-4b14-a2d6-402d75680e32 |
Accept | application/json; charset=utf-8 |
User-Agent | PostmanRuntime/7.28.2 |
Cache-Control | no-cache |
Postman-Token | 807c5004-28f2-40ae-933b-efcba899f498 |
Host | api-test.cib.hu:443 |
Accept-Encoding | gzip, deflate, br |
Connection | keep-alive |
Header Name | Header Value |
---|---|
X-Request-ID | b5b5d1d3-1319-4593-a423-f35d4a6e776c |
Strict-Transport-Security | max-age=6307200; includeSubDomains |
Strict-Transport-Security | max-age=63072000; includeSubDomains |
Cache-Control | no-store |
Cache-Control | max-age=0, no-cache, no-store, must-revalidate |
Pragma | no-cache |
Pragma | no-cache |
X-XSS-Protection | 1; mode=block |
X-XSS-Protection | 1; mode=block |
X-Content-Type-Options | nosniff |
X-Content-Type-Options | nosniff |
X-Frame-Options | SAMEORIGIN |
X-Powered-By | Servlet/3.0 |
x-request-id | b5b5d1d3-1319-4593-a423-f35d4a6e776c |
Content-Language | en-US |
Content-Encoding | gzip |
Content-Type | application/json;charset=utf-8 |
Content-Length | 241 |
Date | Wed, 24 Nov 2021 20:41:01 GMT |
Server | CA-API-Gateway/9.0 |
{"accounts":[{"resourceId":"re12345675e66-41e4-8239-524b644f8645","iban":"HU49107003784476660351300009","currency":"HUF","name":"Sör Kálmán a Matematikus Kft","_links":{"balances":{"href":"https://api-test.cib.hu/v1/accounts/re12345675e66-41e4-8239-524b644f8645/balances"},"transactions":{"href":"https://api-test.cib.hu/v1/accounts/re12345675e66-41e4-8239-524b644f8645/transactions"}}}]}
Name | Passed | Failed | Skipped |
---|---|---|---|
Status code is 200 | 1 | 0 | 0 |
accounts is returned | 1 | 0 | 0 |
accounts.resourceId is returned | 1 | 0 | 0 |
accounts.iban is returned | 1 | 0 | 0 |
accounts._links is returned | 1 | 0 | 0 |
accounts.iban has value 'HU49107003784476660351300009' | 1 | 0 | 0 |
Total | 6 | 0 | 0 |
Test Name | Assertion Error |
---|
Get the account details.
Header Name | Header Value |
---|---|
Consent-ID | co12345675e66-41e4-8239-524b644f8645 |
X-Request-ID | 22bdf584-a428-4c7a-bcd7-63879f13c0e8 |
Authorization | BEARER c0368e14-985c-4b14-a2d6-402d75680e32 |
User-Agent | PostmanRuntime/7.28.2 |
Accept | */* |
Cache-Control | no-cache |
Postman-Token | f7cb5f25-ea36-4bab-91ae-73b2996def9a |
Host | api-test.cib.hu:443 |
Accept-Encoding | gzip, deflate, br |
Connection | keep-alive |
Header Name | Header Value |
---|---|
X-Request-ID | 22bdf584-a428-4c7a-bcd7-63879f13c0e8 |
Strict-Transport-Security | max-age=6307200; includeSubDomains |
Strict-Transport-Security | max-age=63072000; includeSubDomains |
Cache-Control | no-store |
Cache-Control | max-age=0, no-cache, no-store, must-revalidate |
Pragma | no-cache |
Pragma | no-cache |
X-XSS-Protection | 1; mode=block |
X-XSS-Protection | 1; mode=block |
X-Content-Type-Options | nosniff |
X-Content-Type-Options | nosniff |
X-Frame-Options | SAMEORIGIN |
X-Powered-By | Servlet/3.0 |
x-request-id | 22bdf584-a428-4c7a-bcd7-63879f13c0e8 |
Content-Language | en-US |
Content-Encoding | gzip |
Content-Type | application/json |
Content-Length | 236 |
Date | Wed, 24 Nov 2021 20:41:02 GMT |
Server | CA-API-Gateway/9.0 |
{"account":{"resourceId":"re12345675e66-41e4-8239-524b644f8645","iban":"HU49107003784476660351300009","currency":"HUF","name":"Sör Kálmán a Matematikus Kft","_links":{"balances":{"href":"https://api-test.cib.hu/v1/accounts/re12345675e66-41e4-8239-524b644f8645/balances"},"transactions":{"href":"https://api-test.cib.hu/v1/accounts/re12345675e66-41e4-8239-524b644f8645/transactions"}}}}
Name | Passed | Failed | Skipped |
---|---|---|---|
Status code is 200 | 1 | 0 | 0 |
account is returned | 1 | 0 | 0 |
account.resourceId is returned | 1 | 0 | 0 |
account.iban is returned | 1 | 0 | 0 |
account.name is returned | 1 | 0 | 0 |
account.currency is returned | 1 | 0 | 0 |
account._links is returned | 1 | 0 | 0 |
Total | 7 | 0 | 0 |
Test Name | Assertion Error |
---|
Get the Balance of the account.
Header Name | Header Value |
---|---|
Consent-ID | co12345675e66-41e4-8239-524b644f8645 |
X-Request-ID | 65109b7a-8d4c-42bc-b8a8-34399bf836b9 |
Authorization | BEARER c0368e14-985c-4b14-a2d6-402d75680e32 |
User-Agent | PostmanRuntime/7.28.2 |
Accept | */* |
Cache-Control | no-cache |
Postman-Token | a62feec1-56a3-4f6c-bafd-5c014ac0b7d8 |
Host | api-test.cib.hu:443 |
Accept-Encoding | gzip, deflate, br |
Connection | keep-alive |
Header Name | Header Value |
---|---|
X-Request-ID | 65109b7a-8d4c-42bc-b8a8-34399bf836b9 |
Strict-Transport-Security | max-age=6307200; includeSubDomains |
Strict-Transport-Security | max-age=63072000; includeSubDomains |
Cache-Control | no-store |
Cache-Control | max-age=0, no-cache, no-store, must-revalidate |
Pragma | no-cache |
Pragma | no-cache |
X-XSS-Protection | 1; mode=block |
X-XSS-Protection | 1; mode=block |
X-Content-Type-Options | nosniff |
X-Content-Type-Options | nosniff |
X-Frame-Options | SAMEORIGIN |
X-Powered-By | Servlet/3.0 |
x-request-id | 65109b7a-8d4c-42bc-b8a8-34399bf836b9 |
Content-Language | en-US |
Content-Encoding | gzip |
Content-Type | application/json |
Content-Length | 158 |
Date | Wed, 24 Nov 2021 20:41:03 GMT |
Server | CA-API-Gateway/9.0 |
{"account":{"iban":"HU49107003784476660351300009"},"balances":[{"balanceAmount":{"currency":"HUF","amount":100000.00},"balanceType":"openingBooked"},{"balanceAmount":{"currency":"HUF","amount":10000.00},"balanceType":"interimAvailable"}]}
Name | Passed | Failed | Skipped |
---|---|---|---|
Status code is 200 | 1 | 0 | 0 |
account is returned | 1 | 0 | 0 |
balances is returned | 1 | 0 | 0 |
balances.balanceAmount.currency is returned | 1 | 0 | 0 |
balances.balanceAmount.amount is returned | 1 | 0 | 0 |
balances.balanceType is returned | 1 | 0 | 0 |
account.iban has value 'HU49107003784476660351300009' | 1 | 0 | 0 |
Total | 7 | 0 | 0 |
Test Name | Assertion Error |
---|
Get the transactions of the account.
Header Name | Header Value |
---|---|
Consent-ID | co12345675e66-41e4-8239-524b644f8645 |
X-Request-ID | dcfbefd6-adb9-4d89-8505-bfc7e2249e29 |
Authorization | BEARER c0368e14-985c-4b14-a2d6-402d75680e32 |
User-Agent | PostmanRuntime/7.28.2 |
Accept | */* |
Cache-Control | no-cache |
Postman-Token | de62b94d-d19c-4a2e-a1b3-665759614d12 |
Host | api-test.cib.hu:443 |
Accept-Encoding | gzip, deflate, br |
Connection | keep-alive |
Header Name | Header Value |
---|---|
X-Request-ID | dcfbefd6-adb9-4d89-8505-bfc7e2249e29 |
Strict-Transport-Security | max-age=6307200; includeSubDomains |
Strict-Transport-Security | max-age=63072000; includeSubDomains |
Cache-Control | no-store |
Cache-Control | max-age=0, no-cache, no-store, must-revalidate |
Pragma | no-cache |
Pragma | no-cache |
X-XSS-Protection | 1; mode=block |
X-XSS-Protection | 1; mode=block |
X-Content-Type-Options | nosniff |
X-Content-Type-Options | nosniff |
X-Frame-Options | SAMEORIGIN |
X-Powered-By | Servlet/3.0 |
x-request-id | dcfbefd6-adb9-4d89-8505-bfc7e2249e29 |
Content-Language | en-US |
Content-Encoding | gzip |
Content-Type | application/json |
Content-Length | 342 |
Date | Wed, 24 Nov 2021 20:41:04 GMT |
Server | CA-API-Gateway/9.0 |
{"account":{"iban":"HU49107003784476660351300009"},"transactions":{"booked":[{"bookingDate":"2019-02-09","valueDate":"2019-02-09","transactionAmount":{"currency":"HUF","amount":500.00},"creditorName":"Teszt Éva","creditorAccount":{"iban":"HU33107005364841990131475521"},"debtorAccount":{"iban":"HU49107003784476660351300009"},"remittanceInformationUnstructured":"Sörre","additionalInformation":"","proprietaryBankTransactionCode":"104"}],"_links":{"account":{"href":"https://api-test.cib.hu/v1/accounts/re12345671e66-41e4-8239-524b644f8645"}}}}
Name | Passed | Failed | Skipped |
---|---|---|---|
Status code is 200 | 1 | 0 | 0 |
account is returned | 1 | 0 | 0 |
transactions is returned | 1 | 0 | 0 |
account.iban has value 'HU49107003784476660351300009' | 1 | 0 | 0 |
transactions.booked.bookingDate has value '2019-02-09' | 1 | 0 | 0 |
transactions.booked.valueDate has value '2019-02-09' | 1 | 0 | 0 |
transactions.booked.transactionAmount.currency has value 'HUF' | 1 | 0 | 0 |
transactions.booked.transactionAmount.amount has value '500' | 1 | 0 | 0 |
transactions.booked.remittanceInformationUnstructured has value 'Sörre' | 1 | 0 | 0 |
Total | 9 | 0 | 0 |
Test Name | Assertion Error |
---|
Creates a Single Payment Hungarian Payment resource.
Header Name | Header Value |
---|---|
Content-Type | application/json |
X-Request-ID | 44cf6796-2b7e-49de-bbe6-bb71ea8e58f9 |
PSU-Corporate-ID | x |
PSU-IP-Address | 111.111.111.111 |
TPP-Redirect-URI | https://localhost |
User-Agent | PostmanRuntime/7.28.2 |
Accept | */* |
Cache-Control | no-cache |
Postman-Token | 2bdb9098-a38e-4e51-a65d-ea18a58f3fa3 |
Host | api-test.cib.hu:443 |
Accept-Encoding | gzip, deflate, br |
Connection | keep-alive |
{
"debtorAccount": {
"bban": "107003784476660351100005"
},
"instructedAmount": {
"currency": "HUF",
"amount": "1000"
},
"requestedExecutionDate": "2021-05-27",
"creditorAccount": {
"bban": "107000242581780351100005"
},
"creditorName": "Gerzsonka",
"creditorAgent": "ABRAKADABRA",
"creditorAgentName": "Sör Kálmán, a matematikus",
"endToEndIdentification": "Egy kör meg egy betű",
"creditorAddress": {
"country": "HU"
},
"remittanceInformationUnstructured": "lecke kész?1637786466163"
}
Header Name | Header Value |
---|---|
X-Request-ID | 44cf6796-2b7e-49de-bbe6-bb71ea8e58f9 |
Strict-Transport-Security | max-age=6307200; includeSubDomains |
Strict-Transport-Security | max-age=63072000; includeSubDomains |
Cache-Control | no-store |
Cache-Control | max-age=0, no-cache, no-store, must-revalidate |
Pragma | no-cache |
Pragma | no-cache |
X-XSS-Protection | 1; mode=block |
X-XSS-Protection | 1; mode=block |
X-Content-Type-Options | nosniff |
X-Content-Type-Options | nosniff |
X-Frame-Options | SAMEORIGIN |
X-Powered-By | Servlet/3.0 |
Location | https://api-test.cib.hu/v1/payments/hungarian-credit-transfers/py123456756e8-4171-8824-cfbf4800e7c6 |
x-request-id | 44cf6796-2b7e-49de-bbe6-bb71ea8e58f9 |
Content-Language | en-US |
Content-Encoding | gzip |
Content-Type | application/json |
Content-Length | 199 |
Date | Wed, 24 Nov 2021 20:41:06 GMT |
Server | CA-API-Gateway/9.0 |
{"transactionStatus":"RCVD","paymentId":"py123456756e8-4171-8824-cfbf4800e7c6","_links":{"startAuthorisation":{"href":"https://api-test.cib.hu/v1/payments/hungarian-credit-transfers/py123456756e8-4171-8824-cfbf4800e7c6/authorisations"},"self":{"href":"https://api-test.cib.hu/v1/payments/hungarian-credit-transfers/py123456756e8-4171-8824-cfbf4800e7c6"},"status":{"href":"https://api-test.cib.hu/v1/payments/hungarian-credit-transfers/py123456756e8-4171-8824-cfbf4800e7c6/status"}}}
Name | Passed | Failed | Skipped |
---|---|---|---|
Status code is 201 | 1 | 0 | 0 |
transactionStatus is returned | 1 | 0 | 0 |
paymentId is returned | 1 | 0 | 0 |
_links.self.href is returned | 1 | 0 | 0 |
_links.status.href is returned | 1 | 0 | 0 |
transactionStatus has value 'RCVD' | 1 | 0 | 0 |
Total | 6 | 0 | 0 |
Test Name | Assertion Error |
---|
Returns the Status of the Consent resource.
Header Name | Header Value |
---|---|
Accept | application/json |
X-Request-ID | 9e631c61-c827-4b43-aeff-258921ed53a1 |
PSU-Corporate-ID | x |
User-Agent | PostmanRuntime/7.28.2 |
Cache-Control | no-cache |
Postman-Token | f641f10c-7f4e-46fc-a8ef-d1041fcf69d7 |
Host | api-test.cib.hu:443 |
Accept-Encoding | gzip, deflate, br |
Connection | keep-alive |
Header Name | Header Value |
---|---|
X-Request-ID | 9e631c61-c827-4b43-aeff-258921ed53a1 |
Strict-Transport-Security | max-age=6307200; includeSubDomains |
Strict-Transport-Security | max-age=63072000; includeSubDomains |
Cache-Control | no-store |
Cache-Control | max-age=0, no-cache, no-store, must-revalidate |
Pragma | no-cache |
Pragma | no-cache |
X-XSS-Protection | 1; mode=block |
X-XSS-Protection | 1; mode=block |
X-Content-Type-Options | nosniff |
X-Content-Type-Options | nosniff |
X-Frame-Options | SAMEORIGIN |
X-Powered-By | Servlet/3.0 |
x-request-id | 9e631c61-c827-4b43-aeff-258921ed53a1 |
Content-Language | en-US |
Content-Encoding | gzip |
Content-Type | application/json |
Content-Length | 54 |
Date | Wed, 24 Nov 2021 20:41:07 GMT |
Server | CA-API-Gateway/9.0 |
{"authorisationIds":["au12345675"]}
Name | Passed | Failed | Skipped |
---|---|---|---|
Status code is 200 | 1 | 0 | 0 |
authorisationIds is returned | 1 | 0 | 0 |
Total | 2 | 0 | 0 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
X-Request-ID | e777f4ba-4fd6-4734-9d97-00d3144ab85e |
Content-Type | application/json; charset=UTF-8 |
TPP-Redirect-URI | https://localhost |
PSU-Corporate-ID | x |
User-Agent | PostmanRuntime/7.28.2 |
Accept | */* |
Cache-Control | no-cache |
Postman-Token | 06fc2bbe-3d7b-4a3f-a563-e44785bd263e |
Host | api-test.cib.hu:443 |
Accept-Encoding | gzip, deflate, br |
Connection | keep-alive |
Header Name | Header Value |
---|---|
X-Request-ID | e777f4ba-4fd6-4734-9d97-00d3144ab85e |
Strict-Transport-Security | max-age=6307200; includeSubDomains |
Strict-Transport-Security | max-age=63072000; includeSubDomains |
Cache-Control | no-store |
Cache-Control | max-age=0, no-cache, no-store, must-revalidate |
Pragma | no-cache |
Pragma | no-cache |
X-XSS-Protection | 1; mode=block |
X-XSS-Protection | 1; mode=block |
X-Content-Type-Options | nosniff |
X-Content-Type-Options | nosniff |
X-Frame-Options | SAMEORIGIN |
X-Powered-By | Servlet/3.0 |
ASPSP-SCA-Approach | REDIRECT |
x-request-id | e777f4ba-4fd6-4734-9d97-00d3144ab85e |
Content-Language | en-US |
Content-Encoding | gzip |
Content-Type | application/json |
Content-Length | 300 |
Date | Wed, 24 Nov 2021 20:41:08 GMT |
Server | CA-API-Gateway/9.0 |
{"authorisationId":"au12345675fce-4877-88f9-a20b1607d568","scaStatus":"scaMethodSelected","_links":{"scaOAuth":{"href":"https://api-test.cib.hu/oauth2/authorize?response_type=code&client_id=PSDHU-MNB-10136915&redirect_uri=https://localhost&scope=PIS:py123456756e8-4171-8824-cfbf4800e7c6&auth_sub_scope=au12345675fce-4877-88f9-a20b1607d568"},"scaStatus":{"href":"https://api-test.cib.hu/v1/payments/hungarian-credit-transfers/py123456756e8-4171-8824-cfbf4800e7c6/authorisations/au12345675fce-4877-88f9-a20b1607d568"}}}
Name | Passed | Failed | Skipped |
---|---|---|---|
Status code is 201 | 1 | 0 | 0 |
scaStatus is returned | 1 | 0 | 0 |
authorisationId is returned | 1 | 0 | 0 |
_links.scaOAuth.href is returned | 1 | 0 | 0 |
_links.scaStatus.href is returned | 1 | 0 | 0 |
scaStatus has value 'scaMethodSelected' | 1 | 0 | 0 |
Total | 6 | 0 | 0 |
Test Name | Assertion Error |
---|
IMPORTANT NOTE:
This step is an automated SCA process at /oauth2/authorize, run on an inbreed Selenium application locally against the CIB Login web application. In your case you'll have to launch the CIB Login in your browser at /oath2/authorize and enter the data, found amongst the parameters of this call.
Header Name | Header Value |
---|---|
Content-Type | application/x-www-form-urlencoded |
User-Agent | PostmanRuntime/7.28.2 |
Accept | */* |
Cache-Control | no-cache |
Postman-Token | faa1a8a9-ab54-4c52-b8a1-d67c4d25c696 |
Host | localhost:8766 |
Accept-Encoding | gzip, deflate, br |
Connection | keep-alive |
Header Name | Header Value |
---|---|
Date | Wed, 24 Nov 2021 20:41:09 GMT |
Content-Type | application/json;charset=UTF-8 |
Transfer-Encoding | chunked |
Server | Jetty(9.3.z-SNAPSHOT) |
{"code":"69282d27-a0e5-4d2d-a67f-154936a5584e","tppMessages":null}
Name | Passed | Failed | Skipped |
---|---|---|---|
Status code is 200 | 1 | 0 | 0 |
Total | 1 | 0 | 0 |
Test Name | Assertion Error |
---|
Requests OAuth2 Access token for the Payment resource.
Header Name | Header Value |
---|---|
Content-Type | application/x-www-form-urlencoded |
User-Agent | PostmanRuntime/7.28.2 |
Accept | */* |
Cache-Control | no-cache |
Postman-Token | 11732315-7382-48ef-a95a-664c2dc47d15 |
Host | api-test.cib.hu:443 |
Accept-Encoding | gzip, deflate, br |
Connection | keep-alive |
{"code":"69282d27-a0e5-4d2d-a67f-154936a5584e","grant_type":"authorization_code","client_id":"PSDHU-MNB-10136915","redirect_uri":"https://localhost","code_verifier":"dBjftJeZ4CVP-mB92K27uhbUJU1p1r_wW1gFWFOEjXk"}
Header Name | Header Value |
---|---|
Pragma | no-cache |
Cache-Control | no-store |
Content-Encoding | gzip |
Content-Type | application/json;charset=UTF-8 |
Content-Length | 183 |
Date | Wed, 24 Nov 2021 20:41:33 GMT |
Server | CA-API-Gateway/9.0 |
{
"access_token":"ebfe99de-1f70-4ae7-ab13-b412e8ff7111",
"token_type":"Bearer",
"expires_in":3600,
"refresh_token":"3f3cb743-84ea-4048-b450-ef011f6bc7eb",
"scope":"PIS:py123456756e8-4171-8824-cfbf4800e7c6"
}
Name | Passed | Failed | Skipped |
---|---|---|---|
Status code is 200 | 1 | 0 | 0 |
access_token is returned | 1 | 0 | 0 |
token_type is returned | 1 | 0 | 0 |
expires_in is returned | 1 | 0 | 0 |
refresh_token is returned | 1 | 0 | 0 |
scope is returned | 1 | 0 | 0 |
Total | 6 | 0 | 0 |
Test Name | Assertion Error |
---|
Returns the Status of the Consent resource.
Header Name | Header Value |
---|---|
Accept | application/json |
X-Request-ID | caf7a964-8005-4f3b-a1b8-682cefb9b4a7 |
PSU-Corporate-ID | x |
User-Agent | PostmanRuntime/7.28.2 |
Cache-Control | no-cache |
Postman-Token | 87558e20-182a-44a1-967c-f9cb4e4080b9 |
Host | api-test.cib.hu:443 |
Accept-Encoding | gzip, deflate, br |
Connection | keep-alive |
Header Name | Header Value |
---|---|
X-Request-ID | caf7a964-8005-4f3b-a1b8-682cefb9b4a7 |
Strict-Transport-Security | max-age=6307200; includeSubDomains |
Strict-Transport-Security | max-age=63072000; includeSubDomains |
Cache-Control | no-store |
Cache-Control | max-age=0, no-cache, no-store, must-revalidate |
Pragma | no-cache |
Pragma | no-cache |
X-XSS-Protection | 1; mode=block |
X-XSS-Protection | 1; mode=block |
X-Content-Type-Options | nosniff |
X-Content-Type-Options | nosniff |
X-Frame-Options | SAMEORIGIN |
X-Powered-By | Servlet/3.0 |
x-request-id | caf7a964-8005-4f3b-a1b8-682cefb9b4a7 |
Content-Language | en-US |
Content-Encoding | gzip |
Content-Type | application/json |
Content-Length | 45 |
Date | Wed, 24 Nov 2021 20:41:34 GMT |
Server | CA-API-Gateway/9.0 |
{"scaStatus":"finalised"}
Name | Passed | Failed | Skipped |
---|---|---|---|
Status code is 200 | 1 | 0 | 0 |
scaStatus is returned | 1 | 0 | 0 |
Total | 2 | 0 | 0 |
Test Name | Assertion Error |
---|
Get the payment status.
Header Name | Header Value |
---|---|
Accept | application/json; charset=utf-8 |
X-Request-ID | f8c42752-e6c8-4b70-bd19-4a3872b264b6 |
PSU-IP-Address | 111.111.111.111 |
Authorization | BEARER ebfe99de-1f70-4ae7-ab13-b412e8ff7111 |
PSU-Corporate-ID | x |
User-Agent | PostmanRuntime/7.28.2 |
Cache-Control | no-cache |
Postman-Token | 0f5ad7b3-50c3-4b05-b542-77220273ef3e |
Host | api-test.cib.hu:443 |
Accept-Encoding | gzip, deflate, br |
Connection | keep-alive |
Header Name | Header Value |
---|---|
X-Request-ID | f8c42752-e6c8-4b70-bd19-4a3872b264b6 |
Strict-Transport-Security | max-age=6307200; includeSubDomains |
Strict-Transport-Security | max-age=63072000; includeSubDomains |
Cache-Control | no-store |
Cache-Control | max-age=0, no-cache, no-store, must-revalidate |
Pragma | no-cache |
Pragma | no-cache |
X-XSS-Protection | 1; mode=block |
X-XSS-Protection | 1; mode=block |
X-Content-Type-Options | nosniff |
X-Content-Type-Options | nosniff |
X-Frame-Options | SAMEORIGIN |
X-Powered-By | Servlet/3.0 |
x-request-id | f8c42752-e6c8-4b70-bd19-4a3872b264b6 |
Content-Language | en-US |
Content-Encoding | gzip |
Content-Type | application/json;charset=utf-8 |
Content-Length | 48 |
Date | Wed, 24 Nov 2021 20:41:35 GMT |
Server | CA-API-Gateway/9.0 |
{"transactionStatus":"ACSC"}
Name | Passed | Failed | Skipped |
---|---|---|---|
Status code is 200 | 1 | 0 | 0 |
transactionStatus is returned | 1 | 0 | 0 |
transactionStatus has value 'ACSC' | 1 | 0 | 0 |
Total | 3 | 0 | 0 |
Test Name | Assertion Error |
---|
Get the payment details.
Header Name | Header Value |
---|---|
Accept | application/json; charset=utf-8 |
X-Request-ID | f5571071-5bde-4537-aac4-73b8bf2ba3cb |
PSU-IP-Address | 111.111.111.111 |
Authorization | BEARER ebfe99de-1f70-4ae7-ab13-b412e8ff7111 |
PSU-Corporate-ID | x |
User-Agent | PostmanRuntime/7.28.2 |
Cache-Control | no-cache |
Postman-Token | 0898ae40-7258-4fd8-8700-495bb8c4de76 |
Host | api-test.cib.hu:443 |
Accept-Encoding | gzip, deflate, br |
Connection | keep-alive |
Header Name | Header Value |
---|---|
X-Request-ID | f5571071-5bde-4537-aac4-73b8bf2ba3cb |
Strict-Transport-Security | max-age=6307200; includeSubDomains |
Strict-Transport-Security | max-age=63072000; includeSubDomains |
Cache-Control | no-store |
Cache-Control | max-age=0, no-cache, no-store, must-revalidate |
Pragma | no-cache |
Pragma | no-cache |
X-XSS-Protection | 1; mode=block |
X-XSS-Protection | 1; mode=block |
X-Content-Type-Options | nosniff |
X-Content-Type-Options | nosniff |
X-Frame-Options | SAMEORIGIN |
X-Powered-By | Servlet/3.0 |
x-request-id | f5571071-5bde-4537-aac4-73b8bf2ba3cb |
Content-Language | en-US |
Content-Encoding | gzip |
Content-Type | application/json;charset=utf-8 |
Content-Length | 315 |
Date | Wed, 24 Nov 2021 20:41:37 GMT |
Server | CA-API-Gateway/9.0 |
{"debtorAccount":{"bban":"107003784476660351100005"},"instructedAmount":{"currency":"HUF","amount":1000},"creditorAccount":{"bban":"107000242581780351100005"},"creditorName":"Gerzsonka","creditorAgent":"ABRAKADABRA","creditorAgentName":"Sör Kálmán, a matematikus","remittanceInformationUnstructured":"lecke kész?","requestedExecutionDate":"2021-05-27","creditorAddress":{"street":"Üveghegy","country":"HU"},"endToEndIdentification":"Egy kör meg egy betű"}
Name | Passed | Failed | Skipped |
---|---|---|---|
Status code is 200 | 1 | 0 | 0 |
instructedAmount.currency is returned | 1 | 0 | 0 |
instructedAmount.amount is returned | 1 | 0 | 0 |
creditorName is returned | 1 | 0 | 0 |
remittanceInformationUnstructured is returned | 1 | 0 | 0 |
debtorAccount.bban has value '107003784476660351100005' | 1 | 0 | 0 |
instructedAmount.currency has value 'HUF' | 1 | 0 | 0 |
instructedAmount.amount has value '1000' | 1 | 0 | 0 |
creditorAccount.bban has value '107000242581780351100005' | 1 | 0 | 0 |
creditorName has value 'Gerzsonka' | 1 | 0 | 0 |
remittanceInformationUnstructured has value 'lecke kész?' | 1 | 0 | 0 |
Total | 11 | 0 | 0 |
Test Name | Assertion Error |
---|
Returns the Content of the Consent resource.
Header Name | Header Value |
---|---|
Content-Type | application/json; charset=utf-8 |
X-Request-ID | 96a37b8c-d31c-4165-bc61-43b29e669549 |
Authorization | BEARER ebfe99de-1f70-4ae7-ab13-b412e8ff7111 |
PSU-Corporate-ID | x |
User-Agent | PostmanRuntime/7.28.2 |
Accept | */* |
Cache-Control | no-cache |
Postman-Token | cee1ba78-fc92-463b-8e1b-99c60d066755 |
Host | api-test.cib.hu:443 |
Accept-Encoding | gzip, deflate, br |
Connection | keep-alive |
Header Name | Header Value |
---|---|
X-Request-ID | 96a37b8c-d31c-4165-bc61-43b29e669549 |
Strict-Transport-Security | max-age=6307200; includeSubDomains |
Strict-Transport-Security | max-age=63072000; includeSubDomains |
Cache-Control | no-store |
Cache-Control | max-age=0, no-cache, no-store, must-revalidate |
Pragma | no-cache |
Pragma | no-cache |
X-XSS-Protection | 1; mode=block |
X-XSS-Protection | 1; mode=block |
X-Content-Type-Options | nosniff |
X-Content-Type-Options | nosniff |
X-Frame-Options | SAMEORIGIN |
X-Powered-By | Servlet/3.0 |
x-request-id | 96a37b8c-d31c-4165-bc61-43b29e669549 |
Content-Language | en-US |
Content-Encoding | gzip |
Date | Wed, 24 Nov 2021 20:41:38 GMT |
Server | CA-API-Gateway/9.0 |
Name | Passed | Failed | Skipped |
---|---|---|---|
Status code is 204 | 1 | 0 | 0 |
Total | 1 | 0 | 0 |
Test Name | Assertion Error |
---|
Creates a Single Payment Hungarian Payment resource.
Header Name | Header Value |
---|---|
Content-Type | application/json |
X-Request-ID | e847dd76-a839-4a60-a61d-e35d30da61e6 |
PSU-Corporate-ID | x |
PSU-IP-Address | 111.111.111.111 |
TPP-Redirect-URI | https://localhost |
User-Agent | PostmanRuntime/7.28.2 |
Accept | */* |
Cache-Control | no-cache |
Postman-Token | 1fe54e89-e91e-425a-85d1-77c126eecd4c |
Host | api-test.cib.hu:443 |
Accept-Encoding | gzip, deflate, br |
Connection | keep-alive |
{
"debtorAccount": {
"bban": "107003784476660351100005"
},
"instructedAmount": {
"currency": "HUF",
"amount": "1000"
},
"creditorAccount": {
"bban": "107000242581780351100005"
},
"creditorName": "Gerzsonka",
"creditorAgent": "ABRAKADABRA",
"endToEndIdentification": "Egy kör meg egy betű",
"creditorAddress": {
"country": "HU"
},
"remittanceInformationUnstructured": "lecke kész?1637786499688",
"startDate": "2021-05-27",
"endDate": "2021-06-05",
"frequency": "Annual"
}
Header Name | Header Value |
---|---|
X-Request-ID | e847dd76-a839-4a60-a61d-e35d30da61e6 |
Strict-Transport-Security | max-age=6307200; includeSubDomains |
Strict-Transport-Security | max-age=63072000; includeSubDomains |
Cache-Control | no-store |
Cache-Control | max-age=0, no-cache, no-store, must-revalidate |
Pragma | no-cache |
Pragma | no-cache |
X-XSS-Protection | 1; mode=block |
X-XSS-Protection | 1; mode=block |
X-Content-Type-Options | nosniff |
X-Content-Type-Options | nosniff |
X-Frame-Options | SAMEORIGIN |
X-Powered-By | Servlet/3.0 |
Location | https://api-test.cib.hu/v1/periodic-payments/hungarian-credit-transfers/py12345676377-474c-b1a7-1094da668aef |
x-request-id | e847dd76-a839-4a60-a61d-e35d30da61e6 |
Content-Language | en-US |
Content-Encoding | gzip |
Content-Type | application/json |
Content-Length | 204 |
Date | Wed, 24 Nov 2021 20:41:39 GMT |
Server | CA-API-Gateway/9.0 |
{"transactionStatus":"RCVD","paymentId":"py12345676377-474c-b1a7-1094da668aef","_links":{"startAuthorisation":{"href":"https://api-test.cib.hu/v1/periodic-payments/hungarian-credit-transfers/py12345676377-474c-b1a7-1094da668aef/authorisations"},"self":{"href":"https://api-test.cib.hu/v1/periodic-payments/hungarian-credit-transfers/py12345676377-474c-b1a7-1094da668aef"},"status":{"href":"https://api-test.cib.hu/v1/periodic-payments/hungarian-credit-transfers/py12345676377-474c-b1a7-1094da668aef/status"}}}
Name | Passed | Failed | Skipped |
---|---|---|---|
Status code is 201 | 1 | 0 | 0 |
transactionStatus is returned | 1 | 0 | 0 |
paymentId is returned | 1 | 0 | 0 |
_links.self.href is returned | 1 | 0 | 0 |
_links.status.href is returned | 1 | 0 | 0 |
transactionStatus has value 'RCVD' | 1 | 0 | 0 |
Total | 6 | 0 | 0 |
Test Name | Assertion Error |
---|
Returns the Status of the Consent resource.
Header Name | Header Value |
---|---|
Accept | application/json |
X-Request-ID | e9fdf5f1-a70b-4326-bec0-b370a4a0abc8 |
PSU-Corporate-ID | x |
User-Agent | PostmanRuntime/7.28.2 |
Cache-Control | no-cache |
Postman-Token | d512ba52-0169-4987-b044-65d3300dbcdd |
Host | api-test.cib.hu:443 |
Accept-Encoding | gzip, deflate, br |
Connection | keep-alive |
Header Name | Header Value |
---|---|
X-Request-ID | e9fdf5f1-a70b-4326-bec0-b370a4a0abc8 |
Strict-Transport-Security | max-age=6307200; includeSubDomains |
Strict-Transport-Security | max-age=63072000; includeSubDomains |
Cache-Control | no-store |
Cache-Control | max-age=0, no-cache, no-store, must-revalidate |
Pragma | no-cache |
Pragma | no-cache |
X-XSS-Protection | 1; mode=block |
X-XSS-Protection | 1; mode=block |
X-Content-Type-Options | nosniff |
X-Content-Type-Options | nosniff |
X-Frame-Options | SAMEORIGIN |
X-Powered-By | Servlet/3.0 |
x-request-id | e9fdf5f1-a70b-4326-bec0-b370a4a0abc8 |
Content-Language | en-US |
Content-Encoding | gzip |
Content-Type | application/json |
Content-Length | 54 |
Date | Wed, 24 Nov 2021 20:41:40 GMT |
Server | CA-API-Gateway/9.0 |
{"authorisationIds":["au12345675"]}
Name | Passed | Failed | Skipped |
---|---|---|---|
Status code is 200 | 1 | 0 | 0 |
authorisationIds is returned | 1 | 0 | 0 |
Total | 2 | 0 | 0 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
X-Request-ID | e173053a-cbe7-4477-900d-400edc0d97b1 |
Content-Type | application/json; charset=UTF-8 |
tpp-registration-number | PSDHU-MNB-10136915 |
TPP-Redirect-URI | https://localhost |
PSU-Corporate-ID | x |
User-Agent | PostmanRuntime/7.28.2 |
Accept | */* |
Cache-Control | no-cache |
Postman-Token | 9d04f0fe-27fb-4b11-ad82-045c6e4c2740 |
Host | api-test.cib.hu:443 |
Accept-Encoding | gzip, deflate, br |
Connection | keep-alive |
Header Name | Header Value |
---|---|
X-Request-ID | e173053a-cbe7-4477-900d-400edc0d97b1 |
Strict-Transport-Security | max-age=6307200; includeSubDomains |
Strict-Transport-Security | max-age=63072000; includeSubDomains |
Cache-Control | no-store |
Cache-Control | max-age=0, no-cache, no-store, must-revalidate |
Pragma | no-cache |
Pragma | no-cache |
X-XSS-Protection | 1; mode=block |
X-XSS-Protection | 1; mode=block |
X-Content-Type-Options | nosniff |
X-Content-Type-Options | nosniff |
X-Frame-Options | SAMEORIGIN |
X-Powered-By | Servlet/3.0 |
ASPSP-SCA-Approach | REDIRECT |
x-request-id | e173053a-cbe7-4477-900d-400edc0d97b1 |
Content-Language | en-US |
Content-Encoding | gzip |
Content-Type | application/json |
Content-Length | 301 |
Date | Wed, 24 Nov 2021 20:41:42 GMT |
Server | CA-API-Gateway/9.0 |
{"authorisationId":"au123456751b8-4477-9ac3-990903d30de2","scaStatus":"scaMethodSelected","_links":{"scaOAuth":{"href":"https://api-test.cib.hu/oauth2/authorize?response_type=code&client_id=PSDHU-MNB-10136915&redirect_uri=https://localhost&scope=PIS:py12345676377-474c-b1a7-1094da668aef&auth_sub_scope=au123456751b8-4477-9ac3-990903d30de2"},"scaStatus":{"href":"https://api-test.cib.hu/v1/payments/hungarian-credit-transfers/py12345676377-474c-b1a7-1094da668aef/authorisations/au123456751b8-4477-9ac3-990903d30de2"}}}
Name | Passed | Failed | Skipped |
---|---|---|---|
Status code is 201 | 1 | 0 | 0 |
scaStatus is returned | 1 | 0 | 0 |
authorisationId is returned | 1 | 0 | 0 |
_links.scaOAuth.href is returned | 1 | 0 | 0 |
_links.scaStatus.href is returned | 1 | 0 | 0 |
scaStatus has value 'scaMethodSelected' | 1 | 0 | 0 |
Total | 6 | 0 | 0 |
Test Name | Assertion Error |
---|
IMPORTANT NOTE:
This step is an automated SCA process at /oauth2/authorize, run on an inbreed Selenium application locally against the CIB Login web application. In your case you'll have to launch the CIB Login in your browser at /oath2/authorize and enter the data, found amongst the parameters of this call.
Header Name | Header Value |
---|---|
Content-Type | application/x-www-form-urlencoded |
User-Agent | PostmanRuntime/7.28.2 |
Accept | */* |
Cache-Control | no-cache |
Postman-Token | 050d8fc0-f496-4871-88b6-f387afbacb7f |
Host | localhost:8766 |
Accept-Encoding | gzip, deflate, br |
Connection | keep-alive |
Header Name | Header Value |
---|---|
Date | Wed, 24 Nov 2021 20:41:43 GMT |
Content-Type | application/json;charset=UTF-8 |
Transfer-Encoding | chunked |
Server | Jetty(9.3.z-SNAPSHOT) |
{"code":"61ebe6f2-01ea-4f9c-9093-47f459f32e71","tppMessages":null}
Name | Passed | Failed | Skipped |
---|---|---|---|
Status code is 200 | 1 | 0 | 0 |
Total | 1 | 0 | 0 |
Test Name | Assertion Error |
---|
Requests OAuth2 Access token for the Payment resource.
Header Name | Header Value |
---|---|
Content-Type | application/x-www-form-urlencoded |
User-Agent | PostmanRuntime/7.28.2 |
Accept | */* |
Cache-Control | no-cache |
Postman-Token | 6a487cf6-2dc1-4553-8176-60c34c295639 |
Host | api-test.cib.hu:443 |
Accept-Encoding | gzip, deflate, br |
Connection | keep-alive |
{"code":"61ebe6f2-01ea-4f9c-9093-47f459f32e71","grant_type":"authorization_code","client_id":"PSDHU-MNB-10136915","redirect_uri":"https://localhost","code_verifier":"dBjftJeZ4CVP-mB92K27uhbUJU1p1r_wW1gFWFOEjXk"}
Header Name | Header Value |
---|---|
Pragma | no-cache |
Cache-Control | no-store |
Content-Encoding | gzip |
Content-Type | application/json;charset=UTF-8 |
Content-Length | 184 |
Date | Wed, 24 Nov 2021 20:42:07 GMT |
Server | CA-API-Gateway/9.0 |
{
"access_token":"ea0e99e8-3431-4fcd-9c0e-fd8bcfa91941",
"token_type":"Bearer",
"expires_in":3600,
"refresh_token":"3a7371e3-0689-43d4-9149-2b2e49f3ab50",
"scope":"PIS:py12345676377-474c-b1a7-1094da668aef"
}
Name | Passed | Failed | Skipped |
---|---|---|---|
Status code is 200 | 1 | 0 | 0 |
access_token is returned | 1 | 0 | 0 |
token_type is returned | 1 | 0 | 0 |
expires_in is returned | 1 | 0 | 0 |
refresh_token is returned | 1 | 0 | 0 |
scope is returned | 1 | 0 | 0 |
Total | 6 | 0 | 0 |
Test Name | Assertion Error |
---|
Returns the Status of the Consent resource.
Header Name | Header Value |
---|---|
Accept | application/json |
X-Request-ID | 23185b52-a1b7-4852-b289-cf5aa4a085d9 |
PSU-Corporate-ID | x |
User-Agent | PostmanRuntime/7.28.2 |
Cache-Control | no-cache |
Postman-Token | 80fdbd44-1838-4777-8174-4e15007f9ee0 |
Host | api-test.cib.hu:443 |
Accept-Encoding | gzip, deflate, br |
Connection | keep-alive |
Header Name | Header Value |
---|---|
X-Request-ID | 23185b52-a1b7-4852-b289-cf5aa4a085d9 |
Strict-Transport-Security | max-age=6307200; includeSubDomains |
Strict-Transport-Security | max-age=63072000; includeSubDomains |
Cache-Control | no-store |
Cache-Control | max-age=0, no-cache, no-store, must-revalidate |
Pragma | no-cache |
Pragma | no-cache |
X-XSS-Protection | 1; mode=block |
X-XSS-Protection | 1; mode=block |
X-Content-Type-Options | nosniff |
X-Content-Type-Options | nosniff |
X-Frame-Options | SAMEORIGIN |
X-Powered-By | Servlet/3.0 |
x-request-id | 23185b52-a1b7-4852-b289-cf5aa4a085d9 |
Content-Language | en-US |
Content-Encoding | gzip |
Content-Type | application/json |
Content-Length | 45 |
Date | Wed, 24 Nov 2021 20:42:08 GMT |
Server | CA-API-Gateway/9.0 |
{"scaStatus":"finalised"}
Name | Passed | Failed | Skipped |
---|---|---|---|
Status code is 200 | 1 | 0 | 0 |
scaStatus is returned | 1 | 0 | 0 |
Total | 2 | 0 | 0 |
Test Name | Assertion Error |
---|
Get the payment status.
Header Name | Header Value |
---|---|
Accept | application/json; charset=utf-8 |
X-Request-ID | 26cc67f5-d991-4e46-b3f6-2e0174848734 |
PSU-IP-Address | 111.111.111.111 |
Authorization | BEARER ea0e99e8-3431-4fcd-9c0e-fd8bcfa91941 |
PSU-Corporate-ID | x |
User-Agent | PostmanRuntime/7.28.2 |
Cache-Control | no-cache |
Postman-Token | 3606dc74-fa67-4557-a5e1-4597f1f15f49 |
Host | api-test.cib.hu:443 |
Accept-Encoding | gzip, deflate, br |
Connection | keep-alive |
Header Name | Header Value |
---|---|
X-Request-ID | 26cc67f5-d991-4e46-b3f6-2e0174848734 |
Strict-Transport-Security | max-age=6307200; includeSubDomains |
Strict-Transport-Security | max-age=63072000; includeSubDomains |
Cache-Control | no-store |
Cache-Control | max-age=0, no-cache, no-store, must-revalidate |
Pragma | no-cache |
Pragma | no-cache |
X-XSS-Protection | 1; mode=block |
X-XSS-Protection | 1; mode=block |
X-Content-Type-Options | nosniff |
X-Content-Type-Options | nosniff |
X-Frame-Options | SAMEORIGIN |
X-Powered-By | Servlet/3.0 |
x-request-id | 26cc67f5-d991-4e46-b3f6-2e0174848734 |
Content-Language | en-US |
Content-Encoding | gzip |
Content-Type | application/json;charset=utf-8 |
Content-Length | 48 |
Date | Wed, 24 Nov 2021 20:42:09 GMT |
Server | CA-API-Gateway/9.0 |
{"transactionStatus":"ACSC"}
Name | Passed | Failed | Skipped |
---|---|---|---|
Status code is 200 | 1 | 0 | 0 |
transactionStatus is returned | 1 | 0 | 0 |
transactionStatus has value 'ACSC' | 1 | 0 | 0 |
Total | 3 | 0 | 0 |
Test Name | Assertion Error |
---|
Get the payment details.
Header Name | Header Value |
---|---|
Accept | application/json; charset=utf-8 |
X-Request-ID | 3c9674ec-87a6-4fe4-ae68-5078562f35fd |
PSU-IP-Address | 111.111.111.111 |
Authorization | BEARER ea0e99e8-3431-4fcd-9c0e-fd8bcfa91941 |
PSU-Corporate-ID | x |
User-Agent | PostmanRuntime/7.28.2 |
Cache-Control | no-cache |
Postman-Token | 3554acf3-2623-4ff0-8441-5e1ca0bdbff9 |
Host | api-test.cib.hu:443 |
Accept-Encoding | gzip, deflate, br |
Connection | keep-alive |
Header Name | Header Value |
---|---|
X-Request-ID | 3c9674ec-87a6-4fe4-ae68-5078562f35fd |
Strict-Transport-Security | max-age=6307200; includeSubDomains |
Strict-Transport-Security | max-age=63072000; includeSubDomains |
Cache-Control | no-store |
Cache-Control | max-age=0, no-cache, no-store, must-revalidate |
Pragma | no-cache |
Pragma | no-cache |
X-XSS-Protection | 1; mode=block |
X-XSS-Protection | 1; mode=block |
X-Content-Type-Options | nosniff |
X-Content-Type-Options | nosniff |
X-Frame-Options | SAMEORIGIN |
X-Powered-By | Servlet/3.0 |
x-request-id | 3c9674ec-87a6-4fe4-ae68-5078562f35fd |
Content-Language | en-US |
Content-Encoding | gzip |
Content-Type | application/json;charset=utf-8 |
Content-Length | 299 |
Date | Wed, 24 Nov 2021 20:42:10 GMT |
Server | CA-API-Gateway/9.0 |
{"endToEndIdentification":"Egy kör meg egy betű","debtorAccount":{"bban":"107003784476660351100005"},"instructedAmount":{"currency":"HUF","amount":1000},"creditorAccount":{"bban":"107000242581780351100005"},"creditorName":"Gerzsonka","creditorAgent":"ABRAKADABRA","creditorAddress":{"street":"Üveghegy","country":"HU"},"remittanceInformationUnstructured":"lecke kész?","startDate":"2021-05-27","endDate":"2022-05-27","frequency":"Annual"}
Name | Passed | Failed | Skipped |
---|---|---|---|
Status code is 200 | 1 | 0 | 0 |
instructedAmount.currency is returned | 1 | 0 | 0 |
instructedAmount.amount is returned | 1 | 0 | 0 |
creditorName is returned | 1 | 0 | 0 |
remittanceInformationUnstructured is returned | 1 | 0 | 0 |
debtorAccount.bban has value '107003784476660351100005' | 1 | 0 | 0 |
instructedAmount.currency has value 'HUF' | 1 | 0 | 0 |
instructedAmount.amount has value '1000' | 1 | 0 | 0 |
creditorAccount.bban has value '107000242581780351100005' | 1 | 0 | 0 |
creditorName has value 'Gerzsonka' | 1 | 0 | 0 |
remittanceInformationUnstructured has value 'lecke kész?' | 1 | 0 | 0 |
Total | 11 | 0 | 0 |
Test Name | Assertion Error |
---|
Returns the Content of the Consent resource.
Header Name | Header Value |
---|---|
Content-Type | application/json; charset=utf-8 |
X-Request-ID | 775c98a6-d213-4bf4-9840-f543ec2bed35 |
Authorization | BEARER ea0e99e8-3431-4fcd-9c0e-fd8bcfa91941 |
PSU-Corporate-ID | x |
User-Agent | PostmanRuntime/7.28.2 |
Accept | */* |
Cache-Control | no-cache |
Postman-Token | abb9f434-7a06-486e-924a-547081165151 |
Host | api-test.cib.hu:443 |
Accept-Encoding | gzip, deflate, br |
Connection | keep-alive |
Header Name | Header Value |
---|---|
X-Request-ID | 775c98a6-d213-4bf4-9840-f543ec2bed35 |
Strict-Transport-Security | max-age=6307200; includeSubDomains |
Strict-Transport-Security | max-age=63072000; includeSubDomains |
Cache-Control | no-store |
Cache-Control | max-age=0, no-cache, no-store, must-revalidate |
Pragma | no-cache |
Pragma | no-cache |
X-XSS-Protection | 1; mode=block |
X-XSS-Protection | 1; mode=block |
X-Content-Type-Options | nosniff |
X-Content-Type-Options | nosniff |
X-Frame-Options | SAMEORIGIN |
X-Powered-By | Servlet/3.0 |
x-request-id | 775c98a6-d213-4bf4-9840-f543ec2bed35 |
Content-Language | en-US |
Content-Encoding | gzip |
Date | Wed, 24 Nov 2021 20:42:12 GMT |
Server | CA-API-Gateway/9.0 |
Name | Passed | Failed | Skipped |
---|---|---|---|
Status code is 204 | 1 | 0 | 0 |
Total | 1 | 0 | 0 |
Test Name | Assertion Error |
---|
Creates a payment initiation resource addressable under {paymentId} with all data relevant for the corresponding payment product. This is the first step in the API to initiate the related payment
Header Name | Header Value |
---|---|
Content-Type | application/json |
X-Request-ID | 6dcd6666-9fa2-4970-9221-9d73a885f1ee |
PSU-Corporate-ID | x |
PSU-IP-Address | 111.111.111.111 |
TPP-Redirect-URI | https://localhost |
User-Agent | PostmanRuntime/7.28.2 |
Accept | */* |
Cache-Control | no-cache |
Postman-Token | 4dd34e3b-a703-4168-ab8a-94a8402e7f81 |
Host | api-test.cib.hu:443 |
Accept-Encoding | gzip, deflate, br |
Connection | keep-alive |
{
"debtorAccount": {
"bban": "107003784476660351100005"
},
"instructedAmount": {
"currency": "EUR",
"amount": "100"
},
"requestedExecutionDate": "2021-07-10",
"creditorAccount": {
"iban": "FR7630004008040001049904936"
},
"creditorName": "Gerzsonka",
"creditorAgent": "ABRAKADABRA",
"creditorAgentName": "Sör Kálmán, a matematikus",
"endToEndIdentification": "átmérő meg a izé",
"creditorAddress": {
"country": "HU",
"street": "Kvóciens"
},
"remittanceInformationUnstructured": "négy...janemöt...1637786533349"
}
Header Name | Header Value |
---|---|
X-Request-ID | 6dcd6666-9fa2-4970-9221-9d73a885f1ee |
Strict-Transport-Security | max-age=6307200; includeSubDomains |
Strict-Transport-Security | max-age=63072000; includeSubDomains |
Cache-Control | no-store |
Cache-Control | max-age=0, no-cache, no-store, must-revalidate |
Pragma | no-cache |
Pragma | no-cache |
X-XSS-Protection | 1; mode=block |
X-XSS-Protection | 1; mode=block |
X-Content-Type-Options | nosniff |
X-Content-Type-Options | nosniff |
X-Frame-Options | SAMEORIGIN |
X-Powered-By | Servlet/3.0 |
Location | https://api-test.cib.hu/v1/payments/sepa-credit-transfers/py12345677e65-4923-9c72-8fd01ad5bbbe |
x-request-id | 6dcd6666-9fa2-4970-9221-9d73a885f1ee |
Content-Language | en-US |
Content-Encoding | gzip |
Content-Type | application/json |
Content-Length | 195 |
Date | Wed, 24 Nov 2021 20:42:13 GMT |
Server | CA-API-Gateway/9.0 |
{"transactionStatus":"RCVD","paymentId":"py12345677e65-4923-9c72-8fd01ad5bbbe","_links":{"startAuthorisation":{"href":"https://api-test.cib.hu/v1/payments/sepa-credit-transfers/py12345677e65-4923-9c72-8fd01ad5bbbe/authorisations"},"self":{"href":"https://api-test.cib.hu/v1/payments/sepa-credit-transfers/py12345677e65-4923-9c72-8fd01ad5bbbe"},"status":{"href":"https://api-test.cib.hu/v1/payments/sepa-credit-transfers/py12345677e65-4923-9c72-8fd01ad5bbbe/status"}}}
Name | Passed | Failed | Skipped |
---|---|---|---|
Status code is 201 | 1 | 0 | 0 |
transactionStatus is returned | 1 | 0 | 0 |
paymentId is returned | 1 | 0 | 0 |
_links.self.href is returned | 1 | 0 | 0 |
_links.status.href is returned | 1 | 0 | 0 |
transactionStatus has value 'RCVD' | 1 | 0 | 0 |
Total | 6 | 0 | 0 |
Test Name | Assertion Error |
---|
Returns the Status of the Consent resource.
Header Name | Header Value |
---|---|
Accept | application/json |
X-Request-ID | a6fe0cfe-c3e8-41a0-ad55-b28dd7019162 |
PSU-Corporate-ID | x |
User-Agent | PostmanRuntime/7.28.2 |
Cache-Control | no-cache |
Postman-Token | f89ff1d0-7092-4f90-a7a6-a966d04aab5f |
Host | api-test.cib.hu:443 |
Accept-Encoding | gzip, deflate, br |
Connection | keep-alive |
Header Name | Header Value |
---|---|
X-Request-ID | a6fe0cfe-c3e8-41a0-ad55-b28dd7019162 |
Strict-Transport-Security | max-age=6307200; includeSubDomains |
Strict-Transport-Security | max-age=63072000; includeSubDomains |
Cache-Control | no-store |
Cache-Control | max-age=0, no-cache, no-store, must-revalidate |
Pragma | no-cache |
Pragma | no-cache |
X-XSS-Protection | 1; mode=block |
X-XSS-Protection | 1; mode=block |
X-Content-Type-Options | nosniff |
X-Content-Type-Options | nosniff |
X-Frame-Options | SAMEORIGIN |
X-Powered-By | Servlet/3.0 |
x-request-id | a6fe0cfe-c3e8-41a0-ad55-b28dd7019162 |
Content-Language | en-US |
Content-Encoding | gzip |
Content-Type | application/json |
Content-Length | 54 |
Date | Wed, 24 Nov 2021 20:42:14 GMT |
Server | CA-API-Gateway/9.0 |
{"authorisationIds":["au12345675"]}
Name | Passed | Failed | Skipped |
---|---|---|---|
Status code is 200 | 1 | 0 | 0 |
authorisationIds is returned | 1 | 0 | 0 |
Total | 2 | 0 | 0 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
X-Request-ID | 3cbe27cd-eb36-4f21-8db6-c7eba948d9e4 |
Content-Type | application/json; charset=UTF-8 |
TPP-Redirect-URI | https://localhost |
PSU-Corporate-ID | x |
User-Agent | PostmanRuntime/7.28.2 |
Accept | */* |
Cache-Control | no-cache |
Postman-Token | 65f5f09f-8c9e-4258-9d23-2d9b39e79caa |
Host | api-test.cib.hu:443 |
Accept-Encoding | gzip, deflate, br |
Connection | keep-alive |
Header Name | Header Value |
---|---|
X-Request-ID | 3cbe27cd-eb36-4f21-8db6-c7eba948d9e4 |
Strict-Transport-Security | max-age=6307200; includeSubDomains |
Strict-Transport-Security | max-age=63072000; includeSubDomains |
Cache-Control | no-store |
Cache-Control | max-age=0, no-cache, no-store, must-revalidate |
Pragma | no-cache |
Pragma | no-cache |
X-XSS-Protection | 1; mode=block |
X-XSS-Protection | 1; mode=block |
X-Content-Type-Options | nosniff |
X-Content-Type-Options | nosniff |
X-Frame-Options | SAMEORIGIN |
X-Powered-By | Servlet/3.0 |
ASPSP-SCA-Approach | REDIRECT |
x-request-id | 3cbe27cd-eb36-4f21-8db6-c7eba948d9e4 |
Content-Language | en-US |
Content-Encoding | gzip |
Content-Type | application/json |
Content-Length | 296 |
Date | Wed, 24 Nov 2021 20:42:15 GMT |
Server | CA-API-Gateway/9.0 |
{"authorisationId":"au12345675054-48a9-868d-7951ae93a694","scaStatus":"scaMethodSelected","_links":{"scaOAuth":{"href":"https://api-test.cib.hu/oauth2/authorize?response_type=code&client_id=PSDHU-MNB-10136915&redirect_uri=https://localhost&scope=PIS:py12345677e65-4923-9c72-8fd01ad5bbbe&auth_sub_scope=au12345675054-48a9-868d-7951ae93a694"},"scaStatus":{"href":"https://api-test.cib.hu/v1/payments/sepa-credit-transfers/py12345677e65-4923-9c72-8fd01ad5bbbe/authorisations/au12345675054-48a9-868d-7951ae93a694"}}}
Name | Passed | Failed | Skipped |
---|---|---|---|
Status code is 201 | 1 | 0 | 0 |
scaStatus is returned | 1 | 0 | 0 |
authorisationId is returned | 1 | 0 | 0 |
_links.scaOAuth.href is returned | 1 | 0 | 0 |
_links.scaStatus.href is returned | 1 | 0 | 0 |
scaStatus has value 'scaMethodSelected' | 1 | 0 | 0 |
Total | 6 | 0 | 0 |
Test Name | Assertion Error |
---|
IMPORTANT NOTE:
This step is an automated SCA process at /oauth2/authorize, run on an inbreed Selenium application locally against the CIB Login web application. In your case you'll have to launch the CIB Login in your browser at /oath2/authorize and enter the data, found amongst the parameters of this call.
Header Name | Header Value |
---|---|
Content-Type | application/x-www-form-urlencoded |
User-Agent | PostmanRuntime/7.28.2 |
Accept | */* |
Cache-Control | no-cache |
Postman-Token | a607c406-6ffd-43e7-891a-9120ae355d45 |
Host | localhost:8766 |
Accept-Encoding | gzip, deflate, br |
Connection | keep-alive |
Header Name | Header Value |
---|---|
Date | Wed, 24 Nov 2021 20:42:16 GMT |
Content-Type | application/json;charset=UTF-8 |
Transfer-Encoding | chunked |
Server | Jetty(9.3.z-SNAPSHOT) |
{"code":"e9b71bd8-ab36-4082-9b64-2354c7769240","tppMessages":null}
Name | Passed | Failed | Skipped |
---|---|---|---|
Status code is 200 | 1 | 0 | 0 |
Total | 1 | 0 | 0 |
Test Name | Assertion Error |
---|
Requests OAuth2 Access token for the Payment resource.
Header Name | Header Value |
---|---|
Content-Type | application/x-www-form-urlencoded |
User-Agent | PostmanRuntime/7.28.2 |
Accept | */* |
Cache-Control | no-cache |
Postman-Token | 6d2dc6fd-57d2-4531-a331-830bde980831 |
Host | api-test.cib.hu:443 |
Accept-Encoding | gzip, deflate, br |
Connection | keep-alive |
{"code":"e9b71bd8-ab36-4082-9b64-2354c7769240","grant_type":"authorization_code","client_id":"PSDHU-MNB-10136915","redirect_uri":"https://localhost","code_verifier":"dBjftJeZ4CVP-mB92K27uhbUJU1p1r_wW1gFWFOEjXk"}
Header Name | Header Value |
---|---|
Pragma | no-cache |
Cache-Control | no-store |
Content-Encoding | gzip |
Content-Type | application/json;charset=UTF-8 |
Content-Length | 185 |
Date | Wed, 24 Nov 2021 20:42:40 GMT |
Server | CA-API-Gateway/9.0 |
{
"access_token":"a9cca5eb-7a8e-413a-929a-ced028adc896",
"token_type":"Bearer",
"expires_in":3600,
"refresh_token":"f9f2b43e-7ec4-4708-9c35-8500dff8d799",
"scope":"PIS:py12345677e65-4923-9c72-8fd01ad5bbbe"
}
Name | Passed | Failed | Skipped |
---|---|---|---|
Status code is 200 | 1 | 0 | 0 |
access_token is returned | 1 | 0 | 0 |
token_type is returned | 1 | 0 | 0 |
expires_in is returned | 1 | 0 | 0 |
refresh_token is returned | 1 | 0 | 0 |
scope is returned | 1 | 0 | 0 |
Total | 6 | 0 | 0 |
Test Name | Assertion Error |
---|
Returns the Status of the Consent resource.
Header Name | Header Value |
---|---|
Accept | application/json |
X-Request-ID | a92af3e5-e0e0-4f0f-9f1e-c88f04aa93b7 |
PSU-Corporate-ID | x |
User-Agent | PostmanRuntime/7.28.2 |
Cache-Control | no-cache |
Postman-Token | d2ed77e7-692b-4b09-90b7-ac87fad2685e |
Host | api-test.cib.hu:443 |
Accept-Encoding | gzip, deflate, br |
Connection | keep-alive |
Header Name | Header Value |
---|---|
X-Request-ID | a92af3e5-e0e0-4f0f-9f1e-c88f04aa93b7 |
Strict-Transport-Security | max-age=6307200; includeSubDomains |
Strict-Transport-Security | max-age=63072000; includeSubDomains |
Cache-Control | no-store |
Cache-Control | max-age=0, no-cache, no-store, must-revalidate |
Pragma | no-cache |
Pragma | no-cache |
X-XSS-Protection | 1; mode=block |
X-XSS-Protection | 1; mode=block |
X-Content-Type-Options | nosniff |
X-Content-Type-Options | nosniff |
X-Frame-Options | SAMEORIGIN |
X-Powered-By | Servlet/3.0 |
x-request-id | a92af3e5-e0e0-4f0f-9f1e-c88f04aa93b7 |
Content-Language | en-US |
Content-Encoding | gzip |
Content-Type | application/json |
Content-Length | 45 |
Date | Wed, 24 Nov 2021 20:42:42 GMT |
Server | CA-API-Gateway/9.0 |
{"scaStatus":"finalised"}
Name | Passed | Failed | Skipped |
---|---|---|---|
Status code is 200 | 1 | 0 | 0 |
scaStatus is returned | 1 | 0 | 0 |
Total | 2 | 0 | 0 |
Test Name | Assertion Error |
---|
Get the payment status.
Header Name | Header Value |
---|---|
Accept | application/json; charset=utf-8 |
X-Request-ID | df53589b-4da4-4063-8693-f4324a9cd1c7 |
PSU-IP-Address | 111.111.111.111 |
Authorization | BEARER a9cca5eb-7a8e-413a-929a-ced028adc896 |
PSU-Corporate-ID | x |
User-Agent | PostmanRuntime/7.28.2 |
Cache-Control | no-cache |
Postman-Token | 502800ff-4e52-45c2-9773-e2bbc1ec039f |
Host | api-test.cib.hu:443 |
Accept-Encoding | gzip, deflate, br |
Connection | keep-alive |
Header Name | Header Value |
---|---|
X-Request-ID | df53589b-4da4-4063-8693-f4324a9cd1c7 |
Strict-Transport-Security | max-age=6307200; includeSubDomains |
Strict-Transport-Security | max-age=63072000; includeSubDomains |
Cache-Control | no-store |
Cache-Control | max-age=0, no-cache, no-store, must-revalidate |
Pragma | no-cache |
Pragma | no-cache |
X-XSS-Protection | 1; mode=block |
X-XSS-Protection | 1; mode=block |
X-Content-Type-Options | nosniff |
X-Content-Type-Options | nosniff |
X-Frame-Options | SAMEORIGIN |
X-Powered-By | Servlet/3.0 |
x-request-id | df53589b-4da4-4063-8693-f4324a9cd1c7 |
Content-Language | en-US |
Content-Encoding | gzip |
Content-Type | application/json;charset=utf-8 |
Content-Length | 48 |
Date | Wed, 24 Nov 2021 20:42:43 GMT |
Server | CA-API-Gateway/9.0 |
{"transactionStatus":"ACSC"}
Name | Passed | Failed | Skipped |
---|---|---|---|
Status code is 200 | 1 | 0 | 0 |
transactionStatus is returned | 1 | 0 | 0 |
Total | 2 | 0 | 0 |
Test Name | Assertion Error |
---|
Get the payment details.
Header Name | Header Value |
---|---|
Accept | application/json; charset=utf-8 |
X-Request-ID | 7fa2244d-b062-484f-afef-458d2d183fd9 |
PSU-IP-Address | 111.111.111.111 |
Authorization | BEARER a9cca5eb-7a8e-413a-929a-ced028adc896 |
PSU-Corporate-ID | x |
User-Agent | PostmanRuntime/7.28.2 |
Cache-Control | no-cache |
Postman-Token | c1e84e2c-7378-48f6-b4d0-265aa082574e |
Host | api-test.cib.hu:443 |
Accept-Encoding | gzip, deflate, br |
Connection | keep-alive |
Header Name | Header Value |
---|---|
X-Request-ID | 7fa2244d-b062-484f-afef-458d2d183fd9 |
Strict-Transport-Security | max-age=6307200; includeSubDomains |
Strict-Transport-Security | max-age=63072000; includeSubDomains |
Cache-Control | no-store |
Cache-Control | max-age=0, no-cache, no-store, must-revalidate |
Pragma | no-cache |
Pragma | no-cache |
X-XSS-Protection | 1; mode=block |
X-XSS-Protection | 1; mode=block |
X-Content-Type-Options | nosniff |
X-Content-Type-Options | nosniff |
X-Frame-Options | SAMEORIGIN |
X-Powered-By | Servlet/3.0 |
x-request-id | 7fa2244d-b062-484f-afef-458d2d183fd9 |
Content-Language | en-US |
Content-Encoding | gzip |
Content-Type | application/json;charset=utf-8 |
Content-Length | 330 |
Date | Wed, 24 Nov 2021 20:42:44 GMT |
Server | CA-API-Gateway/9.0 |
{"debtorAccount":{"bban":"107003784476660351100005"},"instructedAmount":{"currency":"EUR","amount":100},"creditorAccount":{"iban":"FR7630004008040001049904936"},"creditorName":"Gerzsonka","creditorAgent":"ABRAKADABRA","creditorAgentName":"Sör Kálmán, a matematikus","remittanceInformationUnstructured":"négy...janemöt...","requestedExecutionDate":"2021-05-27","creditorAddress":{"street":"Kvóciens","country":"HU"},"endToEndIdentification":"átmérő meg a izé"}
Name | Passed | Failed | Skipped |
---|---|---|---|
Status code is 200 | 1 | 0 | 0 |
instructedAmount.currency is returned | 1 | 0 | 0 |
instructedAmount.amount is returned | 1 | 0 | 0 |
creditorName is returned | 1 | 0 | 0 |
remittanceInformationUnstructured is returned | 1 | 0 | 0 |
creditorAddress is returned | 1 | 0 | 0 |
debtorAccount.bban has value '107003784476660351100005' | 1 | 0 | 0 |
instructedAmount.currency has value 'EUR' | 1 | 0 | 0 |
instructedAmount.amount has value '100' | 1 | 0 | 0 |
creditorAccount.iban has value 'FR7630004008040001049904936' | 1 | 0 | 0 |
remittanceInformationUnstructured has value 'négy...janemöt...' | 1 | 0 | 0 |
creditorAgentName has value 'Sör Kálmán, a matematikus' | 1 | 0 | 0 |
Total | 12 | 0 | 0 |
Test Name | Assertion Error |
---|
Returns the Content of the Consent resource.
Header Name | Header Value |
---|---|
Content-Type | application/json; charset=utf-8 |
X-Request-ID | 58ba3772-1f6c-4c55-9e04-4aa707eb8262 |
Authorization | BEARER a9cca5eb-7a8e-413a-929a-ced028adc896 |
PSU-Corporate-ID | x |
User-Agent | PostmanRuntime/7.28.2 |
Accept | */* |
Cache-Control | no-cache |
Postman-Token | f131df06-9aa3-418e-acc8-bc00d47e68c5 |
Host | api-test.cib.hu:443 |
Accept-Encoding | gzip, deflate, br |
Connection | keep-alive |
Header Name | Header Value |
---|---|
X-Request-ID | 58ba3772-1f6c-4c55-9e04-4aa707eb8262 |
Strict-Transport-Security | max-age=6307200; includeSubDomains |
Strict-Transport-Security | max-age=63072000; includeSubDomains |
Cache-Control | no-store |
Cache-Control | max-age=0, no-cache, no-store, must-revalidate |
Pragma | no-cache |
Pragma | no-cache |
X-XSS-Protection | 1; mode=block |
X-XSS-Protection | 1; mode=block |
X-Content-Type-Options | nosniff |
X-Content-Type-Options | nosniff |
X-Frame-Options | SAMEORIGIN |
X-Powered-By | Servlet/3.0 |
x-request-id | 58ba3772-1f6c-4c55-9e04-4aa707eb8262 |
Content-Language | en-US |
Content-Encoding | gzip |
Date | Wed, 24 Nov 2021 20:42:45 GMT |
Server | CA-API-Gateway/9.0 |
Name | Passed | Failed | Skipped |
---|---|---|---|
Status code is 204 | 1 | 0 | 0 |
Total | 1 | 0 | 0 |
Test Name | Assertion Error |
---|
Creates a payment initiation resource addressable under {paymentId} with all data relevant for the corresponding payment product. This is the first step in the API to initiate the related payment
Header Name | Header Value |
---|---|
Content-Type | application/json |
X-Request-ID | 3b91a0f5-fd4e-4859-9415-19db5dd1cb3e |
PSU-Corporate-ID | x |
PSU-IP-Address | 111.111.111.111 |
TPP-Redirect-URI | https://localhost |
User-Agent | PostmanRuntime/7.28.2 |
Accept | */* |
Cache-Control | no-cache |
Postman-Token | a61c1409-5b82-4a9f-a8ae-2a61d3ab8d32 |
Host | api-test.cib.hu:443 |
Accept-Encoding | gzip, deflate, br |
Connection | keep-alive |
{
"debtorAccount": {
"bban": "107003784476660351100005"
},
"instructedAmount": {
"currency": "USD",
"amount": "10"
},
"requestedExecutionDate": "2021-07-10",
"creditorAccount": {
"iban": "SK7630004008040001049904936"
},
"creditorName": "Gerzsonka",
"creditorAgent": "ARBADAKARBA",
"creditorAgentName": "Sör Kálmán, a matematikus",
"endToEndIdentification": "noszóval",
"creditorAddress": {
"country": "DE"
},
"remittanceInformationUnstructured": "vagyinkább...ööö...négy1637786566981"
}
Header Name | Header Value |
---|---|
X-Request-ID | 3b91a0f5-fd4e-4859-9415-19db5dd1cb3e |
Strict-Transport-Security | max-age=6307200; includeSubDomains |
Strict-Transport-Security | max-age=63072000; includeSubDomains |
Cache-Control | no-store |
Cache-Control | max-age=0, no-cache, no-store, must-revalidate |
Pragma | no-cache |
Pragma | no-cache |
X-XSS-Protection | 1; mode=block |
X-XSS-Protection | 1; mode=block |
X-Content-Type-Options | nosniff |
X-Content-Type-Options | nosniff |
X-Frame-Options | SAMEORIGIN |
X-Powered-By | Servlet/3.0 |
Location | https://api-test.cib.hu/v1/payments/cross-border-credit-transfers/py12345678243-4dec-af15-739813910a63 |
x-request-id | 3b91a0f5-fd4e-4859-9415-19db5dd1cb3e |
Content-Language | en-US |
Content-Encoding | gzip |
Content-Type | application/json |
Content-Length | 201 |
Date | Wed, 24 Nov 2021 20:42:46 GMT |
Server | CA-API-Gateway/9.0 |
{"transactionStatus":"RCVD","paymentId":"py12345678243-4dec-af15-739813910a63","_links":{"startAuthorisation":{"href":"https://api-test.cib.hu/v1/payments/cross-border-credit-transfers/py12345678243-4dec-af15-739813910a63/authorisations"},"self":{"href":"https://api-test.cib.hu/v1/payments/cross-border-credit-transfers/py12345678243-4dec-af15-739813910a63"},"status":{"href":"https://api-test.cib.hu/v1/payments/cross-border-credit-transfers/py12345678243-4dec-af15-739813910a63/status"}}}
Name | Passed | Failed | Skipped |
---|---|---|---|
Status code is 201 | 1 | 0 | 0 |
transactionStatus is returned | 1 | 0 | 0 |
paymentId is returned | 1 | 0 | 0 |
_links.self.href is returned | 1 | 0 | 0 |
_links.status.href is returned | 1 | 0 | 0 |
transactionStatus has value 'RCVD' | 1 | 0 | 0 |
Total | 6 | 0 | 0 |
Test Name | Assertion Error |
---|
Returns the Status of the Consent resource.
Header Name | Header Value |
---|---|
Accept | application/json |
X-Request-ID | f59236e1-1ab7-417f-961a-4db79c1ff982 |
Authorization | BEARER {{access-token-cb}} |
tpp-registration-number | PSDHU-MNB-10136915 |
PSU-Corporate-ID | x |
User-Agent | PostmanRuntime/7.28.2 |
Cache-Control | no-cache |
Postman-Token | cb5bec2b-9999-4fec-b691-c217a27e80ec |
Host | api-test.cib.hu:443 |
Accept-Encoding | gzip, deflate, br |
Connection | keep-alive |
Header Name | Header Value |
---|---|
X-Request-ID | f59236e1-1ab7-417f-961a-4db79c1ff982 |
Strict-Transport-Security | max-age=6307200; includeSubDomains |
Strict-Transport-Security | max-age=63072000; includeSubDomains |
Cache-Control | no-store |
Cache-Control | max-age=0, no-cache, no-store, must-revalidate |
Pragma | no-cache |
Pragma | no-cache |
X-XSS-Protection | 1; mode=block |
X-XSS-Protection | 1; mode=block |
X-Content-Type-Options | nosniff |
X-Content-Type-Options | nosniff |
X-Frame-Options | SAMEORIGIN |
X-Powered-By | Servlet/3.0 |
x-request-id | f59236e1-1ab7-417f-961a-4db79c1ff982 |
Content-Language | en-US |
Content-Encoding | gzip |
Content-Type | application/json |
Content-Length | 54 |
Date | Wed, 24 Nov 2021 20:42:48 GMT |
Server | CA-API-Gateway/9.0 |
{"authorisationIds":["au12345675"]}
Name | Passed | Failed | Skipped |
---|---|---|---|
Status code is 200 | 1 | 0 | 0 |
authorisationIds is returned | 1 | 0 | 0 |
Total | 2 | 0 | 0 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
X-Request-ID | 22b0deed-854d-4a0f-bb82-37e3dc89b7d3 |
Content-Type | application/json; charset=UTF-8 |
TPP-Redirect-URI | https://localhost |
PSU-Corporate-ID | x |
User-Agent | PostmanRuntime/7.28.2 |
Accept | */* |
Cache-Control | no-cache |
Postman-Token | a9bd3b28-3386-4c74-9c52-738a526b3fb6 |
Host | api-test.cib.hu:443 |
Accept-Encoding | gzip, deflate, br |
Connection | keep-alive |
Header Name | Header Value |
---|---|
X-Request-ID | 22b0deed-854d-4a0f-bb82-37e3dc89b7d3 |
Strict-Transport-Security | max-age=6307200; includeSubDomains |
Strict-Transport-Security | max-age=63072000; includeSubDomains |
Cache-Control | no-store |
Cache-Control | max-age=0, no-cache, no-store, must-revalidate |
Pragma | no-cache |
Pragma | no-cache |
X-XSS-Protection | 1; mode=block |
X-XSS-Protection | 1; mode=block |
X-Content-Type-Options | nosniff |
X-Content-Type-Options | nosniff |
X-Frame-Options | SAMEORIGIN |
X-Powered-By | Servlet/3.0 |
ASPSP-SCA-Approach | REDIRECT |
x-request-id | 22b0deed-854d-4a0f-bb82-37e3dc89b7d3 |
Content-Language | en-US |
Content-Encoding | gzip |
Content-Type | application/json |
Content-Length | 302 |
Date | Wed, 24 Nov 2021 20:42:49 GMT |
Server | CA-API-Gateway/9.0 |
{"authorisationId":"au12345675121-4fef-a1de-f26245d7e623","scaStatus":"scaMethodSelected","_links":{"scaOAuth":{"href":"https://api-test.cib.hu/oauth2/authorize?response_type=code&client_id=PSDHU-MNB-10136915&redirect_uri=https://localhost&scope=PIS:py12345678243-4dec-af15-739813910a63&auth_sub_scope=au12345675121-4fef-a1de-f26245d7e623"},"scaStatus":{"href":"https://api-test.cib.hu/v1/payments/cross-border-credit-transfers/py12345678243-4dec-af15-739813910a63/authorisations/au12345675121-4fef-a1de-f26245d7e623"}}}
Name | Passed | Failed | Skipped |
---|---|---|---|
Status code is 201 | 1 | 0 | 0 |
scaStatus is returned | 1 | 0 | 0 |
authorisationId is returned | 1 | 0 | 0 |
_links.scaOAuth.href is returned | 1 | 0 | 0 |
_links.scaStatus.href is returned | 1 | 0 | 0 |
scaStatus has value 'scaMethodSelected' | 1 | 0 | 0 |
Total | 6 | 0 | 0 |
Test Name | Assertion Error |
---|
IMPORTANT NOTE:
This step is an automated SCA process at /oauth2/authorize, run on an inbreed Selenium application locally against the CIB Login web application. In your case you'll have to launch the CIB Login in your browser at /oath2/authorize and enter the data, found amongst the parameters of this call.
Header Name | Header Value |
---|---|
Content-Type | application/x-www-form-urlencoded |
User-Agent | PostmanRuntime/7.28.2 |
Accept | */* |
Cache-Control | no-cache |
Postman-Token | 882fdb4e-eef7-43d3-8c63-e3c7018026d6 |
Host | localhost:8766 |
Accept-Encoding | gzip, deflate, br |
Connection | keep-alive |
Header Name | Header Value |
---|---|
Date | Wed, 24 Nov 2021 20:42:50 GMT |
Content-Type | application/json;charset=UTF-8 |
Transfer-Encoding | chunked |
Server | Jetty(9.3.z-SNAPSHOT) |
{"code":"3acd3fd2-d8db-478c-8627-698e889d78bc","tppMessages":null}
Name | Passed | Failed | Skipped |
---|---|---|---|
Status code is 200 | 1 | 0 | 0 |
Total | 1 | 0 | 0 |
Test Name | Assertion Error |
---|
Requests OAuth2 Access token for the Payment resource.
Header Name | Header Value |
---|---|
Content-Type | application/x-www-form-urlencoded |
User-Agent | PostmanRuntime/7.28.2 |
Accept | */* |
Cache-Control | no-cache |
Postman-Token | 5375407a-e263-46d8-97f4-671f7f2dff95 |
Host | api-test.cib.hu:443 |
Accept-Encoding | gzip, deflate, br |
Connection | keep-alive |
{"code":"3acd3fd2-d8db-478c-8627-698e889d78bc","grant_type":"authorization_code","client_id":"PSDHU-MNB-10136915","redirect_uri":"https://localhost","code_verifier":"dBjftJeZ4CVP-mB92K27uhbUJU1p1r_wW1gFWFOEjXk"}
Header Name | Header Value |
---|---|
Pragma | no-cache |
Cache-Control | no-store |
Content-Encoding | gzip |
Content-Type | application/json;charset=UTF-8 |
Content-Length | 184 |
Date | Wed, 24 Nov 2021 20:43:14 GMT |
Server | CA-API-Gateway/9.0 |
{
"access_token":"fc1a4293-dc00-477a-a2c1-a9fd4ac3a755",
"token_type":"Bearer",
"expires_in":3600,
"refresh_token":"d09eabed-a047-4ba4-833e-8d1c53f3093e",
"scope":"PIS:py12345678243-4dec-af15-739813910a63"
}
Name | Passed | Failed | Skipped |
---|---|---|---|
Status code is 200 | 1 | 0 | 0 |
access_token is returned | 1 | 0 | 0 |
token_type is returned | 1 | 0 | 0 |
expires_in is returned | 1 | 0 | 0 |
refresh_token is returned | 1 | 0 | 0 |
scope is returned | 1 | 0 | 0 |
Total | 6 | 0 | 0 |
Test Name | Assertion Error |
---|
Returns the Status of the Consent resource.
Header Name | Header Value |
---|---|
Accept | application/json |
X-Request-ID | 4a5ee055-19a8-4069-82f9-c431316c2d95 |
PSU-Corporate-ID | x |
User-Agent | PostmanRuntime/7.28.2 |
Cache-Control | no-cache |
Postman-Token | 23c91615-695f-4d61-80bf-4dada2aed277 |
Host | api-test.cib.hu:443 |
Accept-Encoding | gzip, deflate, br |
Connection | keep-alive |
Header Name | Header Value |
---|---|
X-Request-ID | 4a5ee055-19a8-4069-82f9-c431316c2d95 |
Strict-Transport-Security | max-age=6307200; includeSubDomains |
Strict-Transport-Security | max-age=63072000; includeSubDomains |
Cache-Control | no-store |
Cache-Control | max-age=0, no-cache, no-store, must-revalidate |
Pragma | no-cache |
Pragma | no-cache |
X-XSS-Protection | 1; mode=block |
X-XSS-Protection | 1; mode=block |
X-Content-Type-Options | nosniff |
X-Content-Type-Options | nosniff |
X-Frame-Options | SAMEORIGIN |
X-Powered-By | Servlet/3.0 |
x-request-id | 4a5ee055-19a8-4069-82f9-c431316c2d95 |
Content-Language | en-US |
Content-Encoding | gzip |
Content-Type | application/json |
Content-Length | 45 |
Date | Wed, 24 Nov 2021 20:43:15 GMT |
Server | CA-API-Gateway/9.0 |
{"scaStatus":"finalised"}
Name | Passed | Failed | Skipped |
---|---|---|---|
Status code is 200 | 1 | 0 | 0 |
scaStatus is returned | 1 | 0 | 0 |
Total | 2 | 0 | 0 |
Test Name | Assertion Error |
---|
Get the payment status.
Header Name | Header Value |
---|---|
Accept | application/json; charset=utf-8 |
X-Request-ID | 74d33bf9-ae67-40b0-8ecd-1145cf302241 |
PSU-IP-Address | 111.111.111.111 |
Authorization | BEARER fc1a4293-dc00-477a-a2c1-a9fd4ac3a755 |
PSU-Corporate-ID | x |
User-Agent | PostmanRuntime/7.28.2 |
Cache-Control | no-cache |
Postman-Token | ac42332c-c336-46d8-a5da-c1361ad3872a |
Host | api-test.cib.hu:443 |
Accept-Encoding | gzip, deflate, br |
Connection | keep-alive |
Header Name | Header Value |
---|---|
X-Request-ID | 74d33bf9-ae67-40b0-8ecd-1145cf302241 |
Strict-Transport-Security | max-age=6307200; includeSubDomains |
Strict-Transport-Security | max-age=63072000; includeSubDomains |
Cache-Control | no-store |
Cache-Control | max-age=0, no-cache, no-store, must-revalidate |
Pragma | no-cache |
Pragma | no-cache |
X-XSS-Protection | 1; mode=block |
X-XSS-Protection | 1; mode=block |
X-Content-Type-Options | nosniff |
X-Content-Type-Options | nosniff |
X-Frame-Options | SAMEORIGIN |
X-Powered-By | Servlet/3.0 |
x-request-id | 74d33bf9-ae67-40b0-8ecd-1145cf302241 |
Content-Language | en-US |
Content-Encoding | gzip |
Content-Type | application/json;charset=utf-8 |
Content-Length | 48 |
Date | Wed, 24 Nov 2021 20:43:16 GMT |
Server | CA-API-Gateway/9.0 |
{"transactionStatus":"ACSC"}
Name | Passed | Failed | Skipped |
---|---|---|---|
Status code is 200 | 1 | 0 | 0 |
transactionStatus is returned | 1 | 0 | 0 |
Total | 2 | 0 | 0 |
Test Name | Assertion Error |
---|
Get the payment details.
Header Name | Header Value |
---|---|
Accept | application/json; charset=utf-8 |
X-Request-ID | f083e9d2-1224-48c2-9822-75fd34a54e7d |
PSU-IP-Address | 111.111.111.111 |
Authorization | BEARER fc1a4293-dc00-477a-a2c1-a9fd4ac3a755 |
PSU-Corporate-ID | x |
User-Agent | PostmanRuntime/7.28.2 |
Cache-Control | no-cache |
Postman-Token | e6969f7b-8062-4381-a31e-2143e625cb4d |
Host | api-test.cib.hu:443 |
Accept-Encoding | gzip, deflate, br |
Connection | keep-alive |
Header Name | Header Value |
---|---|
X-Request-ID | f083e9d2-1224-48c2-9822-75fd34a54e7d |
Strict-Transport-Security | max-age=6307200; includeSubDomains |
Strict-Transport-Security | max-age=63072000; includeSubDomains |
Cache-Control | no-store |
Cache-Control | max-age=0, no-cache, no-store, must-revalidate |
Pragma | no-cache |
Pragma | no-cache |
X-XSS-Protection | 1; mode=block |
X-XSS-Protection | 1; mode=block |
X-Content-Type-Options | nosniff |
X-Content-Type-Options | nosniff |
X-Frame-Options | SAMEORIGIN |
X-Powered-By | Servlet/3.0 |
x-request-id | f083e9d2-1224-48c2-9822-75fd34a54e7d |
Content-Language | en-US |
Content-Encoding | gzip |
Content-Type | application/json;charset=utf-8 |
Content-Length | 324 |
Date | Wed, 24 Nov 2021 20:43:18 GMT |
Server | CA-API-Gateway/9.0 |
{"debtorAccount":{"bban":"107003784476660351100005"},"instructedAmount":{"currency":"USD","amount":10},"creditorAccount":{"iban":"SK7630004008040001049904936"},"creditorName":"Gerzsonka","creditorAgent":"ARBADAKARBA","creditorAgentName":"Sör Kálmán, a matematikus","remittanceInformationUnstructured":"vagyinkább...ööö...négy","requestedExecutionDate":"2021-05-27","creditorAddress":{"city":"Tanárúr","country":"DE"},"endToEndIdentification":"noszóval"}
Name | Passed | Failed | Skipped |
---|---|---|---|
Status code is 200 | 1 | 0 | 0 |
instructedAmount.currency is returned | 1 | 0 | 0 |
instructedAmount.amount is returned | 1 | 0 | 0 |
creditorName is returned | 1 | 0 | 0 |
remittanceInformationUnstructured is returned | 1 | 0 | 0 |
creditorAddress is returned | 1 | 0 | 0 |
debtorAccount.bban has value '107003784476660351100005' | 1 | 0 | 0 |
instructedAmount.currency has value 'USD' | 1 | 0 | 0 |
instructedAmount.amount has value '10' | 1 | 0 | 0 |
creditorAccount.iban has value 'SK7630004008040001049904936' | 1 | 0 | 0 |
remittanceInformationUnstructured has value 'vagyinkább...ööö...négy' | 1 | 0 | 0 |
creditorAgentName has value 'Sör Kálmán, a matematikus' | 1 | 0 | 0 |
Total | 12 | 0 | 0 |
Test Name | Assertion Error |
---|
Returns the Content of the Consent resource.
Header Name | Header Value |
---|---|
Content-Type | application/json; charset=utf-8 |
X-Request-ID | db7b322b-a7e2-45bc-8833-d0974886d985 |
Authorization | BEARER fc1a4293-dc00-477a-a2c1-a9fd4ac3a755 |
PSU-Corporate-ID | x |
User-Agent | PostmanRuntime/7.28.2 |
Accept | */* |
Cache-Control | no-cache |
Postman-Token | ddf30c14-197e-4685-8787-6b825e0b25a4 |
Host | api-test.cib.hu:443 |
Accept-Encoding | gzip, deflate, br |
Connection | keep-alive |
Header Name | Header Value |
---|---|
X-Request-ID | db7b322b-a7e2-45bc-8833-d0974886d985 |
Strict-Transport-Security | max-age=6307200; includeSubDomains |
Strict-Transport-Security | max-age=63072000; includeSubDomains |
Cache-Control | no-store |
Cache-Control | max-age=0, no-cache, no-store, must-revalidate |
Pragma | no-cache |
Pragma | no-cache |
X-XSS-Protection | 1; mode=block |
X-XSS-Protection | 1; mode=block |
X-Content-Type-Options | nosniff |
X-Content-Type-Options | nosniff |
X-Frame-Options | SAMEORIGIN |
X-Powered-By | Servlet/3.0 |
x-request-id | db7b322b-a7e2-45bc-8833-d0974886d985 |
Content-Language | en-US |
Content-Encoding | gzip |
Date | Wed, 24 Nov 2021 20:43:19 GMT |
Server | CA-API-Gateway/9.0 |
Name | Passed | Failed | Skipped |
---|---|---|---|
Status code is 204 | 1 | 0 | 0 |
Total | 1 | 0 | 0 |
Test Name | Assertion Error |
---|
Creates a payment initiation resource addressable under {paymentId} with all data relevant for the corresponding payment product. This is the first step in the API to initiate the related payment
Header Name | Header Value |
---|---|
Content-Type | application/json |
X-Request-ID | d520b41d-1595-421c-8102-54e74ade01e3 |
PSU-Corporate-ID | x |
PSU-IP-Address | 111.111.111.111 |
TPP-Redirect-URI | https://localhost |
User-Agent | PostmanRuntime/7.28.2 |
Accept | */* |
Cache-Control | no-cache |
Postman-Token | ac3d4575-4558-4ad0-a82a-40151a1dc15f |
Host | api-test.cib.hu:443 |
Accept-Encoding | gzip, deflate, br |
Connection | keep-alive |
{
"debtorAccount": {
"bban": "107003784476660351300009"
},
"instructedAmount": {
"currency": "EUR",
"amount": "200"
},
"requestedExecutionDate": "2021-07-10",
"creditorAccount": {
"iban": "HU73117733220054024500000000"
},
"creditorName": "Gerzsonka",
"creditorAgent": "ARBADAKARBA",
"creditorAgentName": "Sör Kálmán, a matematikus",
"endToEndIdentification": "Mi ez már... itt?",
"creditorAddress": {
"country": "DE"
},
"remittanceInformationUnstructured": "Szóval ha ott az átmérővel...1637786600561"
}
Header Name | Header Value |
---|---|
X-Request-ID | d520b41d-1595-421c-8102-54e74ade01e3 |
Strict-Transport-Security | max-age=6307200; includeSubDomains |
Strict-Transport-Security | max-age=63072000; includeSubDomains |
Cache-Control | no-store |
Cache-Control | max-age=0, no-cache, no-store, must-revalidate |
Pragma | no-cache |
Pragma | no-cache |
X-XSS-Protection | 1; mode=block |
X-XSS-Protection | 1; mode=block |
X-Content-Type-Options | nosniff |
X-Content-Type-Options | nosniff |
X-Frame-Options | SAMEORIGIN |
X-Powered-By | Servlet/3.0 |
Location | https://api-test.cib.hu/v1/payments/target-2-payments/py123456799b3-475b-8c1f-7b37b140a340 |
x-request-id | d520b41d-1595-421c-8102-54e74ade01e3 |
Content-Language | en-US |
Content-Encoding | gzip |
Content-Type | application/json |
Content-Length | 191 |
Date | Wed, 24 Nov 2021 20:43:20 GMT |
Server | CA-API-Gateway/9.0 |
{"transactionStatus":"RCVD","paymentId":"py123456799b3-475b-8c1f-7b37b140a340","_links":{"startAuthorisation":{"href":"https://api-test.cib.hu/v1/payments/target-2-payments/py123456799b3-475b-8c1f-7b37b140a340/authorisations"},"self":{"href":"https://api-test.cib.hu/v1/payments/target-2-payments/py123456799b3-475b-8c1f-7b37b140a340"},"status":{"href":"https://api-test.cib.hu/v1/payments/target-2-payments/py123456799b3-475b-8c1f-7b37b140a340/status"}}}
Name | Passed | Failed | Skipped |
---|---|---|---|
Status code is 201 | 1 | 0 | 0 |
transactionStatus is returned | 1 | 0 | 0 |
paymentId is returned | 1 | 0 | 0 |
_links.self.href is returned | 1 | 0 | 0 |
_links.status.href is returned | 1 | 0 | 0 |
transactionStatus has value 'RCVD' | 1 | 0 | 0 |
Total | 6 | 0 | 0 |
Test Name | Assertion Error |
---|
Returns the Status of the Consent resource.
Header Name | Header Value |
---|---|
Accept | application/json |
X-Request-ID | d0348d2e-29d2-4665-83f9-8b98af40ffe9 |
PSU-Corporate-ID | x |
User-Agent | PostmanRuntime/7.28.2 |
Cache-Control | no-cache |
Postman-Token | 10a8e086-24d1-483b-b6a5-acd86c8d98bc |
Host | api-test.cib.hu:443 |
Accept-Encoding | gzip, deflate, br |
Connection | keep-alive |
Header Name | Header Value |
---|---|
X-Request-ID | d0348d2e-29d2-4665-83f9-8b98af40ffe9 |
Strict-Transport-Security | max-age=6307200; includeSubDomains |
Strict-Transport-Security | max-age=63072000; includeSubDomains |
Cache-Control | no-store |
Cache-Control | max-age=0, no-cache, no-store, must-revalidate |
Pragma | no-cache |
Pragma | no-cache |
X-XSS-Protection | 1; mode=block |
X-XSS-Protection | 1; mode=block |
X-Content-Type-Options | nosniff |
X-Content-Type-Options | nosniff |
X-Frame-Options | SAMEORIGIN |
X-Powered-By | Servlet/3.0 |
x-request-id | d0348d2e-29d2-4665-83f9-8b98af40ffe9 |
Content-Language | en-US |
Content-Encoding | gzip |
Content-Type | application/json |
Content-Length | 54 |
Date | Wed, 24 Nov 2021 20:43:21 GMT |
Server | CA-API-Gateway/9.0 |
{"authorisationIds":["au12345675"]}
Name | Passed | Failed | Skipped |
---|---|---|---|
Status code is 200 | 1 | 0 | 0 |
authorisationIds is returned | 1 | 0 | 0 |
Total | 2 | 0 | 0 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
X-Request-ID | ca21db41-13c5-4030-9000-4475a0f502a6 |
Content-Type | application/json; charset=UTF-8 |
TPP-Redirect-URI | https://localhost |
PSU-Corporate-ID | x |
User-Agent | PostmanRuntime/7.28.2 |
Accept | */* |
Cache-Control | no-cache |
Postman-Token | 0f35ffba-74bf-4a4d-ac24-9ced1235001b |
Host | api-test.cib.hu:443 |
Accept-Encoding | gzip, deflate, br |
Connection | keep-alive |
Header Name | Header Value |
---|---|
X-Request-ID | ca21db41-13c5-4030-9000-4475a0f502a6 |
Strict-Transport-Security | max-age=6307200; includeSubDomains |
Strict-Transport-Security | max-age=63072000; includeSubDomains |
Cache-Control | no-store |
Cache-Control | max-age=0, no-cache, no-store, must-revalidate |
Pragma | no-cache |
Pragma | no-cache |
X-XSS-Protection | 1; mode=block |
X-XSS-Protection | 1; mode=block |
X-Content-Type-Options | nosniff |
X-Content-Type-Options | nosniff |
X-Frame-Options | SAMEORIGIN |
X-Powered-By | Servlet/3.0 |
ASPSP-SCA-Approach | REDIRECT |
x-request-id | ca21db41-13c5-4030-9000-4475a0f502a6 |
Content-Language | en-US |
Content-Encoding | gzip |
Content-Type | application/json |
Content-Length | 292 |
Date | Wed, 24 Nov 2021 20:43:23 GMT |
Server | CA-API-Gateway/9.0 |
{"authorisationId":"au12345675e0b-4dda-934d-cfe15914b06a","scaStatus":"scaMethodSelected","_links":{"scaOAuth":{"href":"https://api-test.cib.hu/oauth2/authorize?response_type=code&client_id=PSDHU-MNB-10136915&redirect_uri=https://localhost&scope=PIS:py123456799b3-475b-8c1f-7b37b140a340&auth_sub_scope=au12345675e0b-4dda-934d-cfe15914b06a"},"scaStatus":{"href":"https://api-test.cib.hu/v1/payments/target-2-payments/py123456799b3-475b-8c1f-7b37b140a340/authorisations/au12345675e0b-4dda-934d-cfe15914b06a"}}}
Name | Passed | Failed | Skipped |
---|---|---|---|
Status code is 201 | 1 | 0 | 0 |
scaStatus is returned | 1 | 0 | 0 |
authorisationId is returned | 1 | 0 | 0 |
_links.scaOAuth.href is returned | 1 | 0 | 0 |
_links.scaStatus.href is returned | 1 | 0 | 0 |
scaStatus has value 'scaMethodSelected' | 1 | 0 | 0 |
Total | 6 | 0 | 0 |
Test Name | Assertion Error |
---|
IMPORTANT NOTE:
This step is an automated SCA process at /oauth2/authorize, run on an inbreed Selenium application locally against the CIB Login web application. In your case you'll have to launch the CIB Login in your browser at /oath2/authorize and enter the data, found amongst the parameters of this call.
Header Name | Header Value |
---|---|
Content-Type | application/x-www-form-urlencoded |
User-Agent | PostmanRuntime/7.28.2 |
Accept | */* |
Cache-Control | no-cache |
Postman-Token | 91876901-ad2b-41f8-aa92-9dfbffabbf6f |
Host | localhost:8766 |
Accept-Encoding | gzip, deflate, br |
Connection | keep-alive |
Header Name | Header Value |
---|---|
Date | Wed, 24 Nov 2021 20:43:24 GMT |
Content-Type | application/json;charset=UTF-8 |
Transfer-Encoding | chunked |
Server | Jetty(9.3.z-SNAPSHOT) |
{"code":"6ee30b48-3d67-4f03-9aef-a8ab09a1ec87","tppMessages":null}
Name | Passed | Failed | Skipped |
---|---|---|---|
Status code is 200 | 1 | 0 | 0 |
Total | 1 | 0 | 0 |
Test Name | Assertion Error |
---|
Requests OAuth2 Access token for the Payment resource.
Header Name | Header Value |
---|---|
Content-Type | application/x-www-form-urlencoded |
User-Agent | PostmanRuntime/7.28.2 |
Accept | */* |
Cache-Control | no-cache |
Postman-Token | 847c1efc-a90e-4b75-8934-1d29ef204773 |
Host | api-test.cib.hu:443 |
Accept-Encoding | gzip, deflate, br |
Connection | keep-alive |
{"code":"6ee30b48-3d67-4f03-9aef-a8ab09a1ec87","grant_type":"authorization_code","client_id":"PSDHU-MNB-10136915","redirect_uri":"https://localhost","code_verifier":"dBjftJeZ4CVP-mB92K27uhbUJU1p1r_wW1gFWFOEjXk"}
Header Name | Header Value |
---|---|
Pragma | no-cache |
Cache-Control | no-store |
Content-Encoding | gzip |
Content-Type | application/json;charset=UTF-8 |
Content-Length | 184 |
Date | Wed, 24 Nov 2021 20:43:48 GMT |
Server | CA-API-Gateway/9.0 |
{
"access_token":"353b06f8-4f97-4603-b9f0-900d7f96ee38",
"token_type":"Bearer",
"expires_in":3600,
"refresh_token":"8332af5f-a155-429c-a177-bafe94e59740",
"scope":"PIS:py123456799b3-475b-8c1f-7b37b140a340"
}
Name | Passed | Failed | Skipped |
---|---|---|---|
Status code is 200 | 1 | 0 | 0 |
access_token is returned | 1 | 0 | 0 |
token_type is returned | 1 | 0 | 0 |
expires_in is returned | 1 | 0 | 0 |
refresh_token is returned | 1 | 0 | 0 |
scope is returned | 1 | 0 | 0 |
Total | 6 | 0 | 0 |
Test Name | Assertion Error |
---|
Returns the Status of the Consent resource.
Header Name | Header Value |
---|---|
Accept | application/json |
X-Request-ID | d7556f91-c2c1-4334-81e0-1a225966c86f |
PSU-Corporate-ID | x |
User-Agent | PostmanRuntime/7.28.2 |
Cache-Control | no-cache |
Postman-Token | b5901c27-9a62-48da-8d6a-850dde163ce4 |
Host | api-test.cib.hu:443 |
Accept-Encoding | gzip, deflate, br |
Connection | keep-alive |
Header Name | Header Value |
---|---|
X-Request-ID | d7556f91-c2c1-4334-81e0-1a225966c86f |
Strict-Transport-Security | max-age=6307200; includeSubDomains |
Strict-Transport-Security | max-age=63072000; includeSubDomains |
Cache-Control | no-store |
Cache-Control | max-age=0, no-cache, no-store, must-revalidate |
Pragma | no-cache |
Pragma | no-cache |
X-XSS-Protection | 1; mode=block |
X-XSS-Protection | 1; mode=block |
X-Content-Type-Options | nosniff |
X-Content-Type-Options | nosniff |
X-Frame-Options | SAMEORIGIN |
X-Powered-By | Servlet/3.0 |
x-request-id | d7556f91-c2c1-4334-81e0-1a225966c86f |
Content-Language | en-US |
Content-Encoding | gzip |
Content-Type | application/json |
Content-Length | 45 |
Date | Wed, 24 Nov 2021 20:43:49 GMT |
Server | CA-API-Gateway/9.0 |
{"scaStatus":"finalised"}
Name | Passed | Failed | Skipped |
---|---|---|---|
Status code is 200 | 1 | 0 | 0 |
scaStatus is returned | 1 | 0 | 0 |
Total | 2 | 0 | 0 |
Test Name | Assertion Error |
---|
Get the payment status.
Header Name | Header Value |
---|---|
Accept | application/json; charset=utf-8 |
X-Request-ID | ce627463-2dff-4c8d-a64e-51cedb178960 |
PSU-IP-Address | 111.111.111.111 |
Authorization | BEARER 353b06f8-4f97-4603-b9f0-900d7f96ee38 |
PSU-Corporate-ID | x |
User-Agent | PostmanRuntime/7.28.2 |
Cache-Control | no-cache |
Postman-Token | 53c58b18-85be-4149-be73-eb0b24986188 |
Host | api-test.cib.hu:443 |
Accept-Encoding | gzip, deflate, br |
Connection | keep-alive |
Header Name | Header Value |
---|---|
X-Request-ID | ce627463-2dff-4c8d-a64e-51cedb178960 |
Strict-Transport-Security | max-age=6307200; includeSubDomains |
Strict-Transport-Security | max-age=63072000; includeSubDomains |
Cache-Control | no-store |
Cache-Control | max-age=0, no-cache, no-store, must-revalidate |
Pragma | no-cache |
Pragma | no-cache |
X-XSS-Protection | 1; mode=block |
X-XSS-Protection | 1; mode=block |
X-Content-Type-Options | nosniff |
X-Content-Type-Options | nosniff |
X-Frame-Options | SAMEORIGIN |
X-Powered-By | Servlet/3.0 |
x-request-id | ce627463-2dff-4c8d-a64e-51cedb178960 |
Content-Language | en-US |
Content-Encoding | gzip |
Content-Type | application/json;charset=utf-8 |
Content-Length | 48 |
Date | Wed, 24 Nov 2021 20:43:50 GMT |
Server | CA-API-Gateway/9.0 |
{"transactionStatus":"ACSC"}
Name | Passed | Failed | Skipped |
---|---|---|---|
Status code is 200 | 1 | 0 | 0 |
transactionStatus is returned | 1 | 0 | 0 |
Total | 2 | 0 | 0 |
Test Name | Assertion Error |
---|
Get the payment details.
Header Name | Header Value |
---|---|
Accept | application/json; charset=utf-8 |
X-Request-ID | 30589c20-10a1-4fdb-bd1a-d9a0702d3759 |
PSU-IP-Address | 111.111.111.111 |
Authorization | BEARER 353b06f8-4f97-4603-b9f0-900d7f96ee38 |
PSU-Corporate-ID | x |
User-Agent | PostmanRuntime/7.28.2 |
Cache-Control | no-cache |
Postman-Token | f09a7c5a-0523-4842-8938-c5d23d1c09c3 |
Host | api-test.cib.hu:443 |
Accept-Encoding | gzip, deflate, br |
Connection | keep-alive |
Header Name | Header Value |
---|---|
X-Request-ID | 30589c20-10a1-4fdb-bd1a-d9a0702d3759 |
Strict-Transport-Security | max-age=6307200; includeSubDomains |
Strict-Transport-Security | max-age=63072000; includeSubDomains |
Cache-Control | no-store |
Cache-Control | max-age=0, no-cache, no-store, must-revalidate |
Pragma | no-cache |
Pragma | no-cache |
X-XSS-Protection | 1; mode=block |
X-XSS-Protection | 1; mode=block |
X-Content-Type-Options | nosniff |
X-Content-Type-Options | nosniff |
X-Frame-Options | SAMEORIGIN |
X-Powered-By | Servlet/3.0 |
x-request-id | 30589c20-10a1-4fdb-bd1a-d9a0702d3759 |
Content-Language | en-US |
Content-Encoding | gzip |
Content-Type | application/json;charset=utf-8 |
Content-Length | 345 |
Date | Wed, 24 Nov 2021 20:43:51 GMT |
Server | CA-API-Gateway/9.0 |
{"debtorAccount":{"bban":"107003784476660351300009"},"instructedAmount":{"currency":"EUR","amount":200},"creditorAccount":{"iban":"HU73117733220054024500000000"},"creditorName":"Gerzsonka","creditorAgent":"ARBADAKARBA","creditorAgentName":"Sör Kálmán, a matematikus","remittanceInformationUnstructured":"Szóval ha ott az átmérővel...","requestedExecutionDate":"2021-05-27","creditorAddress":{"city":"Nem kérdez. Megold.","country":"DE"},"endToEndIdentification":"Mi ez már... itt?"}
Name | Passed | Failed | Skipped |
---|---|---|---|
Status code is 200 | 1 | 0 | 0 |
instructedAmount.currency is returned | 1 | 0 | 0 |
instructedAmount.amount is returned | 1 | 0 | 0 |
creditorName is returned | 1 | 0 | 0 |
remittanceInformationUnstructured is returned | 1 | 0 | 0 |
creditorAddress is returned | 1 | 0 | 0 |
debtorAccount.bban has value '107003784476660351300009' | 1 | 0 | 0 |
instructedAmount.currency has value 'EUR' | 1 | 0 | 0 |
instructedAmount.amount has value '200' | 1 | 0 | 0 |
creditorAccount.iban has value 'HU73117733220054024500000000' | 1 | 0 | 0 |
remittanceInformationUnstructured has value 'Szóval ha ott az átmérővel...' | 1 | 0 | 0 |
creditorAgentName has value 'Sör Kálmán, a matematikus' | 1 | 0 | 0 |
Total | 12 | 0 | 0 |
Test Name | Assertion Error |
---|
Returns the Content of the Consent resource.
Header Name | Header Value |
---|---|
Content-Type | application/json; charset=utf-8 |
X-Request-ID | ca6979bd-789d-4843-a310-bf0b575f006b |
Authorization | BEARER 353b06f8-4f97-4603-b9f0-900d7f96ee38 |
PSU-Corporate-ID | x |
User-Agent | PostmanRuntime/7.28.2 |
Accept | */* |
Cache-Control | no-cache |
Postman-Token | a980f2f3-2221-4392-b4b4-70b14e37fb32 |
Host | api-test.cib.hu:443 |
Accept-Encoding | gzip, deflate, br |
Connection | keep-alive |
Header Name | Header Value |
---|---|
X-Request-ID | ca6979bd-789d-4843-a310-bf0b575f006b |
Strict-Transport-Security | max-age=6307200; includeSubDomains |
Strict-Transport-Security | max-age=63072000; includeSubDomains |
Cache-Control | no-store |
Cache-Control | max-age=0, no-cache, no-store, must-revalidate |
Pragma | no-cache |
Pragma | no-cache |
X-XSS-Protection | 1; mode=block |
X-XSS-Protection | 1; mode=block |
X-Content-Type-Options | nosniff |
X-Content-Type-Options | nosniff |
X-Frame-Options | SAMEORIGIN |
X-Powered-By | Servlet/3.0 |
x-request-id | ca6979bd-789d-4843-a310-bf0b575f006b |
Content-Language | en-US |
Content-Encoding | gzip |
Date | Wed, 24 Nov 2021 20:43:52 GMT |
Server | CA-API-Gateway/9.0 |
Name | Passed | Failed | Skipped |
---|---|---|---|
Status code is 204 | 1 | 0 | 0 |
Total | 1 | 0 | 0 |
Test Name | Assertion Error |
---|