Adyen · JSON Structure

Recurring Schedule Account Updater Result Structure

ScheduleAccountUpdaterResult schema from Adyen API

Type: object Properties: 2 Required: 2
PaymentsFinancial ServicesFintech

ScheduleAccountUpdaterResult is a JSON Structure definition published by Adyen, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

pspReference result

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-schedule-account-updater-result-structure.json",
  "description": "ScheduleAccountUpdaterResult schema from Adyen API",
  "type": "object",
  "properties": {
    "pspReference": {
      "description": "Adyen's 16-character unique reference associated with the transaction. This value is globally unique; quote it when communicating with us about this request.",
      "type": "string"
    },
    "result": {
      "description": "The result of scheduling an Account Updater. If scheduling was successful, this field returns **Success**; otherwise it contains the error message.",
      "type": "string"
    }
  },
  "required": [
    "pspReference",
    "result"
  ],
  "name": "ScheduleAccountUpdaterResult"
}