Lithic · Schema

Create External Bank Account Api Response Context

FinTechBaaSCard IssuingPaymentsEmbedded Finance

Properties

Name Type Description
existing_token string The existing external bank account token.
View JSON Schema on GitHub

JSON Schema

lithic-create-external-bank-account-error-response-context-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/create_external_bank_account_error_response_context",
  "title": "Create External Bank Account Api Response Context",
  "type": "object",
  "properties": {
    "existing_token": {
      "type": "string",
      "format": "uuid",
      "description": "The existing external bank account token."
    }
  },
  "required": [
    "existing_token"
  ]
}