Lithic · Schema

Retry Micro Deposit Verification Request

FinTechBaaSCard IssuingPaymentsEmbedded Finance

Properties

Name Type Description
financial_account_token string
View JSON Schema on GitHub

JSON Schema

lithic-retry-micro-deposit-verification-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/retry_micro_deposit_verification_request",
  "title": "Retry Micro Deposit Verification Request",
  "type": "object",
  "properties": {
    "financial_account_token": {
      "type": "string",
      "format": "uuid"
    }
  }
}