Skip to content

Commit

Permalink
Fix PUT response codes for quoting service (#166)
Browse files Browse the repository at this point in the history
* Fix PUT response codes for quoting service

* Bump version to 9.1.0
  • Loading branch information
oderayi authored Feb 6, 2020
1 parent 29603b4 commit c058b2f
Show file tree
Hide file tree
Showing 3 changed files with 177 additions and 177 deletions.
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

0 comments on commit c058b2f

Please sign in to comment.