Adyen · Schema

CreatePermitResult

PaymentsFinancial ServicesFintech

Properties

Name Type Description
permitResultList array List of new permits.
pspReference string A unique reference associated with the request. This value is globally unique; quote it when communicating with us about this request.
View JSON Schema on GitHub

JSON Schema

adyen-createpermitresult-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreatePermitResult",
  "title": "CreatePermitResult",
  "properties": {
    "permitResultList": {
      "description": "List of new permits.",
      "items": {
        "$ref": "#/components/schemas/PermitResult"
      },
      "type": "array"
    },
    "pspReference": {
      "description": "A unique reference associated with the request. This value is globally unique; quote it when communicating with us about this request.",
      "type": "string"
    }
  },
  "type": "object"
}