Skip to content

Commit

Permalink
Format json
Browse files Browse the repository at this point in the history
  • Loading branch information
Lassejoe committed Sep 17, 2024
1 parent 2f94a69 commit afc7ce8
Showing 1 changed file with 50 additions and 50 deletions.
100 changes: 50 additions & 50 deletions source/preauth.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,56 +80,56 @@ If the card number is enrolled for 3-D Secure v2, the response might look
something like:

.. code-block:: json
:linenos:
{
"acsStartProtocolVersion": "2.1.0",
"acsEndProtocolVersion": "2.2.0",
"dsStartProtocolVersion": "2.1.0",
"dsEndProtocolVersion": "2.2.0",
"dsProtocolVersions": [
"2.1.0",
"2.2.0"
],
"acsProtocolVersions": [
{
"acsInfoInd": [
"01",
"02",
"84",
"85",
"86",
"87",
"88",
"89",
"92",
"93",
"94"
],
"threeDSMethodURL": "https://acs.tld/3dsmethod",
"version": "2.1.0"
},
{
"acsInfoInd": [
"01",
"02",
"84",
"85",
"86",
"87",
"88",
"89",
"92",
"93",
"94"
],
"threeDSMethodURL": "https://acs.tld/3dsmethod",
"version": "2.2.0"
}
],
"threeDSServerTransID": "d461f105-1792-407f-95ff-9a496fd918a9",
"threeDSMethodURL": "https://acs.tld/3dsmethod"
}
:linenos:
{
"acsStartProtocolVersion": "2.1.0",
"acsEndProtocolVersion": "2.2.0",
"dsStartProtocolVersion": "2.1.0",
"dsEndProtocolVersion": "2.2.0",
"dsProtocolVersions": [
"2.1.0",
"2.2.0"
],
"acsProtocolVersions": [
{
"acsInfoInd": [
"01",
"02",
"84",
"85",
"86",
"87",
"88",
"89",
"92",
"93",
"94"
],
"threeDSMethodURL": "https://acs.tld/3dsmethod",
"version": "2.1.0"
},
{
"acsInfoInd": [
"01",
"02",
"84",
"85",
"86",
"87",
"88",
"89",
"92",
"93",
"94"
],
"threeDSMethodURL": "https://acs.tld/3dsmethod",
"version": "2.2.0"
}
],
"threeDSServerTransID": "d461f105-1792-407f-95ff-9a496fd918a9",
"threeDSMethodURL": "https://acs.tld/3dsmethod"
}
.. note::

Expand Down

0 comments on commit afc7ce8

Please sign in to comment.