Lithic · Schema

Authentication (3DS) Action (Result)

FinTechBaaSCard IssuingPaymentsEmbedded Finance

Properties

Name Type Description
type object
View JSON Schema on GitHub

JSON Schema

lithic-result-authentication-3ds-action-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/result-authentication-3ds-action",
  "title": "Authentication (3DS) Action (Result)",
  "type": "object",
  "properties": {
    "type": {
      "$ref": "#/components/schemas/authentication-3ds-action"
    }
  },
  "required": [
    "type"
  ]
}