Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Christian Bobach <[email protected]>
  • Loading branch information
Lassejoe and cbobach authored Jul 2, 2024
1 parent 7c6defa commit 9ca8bc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions source/decoupled_authentication.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The ACS can determine decoupled authentication fallback for a authentication tra
If a fallback is determined, `threeDSRequestorPriorAuthenticationInfo` is required.

The requestor can set the TTL for the transaction by setting the `threeDSRequestorDecMaxTime`.
The `threeDSRequestorDecMaxTime` accepts numeric values between `00001` and `10080` which
The `threeDSRequestorDecMaxTime` accepts numeric values between `00001` and `10080` (7 days) which
determines the TTL in minutes.

Once the cardholder has authenticated the transaction and the 3-D secure server has
Expand All @@ -26,7 +26,7 @@ by making a request towards the `/postauth` endpoint.
Decoupled authentication flow example
**************************************

The following examples show the AReq and ARes messages for the decoupled authentication flow.
The following examples show an AReq and ARes messages for a decoupled authentication flow.

.. code-block:: json
:linenos:
Expand Down Expand Up @@ -93,7 +93,7 @@ The following examples show the AReq and ARes messages for the decoupled authent
"transStatus": "D"
}
Once the cardholder have authenticated the transaction, the 3-D secure server will notify the requestor.
Once the cardholder has authenticated the transaction, the 3-D secure server will notify the requestor.
The requestor can then retrieve the authentication value by making a request towards the `/postauth` endpoint.


Expand Down
1 change: 0 additions & 1 deletion source/guides.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ Guides
challenge_flow
decoupled_authentication


These guides are designed to assist you in integration by using examples.

.. note::
Expand Down

0 comments on commit 9ca8bc4

Please sign in to comment.