Adyen · Example Payload

Configuration Verification Deadline Example

PaymentsFinancial ServicesFintech

Configuration Verification Deadline Example is an example object payload from Adyen, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

capabilitiesentityIdsexpiresAt

Example Payload

Raw ↑
{
  "capabilities": [
    "acceptExternalFunding"
  ],
  "entityIds": [
    "example_value"
  ],
  "expiresAt": "2025-03-15T14:30:00Z"
}