Adyen · Schema

RemediatingAction

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

adyen-remediatingaction-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RemediatingAction",
  "title": "RemediatingAction",
  "properties": {
    "code": {
      "description": "The remediating action code.",
      "type": "string"
    },
    "message": {
      "description": "A description of how you can resolve the verification error.",
      "type": "string"
    }
  },
  "type": "object"
}