Scotiabank · Schema

Scotiabank Transaction

Schema for a Scotiabank account transaction record

BankingFinancePaymentsCanadaOpen Banking

Properties

Name Type Description
transaction_id string Unique transaction identifier
account_id string Account identifier
date string Transaction date (YYYY-MM-DD)
value_date string Value date when funds are available
amount number Transaction amount (absolute value)
currency string Transaction currency
credit_debit_indicator string Whether the transaction is a credit or debit to the account
description string Enriched transaction description
reference string Transaction reference number
category string Transaction category (enriched)
counterparty_name string Name of the counterparty
counterparty_account string Counterparty account number
balance number Account balance after the transaction
payment_type string Type of payment transaction
uetr string Unique End-to-End Transaction Reference for wire payments
View JSON Schema on GitHub

JSON Schema

scotiabank-transaction-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api-evangelist.github.io/scotiabank/json-schema/scotiabank-transaction-schema.json",
  "title": "Scotiabank Transaction",
  "description": "Schema for a Scotiabank account transaction record",
  "type": "object",
  "properties": {
    "transaction_id": {
      "type": "string",
      "description": "Unique transaction identifier"
    },
    "account_id": {
      "type": "string",
      "description": "Account identifier"
    },
    "date": {
      "type": "string",
      "format": "date",
      "description": "Transaction date (YYYY-MM-DD)"
    },
    "value_date": {
      "type": "string",
      "format": "date",
      "description": "Value date when funds are available"
    },
    "amount": {
      "type": "number",
      "description": "Transaction amount (absolute value)",
      "minimum": 0
    },
    "currency": {
      "type": "string",
      "enum": ["CAD", "USD"],
      "description": "Transaction currency"
    },
    "credit_debit_indicator": {
      "type": "string",
      "enum": ["CREDIT", "DEBIT"],
      "description": "Whether the transaction is a credit or debit to the account"
    },
    "description": {
      "type": "string",
      "description": "Enriched transaction description"
    },
    "reference": {
      "type": "string",
      "description": "Transaction reference number"
    },
    "category": {
      "type": "string",
      "description": "Transaction category (enriched)"
    },
    "counterparty_name": {
      "type": "string",
      "description": "Name of the counterparty"
    },
    "counterparty_account": {
      "type": "string",
      "description": "Counterparty account number"
    },
    "balance": {
      "type": "number",
      "description": "Account balance after the transaction"
    },
    "payment_type": {
      "type": "string",
      "enum": ["WIRE", "EFT", "INTERAC", "INTERNAL", "FEE", "INTEREST"],
      "description": "Type of payment transaction"
    },
    "uetr": {
      "type": "string",
      "description": "Unique End-to-End Transaction Reference for wire payments"
    }
  },
  "required": ["transaction_id", "date", "amount", "credit_debit_indicator"]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/scotiabank-transaction"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.