Synctera · Schema

ach_instruction

FinTechBaaSBankingPaymentsCard IssuingKYC

Properties

Name Type Description
request object
type string
View JSON Schema on GitHub

JSON Schema

synctera-ach-instruction-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ach_instruction",
  "title": "ach_instruction",
  "properties": {
    "request": {
      "$ref": "#/components/schemas/outgoing_ach_request"
    },
    "type": {
      "enum": [
        "ACH"
      ],
      "type": "string"
    }
  },
  "required": [
    "type",
    "request"
  ],
  "type": "object"
}