Argyle · Schema

PartnerVerificationErrorResource

Verification error resource details.

Employment DataPayrollIncome VerificationGig EconomyFinancial DataEmployment HistoryEarned Wage AccessDirect Deposit

Properties

Name Type Description
id string ID of the associated resource, if available.
type string Resource type.
name string Resource name.
View JSON Schema on GitHub

JSON Schema

partnerverificationerrorresource.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/argyle/refs/heads/main/json-schema/partnerverificationerrorresource.json",
  "title": "PartnerVerificationErrorResource",
  "type": "object",
  "description": "Verification error resource details.",
  "properties": {
    "id": {
      "type": "string",
      "nullable": true,
      "description": "ID of the associated resource, if available."
    },
    "type": {
      "type": "string",
      "description": "Resource type."
    },
    "name": {
      "type": "string",
      "description": "Resource name."
    }
  }
}