Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix PUT response codes for quoting service #166

Merged
merged 2 commits into from
Feb 6, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ alt quote is valid

note over "Payee DFSP", Switch: Payee DFSP responds to quote request
"Payee DFSP" -\ Switch: PUT /quotes/{ID}
Switch --/ "Payee DFSP": 202 Accepted
Switch --/ "Payee DFSP": 200 Ok

Switch -> Switch: Validate Quote Response

Expand All @@ -31,15 +31,15 @@ alt quote is valid
note over Switch, "Payer DFSP": Switch forwards quote response to Payer DFSP\n<Payee \ whole request Rule>

Switch -\ "Payer DFSP": PUT /quotes/{ID}
"Payer DFSP" --/ Switch: 202 Accepted
"Payer DFSP" --/ Switch: 200 Ok

note over "Payer DFSP" #3498db: Payer DFSP continues\nwith transfer if quote\nis acceptable...
else response invalid

note over Switch, "Payee DFSP": Switch returns error to Payee DFSP

Switch -\ "Payee DFSP": PUT /quotes/{ID}/error
"Payee DFSP" --/ Switch : 202 Accepted
"Payee DFSP" --/ Switch : 200 Ok

note over Switch, "Payee DFSP" #ec7063: Note that under this\nscenario the Payer DFSP\nmay not receive a response

Expand Down
Loading