Adyen · Example Payload

Authentication Webhooks Challenge Info Example

PaymentsFinancial ServicesFintech

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

Top-level fields

challengeCancelflowlastInteractionphoneNumberresendsretries

Example Payload

Raw ↑
{
  "challengeCancel": "01",
  "flow": "OTP_SMS",
  "lastInteraction": "2025-03-15T14:30:00Z",
  "phoneNumber": "example_value",
  "resends": 50,
  "retries": 50
}