Adyen · JSON Structure

Recurring Permit Result Structure

PermitResult schema from Adyen API

Type: object Properties: 2
PaymentsFinancial ServicesFintech

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

Properties

resultKey token

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-permit-result-structure.json",
  "description": "PermitResult schema from Adyen API",
  "type": "object",
  "properties": {
    "resultKey": {
      "x-addedInVersion": "32",
      "description": "The key to link permit requests to permit results.",
      "type": "string"
    },
    "token": {
      "x-addedInVersion": "32",
      "description": "The permit token which is used to make payments by the partner company.",
      "type": "string"
    }
  },
  "name": "PermitResult"
}