Skip to content

Commit

Permalink
Minor correction in consent flow (#28)
Browse files Browse the repository at this point in the history
Consent status is available at the lender not at the LA. hence fixed Consent Status request and response flows to go from LA->Lender instead of the other way around.

Co-authored-by: shri <shri@finarkein.com>
  • Loading branch information
rangya and rangya authored Nov 10, 2023
1 parent d4a224b commit 81224b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apis/journey/loan.json
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@
"Consent"
],
"summary": "Consent Status Request",
"description": "Invoked by Lender to get consent handle status from BA",
"description": "Invoked by BA to get consent handle status from Lender",
"requestBody": {
"description": "Consent Status Request",
"content": {
Expand Down Expand Up @@ -416,7 +416,7 @@
"Consent"
],
"summary": "Consent Status Response",
"description": "Invoked by BA to send consent status to Lender",
"description": "Invoked by Lender to send consent status to BA",
"requestBody": {
"description": "Consent Status Response",
"content": {
Expand Down

0 comments on commit 81224b1

Please sign in to comment.