Adyen · Schema

PermitResult

PaymentsFinancial ServicesFintech

Properties

Name Type Description
resultKey string The key to link permit requests to permit results.
token string The permit token which is used to make payments by the partner company.
View JSON Schema on GitHub

JSON Schema

adyen-permitresult-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PermitResult",
  "title": "PermitResult",
  "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"
    }
  },
  "type": "object"
}