Scotiabank Wire Payment Structure
JSON structure documentation for Scotiabank wire payment initiation request
Type: object
Properties: 0
BankingFinancePaymentsCanadaOpen Banking
Scotiabank Wire Payment Structure is a JSON Structure definition published by Scotiabank.
{
"title": "Scotiabank Wire Payment Structure",
"description": "JSON structure documentation for Scotiabank wire payment initiation request",
"type": "object",
"fields": [
{
"name": "amount",
"type": "number",
"required": true,
"description": "Payment amount (must be positive)"
},
{
"name": "currency",
"type": "string",
"required": true,
"description": "Payment currency: CAD or USD (cross-currency coming soon)"
},
{
"name": "debit_account",
"type": "object",
"required": true,
"description": "Source account for the wire transfer",
"fields": [
{
"name": "account_number",
"type": "string",
"required": true,
"description": "Scotiabank account number to debit"
},
{
"name": "institution_number",
"type": "string",
"required": false,
"description": "Bank institution number (Scotiabank is 002)"
},
{
"name": "transit_number",
"type": "string",
"required": false,
"description": "Branch transit number"
}
]
},
{
"name": "credit_account",
"type": "object",
"required": true,
"description": "Destination account for the wire transfer",
"fields": [
{
"name": "account_number",
"type": "string",
"required": true,
"description": "Recipient account number"
},
{
"name": "bank_code",
"type": "string",
"required": false,
"description": "Recipient bank SWIFT/BIC code for international transfers"
},
{
"name": "country",
"type": "string",
"required": false,
"description": "ISO 3166-1 alpha-2 country code of the recipient bank"
},
{
"name": "name",
"type": "string",
"required": false,
"description": "Name of the account holder or business"
},
{
"name": "address",
"type": "string",
"required": false,
"description": "Physical address of the recipient (required for international)"
}
]
},
{
"name": "remittance_information",
"type": "string",
"required": false,
"description": "Payment reference or memo (appears on recipient's statement)"
},
{
"name": "value_date",
"type": "string",
"format": "date",
"required": false,
"description": "Requested value date for the transfer (YYYY-MM-DD)"
}
]
}
Every JSON Structure 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 json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/scotiabank-wire-payment-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no email required.
A second provider on the same verified email joins the account you already have.