Synctera · Schema

internal_transfer_instruction

FinTechBaaSBankingPaymentsCard IssuingKYC

Properties

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

JSON Schema

synctera-internal-transfer-instruction-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/internal_transfer_instruction",
  "title": "internal_transfer_instruction",
  "properties": {
    "request": {
      "$ref": "#/components/schemas/internal_transfer"
    },
    "type": {
      "enum": [
        "INTERNAL_TRANSFER"
      ],
      "type": "string"
    }
  },
  "required": [
    "type",
    "request"
  ],
  "type": "object"
}