features/OVPAY2475-AGO #66
@ -92,6 +92,16 @@ paths:
|
|||||||
isSecured: true
|
isSecured: true
|
||||||
isAuthorized: false
|
isAuthorized: false
|
||||||
xTat: 12da8f2a-6390-408a-94eb-a6701b5daf27
|
xTat: 12da8f2a-6390-408a-94eb-a6701b5daf27
|
||||||
|
_links: {
|
||||||
|
"secure": {
|
||||||
|
"href": "/tokens/securetoken",
|
||||||
|
"method": "POST"
|
||||||
|
},
|
||||||
|
"authorize": {
|
||||||
|
"href": "/tokens/authorizetoken",
|
||||||
|
"method": "POST"
|
||||||
|
}
|
||||||
|
}
|
||||||
"400":
|
"400":
|
||||||
description: Bad Request
|
description: Bad Request
|
||||||
content:
|
content:
|
||||||
@ -109,18 +119,6 @@ paths:
|
|||||||
status: 400
|
status: 400
|
||||||
title: Invalid Parameter
|
title: Invalid Parameter
|
||||||
detail: Required parameter {0} is invalid.
|
detail: Required parameter {0} is invalid.
|
||||||
"401":
|
|
||||||
description: Unauthorized
|
|
||||||
content:
|
|
||||||
application/json:
|
|
||||||
schema:
|
|
||||||
$ref: "#/components/schemas/ErrorResponse"
|
|
||||||
examples:
|
|
||||||
Unauthorized:
|
|
||||||
value:
|
|
||||||
status: 401
|
|
||||||
title: Unauthorized
|
|
||||||
detail: Invalid Access Token
|
|
||||||
"404":
|
"404":
|
||||||
description: Not found
|
description: Not found
|
||||||
content:
|
content:
|
||||||
@ -132,19 +130,7 @@ paths:
|
|||||||
value:
|
value:
|
||||||
status: 404
|
status: 404
|
||||||
title: Not Found
|
title: Not Found
|
||||||
detail: TAT Account Not Found
|
detail: XTAT Account Not Found
|
||||||
"409":
|
|
||||||
description: Conflict
|
|
||||||
content:
|
|
||||||
application/json:
|
|
||||||
schema:
|
|
||||||
$ref: '#/components/schemas/ErrorResponse'
|
|
||||||
examples:
|
|
||||||
TAT Already Secured:
|
|
||||||
value:
|
|
||||||
status: 409
|
|
||||||
title: Conflict
|
|
||||||
detail: TAT Already Secured
|
|
||||||
"500":
|
"500":
|
||||||
description: Internal server error
|
description: Internal server error
|
||||||
content:
|
content:
|
||||||
@ -153,7 +139,6 @@ paths:
|
|||||||
$ref: "#/components/schemas/ErrorResponse"
|
$ref: "#/components/schemas/ErrorResponse"
|
||||||
example:
|
example:
|
||||||
error: An unknown error has occurred
|
error: An unknown error has occurred
|
||||||
|
|
||||||
/tokens/securetoken:
|
/tokens/securetoken:
|
||||||
parameters:
|
parameters:
|
||||||
- name: X-HTM-JWT-AUTH-HEADER
|
- name: X-HTM-JWT-AUTH-HEADER
|
||||||
@ -206,6 +191,12 @@ paths:
|
|||||||
example:
|
example:
|
||||||
recipient: xxxxxx.user@gmail.com
|
recipient: xxxxxx.user@gmail.com
|
||||||
description: OTP Sent
|
description: OTP Sent
|
||||||
|
_links: {
|
||||||
|
"verifyotp": {
|
||||||
|
"href": "/tokens/verifyotp",
|
||||||
|
"method": "POST"
|
||||||
|
}
|
||||||
|
}
|
||||||
"400":
|
"400":
|
||||||
description: Bad Request
|
description: Bad Request
|
||||||
content:
|
content:
|
||||||
@ -317,6 +308,12 @@ paths:
|
|||||||
example:
|
example:
|
||||||
recipient: xxxxxx.user@gmail.com
|
recipient: xxxxxx.user@gmail.com
|
||||||
description: OTP Sent
|
description: OTP Sent
|
||||||
|
_links: {
|
||||||
|
"verifyotp": {
|
||||||
|
"href": "/tokens/verifyotp",
|
||||||
|
"method": "POST"
|
||||||
|
}
|
||||||
|
}
|
||||||
"400":
|
"400":
|
||||||
description: Bad Request
|
description: Bad Request
|
||||||
content:
|
content:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user