Synctera · Schema

add_vendor_accounts_error_reason

A machine-readable code describing the reason for the failure.

FinTechBaaSBankingPaymentsCard IssuingKYC
View JSON Schema on GitHub

JSON Schema

synctera-add-vendor-accounts-error-reason-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/add_vendor_accounts_error_reason",
  "title": "add_vendor_accounts_error_reason",
  "description": "A machine-readable code describing the reason for the failure.",
  "enum": [
    "FAILED_VERIFICATION",
    "UNSUPPORTED_ACCOUNT_TYPE",
    "DUPLICATE_ACCOUNT",
    "ACCOUNT_NOT_FOUND",
    "PROVIDER_ERROR"
  ],
  "type": "string"
}