Adyen · Schema

RemediatingAction

RemediatingAction schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
code string The remediating action code.
message string A description of how you can resolve the verification error.
View JSON Schema on GitHub

JSON Schema

configuration-remediating-action-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/configuration-remediating-action-schema.json",
  "title": "RemediatingAction",
  "description": "RemediatingAction schema from Adyen API",
  "type": "object",
  "properties": {
    "code": {
      "description": "The remediating action code.",
      "type": "string"
    },
    "message": {
      "description": "A description of how you can resolve the verification error.",
      "type": "string"
    }
  }
}