Update SEPA TIS Specs authored by Konrad Botor's avatar Konrad Botor
......@@ -25,7 +25,7 @@ paths:
description: Sends payment request to bank
responses:
'200':
description: ALways HTTP code 200
description: Always HTTP code 200
content:
application/json:
schema:
......@@ -45,7 +45,7 @@ paths:
description: Sends payment return request to bank
responses:
'200':
description: ALways HTTP code 200
description: Always HTTP code 200
content:
application/json:
schema:
......@@ -65,7 +65,7 @@ paths:
description: Sends payment return to bank
responses:
'200':
description: ALways HTTP code 200
description: Always HTTP code 200
content:
application/json:
schema:
......@@ -85,7 +85,7 @@ paths:
description: Sends resolution of investigation to bank
responses:
'200':
description: ALways HTTP code 200
description: Always HTTP code 200
content:
application/json:
schema:
......@@ -100,12 +100,14 @@ paths:
post:
tags:
- input
summary: Checks for new mesages from bank
summary: Checks for new messages from bank
operationId: nextMessage
description: Checks for new mesages from bank
description: >-
Checks for new messages from bank. Returns the next new message (in
field result/document) if present or null if none is available.
responses:
'200':
description: ALways HTTP code 200
description: Always HTTP code 200
content:
application/json:
schema:
......@@ -337,7 +339,7 @@ components:
method:
type: string
enum:
- nextmsg
- prcsres
description: Method name
example: prcsres
params:
......
......