Adyen · Example Payload

Checkout Recurring Example

PaymentsFinancial ServicesFintech

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

Top-level fields

contractrecurringDetailNamerecurringExpiryrecurringFrequencytokenService

Example Payload

Raw ↑
{
  "contract": "ONECLICK",
  "recurringDetailName": "Example Name",
  "recurringExpiry": "2025-03-15T14:30:00Z",
  "recurringFrequency": "example_value",
  "tokenService": "VISATOKENSERVICE"
}