Adyen · Example Payload

Checkout Three D Secure Data Example

PaymentsFinancial ServicesFintech

Checkout Three D Secure Data Example is an example object payload from Adyen, with 12 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

authenticationResponsecavvcavvAlgorithmchallengeCanceldirectoryResponsedsTransIDeciriskScorethreeDSVersiontokenAuthenticationVerificationValuetransStatusReasonxid

Example Payload

Raw ↑
{
  "authenticationResponse": "Y",
  "cavv": "example_value",
  "cavvAlgorithm": "example_value",
  "challengeCancel": "01",
  "directoryResponse": "A",
  "dsTransID": "REF-500123",
  "eci": "example_value",
  "riskScore": "example_value",
  "threeDSVersion": "example_value",
  "tokenAuthenticationVerificationValue": "example_value",
  "transStatusReason": "active",
  "xid": "REF-500123"
}