Modern Treasury · Schema

connection_legal_entity_update_request

FintechPaymentsACHWiresTreasury

Properties

Name Type Description
status string The status of the connection legal entity.
View JSON Schema on GitHub

JSON Schema

modern-treasury-connection-legal-entity-update-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/connection_legal_entity_update_request",
  "title": "connection_legal_entity_update_request",
  "type": "object",
  "properties": {
    "status": {
      "type": "string",
      "enum": [
        "processing"
      ],
      "description": "The status of the connection legal entity."
    }
  }
}