Adyen · JSON Structure

Recurring Recurring Details Result Structure

RecurringDetailsResult schema from Adyen API

Type: object Properties: 4
PaymentsFinancial ServicesFintech

RecurringDetailsResult is a JSON Structure definition published by Adyen, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

creationDate details lastKnownShopperEmail shopperReference

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/recurring-recurring-details-result-structure.json",
  "description": "RecurringDetailsResult schema from Adyen API",
  "type": "object",
  "properties": {
    "creationDate": {
      "description": "The date when the recurring details were created.",
      "type": "datetime"
    },
    "details": {
      "description": "Payment details stored for recurring payments.",
      "items": {
        "$ref": "#/components/schemas/RecurringDetailWrapper"
      },
      "type": "array"
    },
    "lastKnownShopperEmail": {
      "description": "The most recent email for this shopper (if available).",
      "type": "string"
    },
    "shopperReference": {
      "description": "The reference you use to uniquely identify the shopper (e.g. user ID or account ID).",
      "type": "string"
    }
  },
  "name": "RecurringDetailsResult"
}