Moov · Schema

CompleteVerificationRequest

Request body for completing instant bank account verification.

BankingEmbedded FinanceFinancial InfrastructureMoney MovementPaymentsTransfers

Properties

Name Type Description
code string The verification code provided during the instant verification flow.
View JSON Schema on GitHub

JSON Schema

moov-completeverificationrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CompleteVerificationRequest",
  "title": "CompleteVerificationRequest",
  "type": "object",
  "description": "Request body for completing instant bank account verification.",
  "properties": {
    "code": {
      "type": "string",
      "description": "The verification code provided during the instant verification flow."
    }
  }
}