Moov · Schema

GovernmentID

Government-issued identification for KYC verification.

BankingEmbedded FinanceFinancial InfrastructureMoney MovementPaymentsTransfers

Properties

Name Type Description
ssn object
itin object
View JSON Schema on GitHub

JSON Schema

moov-governmentid-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GovernmentID",
  "title": "GovernmentID",
  "type": "object",
  "description": "Government-issued identification for KYC verification.",
  "properties": {
    "ssn": {
      "$ref": "#/components/schemas/SsnOrItin"
    },
    "itin": {
      "$ref": "#/components/schemas/SsnOrItin"
    }
  }
}