Adyen · Schema

Result

PaymentsFinancial ServicesFintech
View JSON Schema on GitHub

JSON Schema

adyen-result-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Result",
  "title": "Result",
  "type": "string",
  "enum": [
    "Failure",
    "Partial",
    "Success"
  ]
}