fix xtat -> xTat
This commit is contained in:
parent
1d4fbf5004
commit
c6b395a05b
@ -2007,7 +2007,7 @@ paths:
|
|||||||
"gboAgeProfile": null,
|
"gboAgeProfile": null,
|
||||||
"tatSecurity": {
|
"tatSecurity": {
|
||||||
"isSecured": true,
|
"isSecured": true,
|
||||||
"isAuthorized": true,
|
"isAuthorized": false,
|
||||||
},
|
},
|
||||||
"_links":
|
"_links":
|
||||||
{
|
{
|
||||||
@ -2046,6 +2046,12 @@ paths:
|
|||||||
"href": "https://api.integratielaag.nl/abt/touchpoint/1.0/customers/tokens/1/compare",
|
"href": "https://api.integratielaag.nl/abt/touchpoint/1.0/customers/tokens/1/compare",
|
||||||
"method": "POST",
|
"method": "POST",
|
||||||
},
|
},
|
||||||
|
"authorize":{
|
||||||
|
{
|
||||||
|
"href": "/tokens/authorizetoken",
|
||||||
|
"method": "POST"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
"_links":
|
"_links":
|
||||||
@ -2141,7 +2147,11 @@ paths:
|
|||||||
"autoReloadRegistration": null,
|
"autoReloadRegistration": null,
|
||||||
"ePurse": null,
|
"ePurse": null,
|
||||||
"personalAccountData":
|
"personalAccountData":
|
||||||
{ "name": null, "birthdate": null, "photo": null },
|
{ "name": null, "birthdate": null, "photo": null },gi
|
||||||
|
"tatSecurity": {
|
||||||
|
"isSecured": true,
|
||||||
|
"isAuthorized": true,
|
||||||
|
},
|
||||||
"_links":
|
"_links":
|
||||||
{
|
{
|
||||||
"self":
|
"self":
|
||||||
|
|||||||
@ -192,7 +192,7 @@ paths:
|
|||||||
emailAddress: stasjo@htm.nl
|
emailAddress: stasjo@htm.nl
|
||||||
Without customer account:
|
Without customer account:
|
||||||
value:
|
value:
|
||||||
xtat: 62914b49-2c7f-437f-b4b0-2ad61a9f902d
|
xTat: 62914b49-2c7f-437f-b4b0-2ad61a9f902d
|
||||||
emailAddress: stasjo@htm.nl
|
emailAddress: stasjo@htm.nl
|
||||||
responses:
|
responses:
|
||||||
"200":
|
"200":
|
||||||
@ -310,7 +310,7 @@ paths:
|
|||||||
ovPayTokenId: 42
|
ovPayTokenId: 42
|
||||||
Without customer account:
|
Without customer account:
|
||||||
value:
|
value:
|
||||||
xtat: 62914b49-2c7f-437f-b4b0-2ad61a9f902d
|
xTat: 62914b49-2c7f-437f-b4b0-2ad61a9f902d
|
||||||
responses:
|
responses:
|
||||||
"200":
|
"200":
|
||||||
description: OK
|
description: OK
|
||||||
@ -420,7 +420,7 @@ paths:
|
|||||||
action: secure
|
action: secure
|
||||||
OTP verification for TAT security authorization for anonymous token:
|
OTP verification for TAT security authorization for anonymous token:
|
||||||
value:
|
value:
|
||||||
xtat: 0f0defe8-828c-48e5-97e5-26d1d0179ef0
|
xTat: 0f0defe8-828c-48e5-97e5-26d1d0179ef0
|
||||||
otp: 123456
|
otp: 123456
|
||||||
action: authorize
|
action: authorize
|
||||||
responses:
|
responses:
|
||||||
@ -526,7 +526,7 @@ components:
|
|||||||
ovPayTokenId:
|
ovPayTokenId:
|
||||||
type: integer
|
type: integer
|
||||||
example: 42
|
example: 42
|
||||||
xtat:
|
xTat:
|
||||||
type: string
|
type: string
|
||||||
format: uuid
|
format: uuid
|
||||||
example: 6134db53-9ae5-41d1-a343-36656b60b510
|
example: 6134db53-9ae5-41d1-a343-36656b60b510
|
||||||
@ -542,7 +542,7 @@ components:
|
|||||||
ovPayTokenId:
|
ovPayTokenId:
|
||||||
type: integer
|
type: integer
|
||||||
example: 42
|
example: 42
|
||||||
xtat:
|
xTat:
|
||||||
type: string
|
type: string
|
||||||
format: uuid
|
format: uuid
|
||||||
example: 6134db53-9ae5-41d1-a343-36656b60b510
|
example: 6134db53-9ae5-41d1-a343-36656b60b510
|
||||||
@ -552,7 +552,7 @@ components:
|
|||||||
ovPayTokenId:
|
ovPayTokenId:
|
||||||
type: integer
|
type: integer
|
||||||
example: 42
|
example: 42
|
||||||
xtat:
|
xTat:
|
||||||
type: string
|
type: string
|
||||||
format: uuid
|
format: uuid
|
||||||
example: f3474452-e1d4-428c-b366-e5ad5965eb8c
|
example: f3474452-e1d4-428c-b366-e5ad5965eb8c
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user