Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
constantine2nd committed Jun 19, 2024
2 parents ea479ac + 496c9aa commit d41d3af
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions obp-api/src/main/scala/code/api/v2_1_0/APIMethods210.scala
Original file line number Diff line number Diff line change
Expand Up @@ -607,15 +607,15 @@ trait APIMethods210 {
"Answer Transaction Request Challenge",
"""In Sandbox mode, any string that can be converted to a positive integer will be accepted as an answer.
|
|This endpoint totally depends on createTransactionRequest, it need get the following data from createTransactionRequest response body.
|This endpoint expects the following data as provided in the createTransactionRequest response body:
|
|1)`TRANSACTION_REQUEST_TYPE` : is the same as createTransactionRequest request URL .
|1)`TRANSACTION_REQUEST_TYPE` : as per the selected createTransactionRequest type, part of the request URL.
|
|2)`TRANSACTION_REQUEST_ID` : is the `id` field in createTransactionRequest response body.
|2)`TRANSACTION_REQUEST_ID` : the value of the `id` field of the createTransactionRequest response body.
|
|3) `id` : is `challenge.id` field in createTransactionRequest response body.
|3) `id` : the value of `challenge.id` in the createTransactionRequest response body.
|
|4) `answer` : must be `123`. if it is in sandbox mode. If it kafka mode, the answer can be got by phone message or other security ways.
|4) `answer` : Defaults to `123`, if running in sandbox mode. In production mode, the value will be sent via the configured SCA method.
|
""".stripMargin,
challengeAnswerJSON,
Expand Down Expand Up @@ -1736,4 +1736,4 @@ trait APIMethods210 {
}
}
}
}
}

0 comments on commit d41d3af

Please sign in to comment.