Apideck · Schema

Channel

The channel through which the transaction is processed.

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

apideck-channel-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Channel",
  "title": "Channel",
  "type": "string",
  "description": "The channel through which the transaction is processed.",
  "nullable": true,
  "example": "email"
}