Adyen · Schema

ReconciliationType

PaymentsFinancial ServicesFintech
View JSON Schema on GitHub

JSON Schema

adyen-reconciliationtype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ReconciliationType",
  "title": "ReconciliationType",
  "type": "string",
  "enum": [
    "AcquirerReconciliation",
    "AcquirerSynchronisation",
    "PreviousReconciliation",
    "SaleReconciliation"
  ]
}