Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,18 @@ weight: 255
{{% description_list %}}
{{% description_term %}}[3dsecure][v2][ares] {{% regex %}}[\:json\:]{{% /regex %}}{{% /description_term %}}
{{% description_details %}}The 3-D Secure version 2 ARes containing authenticationValue, dsTransID, etc.
{{% regex_optional %}}Optional. Cannot be present if `rreq` is present.{{% /regex_optional %}}{{% /description_details %}}
{{% regex_optional %}}Optional. Cannot be present if `rreq` or `raw` is present.{{% /regex_optional %}}{{% /description_details %}}

{{% description_term %}}[3dsecure][v2][rreq] {{% regex %}}[\:json\:]{{% /regex %}}{{% /description_term %}}
{{% description_details %}}The 3-D Secure version 2 RReq containing authenticationValue, dsTransID, etc.
{{% regex_optional %}}Optional. Cannot be present if `ares` is present.{{% /regex_optional %}}{{% /description_details %}}
{{% regex_optional %}}Optional. Cannot be present if `ares` or `raw` is present.{{% /regex_optional %}}{{% /description_details %}}

{{% description_term %}}[3dsecure][v2][raw][eci] {{% regex %}}[\:json\:]{{% /regex %}}{{% /description_term %}}
{{% description_details %}}The 3-D Secure version 2 ECI.
{{% regex_optional %}}Optional. Cannot be present if `rreq` or `ares` is present. Required if `raw[av]` is present.{{% /regex_optional %}}{{% /description_details %}}

{{% description_term %}}[3dsecure][v2][raw][av] {{% regex %}}[\:json\:]{{% /regex %}}{{% /description_term %}}
{{% description_details %}}The 3-D Secure version 2 authentication value.
{{% regex_optional %}}Optional. Cannot be present if `rreq` or `ares` is present. Required if `raw[eci]` is present.{{% /regex_optional %}}{{% /description_details %}}

{{% /description_list %}}