Adyen · Example Payload

Authentication Webhooks Authentication Info Example

PaymentsFinancial ServicesFintech

Authentication Webhooks Authentication Info Example is an example object payload from Adyen, with 15 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

acsTransIdchallengechallengeIndicatorcreatedAtdeviceChanneldsTransIDexemptionIndicatorinPSD2ScopemessageCategorymessageVersionriskScorethreeDSServerTransIDtransStatustransStatusReasontype

Example Payload

Raw ↑
{
  "acsTransId": "REF-500123",
  "challenge": "example_value",
  "challengeIndicator": "01",
  "createdAt": "2025-03-15T14:30:00Z",
  "deviceChannel": "app",
  "dsTransID": "REF-500123",
  "exemptionIndicator": "lowValue",
  "inPSD2Scope": true,
  "messageCategory": "payment",
  "messageVersion": "example_value",
  "riskScore": 50,
  "threeDSServerTransID": "REF-500123",
  "transStatus": "Y",
  "transStatusReason": "01",
  "type": "frictionless"
}