Properties
| Name | Type | Description |
|---|---|---|
| amount | integer | Transfer amount in cents ($100 would be 10000) |
| bank_message | string | Instructions intended for the financial institutions that are processing the wire. |
| creation_time | string | |
| currency | string | 3-character currency code |
| customer_id | string | The customer UUID representing the person initiating the Wire transfer |
| id | string | wire ID |
| last_updated_time | string | |
| originating_account_id | string | Sender account ID |
| receiving_account_id | string | The external account uuid representing the recipient of the wire. |
| recipient_message | string | Information from the originator to the beneficiary (recipient). |
| sender_reference_id | string | Sender's id associated with fedwire transfer |
| status | string | The current status of the transfer |
| transaction_id | string | ID of the resulting transaction resource |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/wire",
"title": "Wire",
"properties": {
"amount": {
"description": "Transfer amount in cents ($100 would be 10000)",
"example": 10000,
"type": "integer"
},
"bank_message": {
"description": "Instructions intended for the financial institutions that are processing the wire.",
"type": "string"
},
"creation_time": {
"example": "2022-05-18TT17:54:12Z",
"format": "date-time",
"readOnly": true,
"type": "string"
},
"currency": {
"description": "3-character currency code",
"example": "USD",
"type": "string"
},
"customer_id": {
"description": "The customer UUID representing the person initiating the Wire transfer",
"example": "c6f0f83b-0b19-4eb3-b14d-233ef38af14a",
"format": "uuid",
"type": "string"
},
"id": {
"description": "wire ID",
"format": "uuid",
"readOnly": true,
"type": "string"
},
"last_updated_time": {
"example": "2022-05-18TT17:54:12Z",
"format": "date-time",
"readOnly": true,
"type": "string"
},
"originating_account_id": {
"description": "Sender account ID",
"example": "9ea58e5e-b021-4a2c-bf91-9790cb3ac63e",
"format": "uuid",
"type": "string"
},
"receiving_account_id": {
"description": "The external account uuid representing the recipient of the wire.",
"example": "0b320738-b9e8-4604-984b-6a83828e6163",
"format": "uuid",
"type": "string"
},
"recipient_message": {
"description": "Information from the originator to the beneficiary (recipient).",
"type": "string"
},
"sender_reference_id": {
"description": "Sender's id associated with fedwire transfer",
"example": "9F564A6124E65",
"readOnly": true,
"type": "string"
},
"status": {
"description": "The current status of the transfer",
"enum": [
"PENDING",
"COMPLETED",
"CANCELED",
"DECLINED"
],
"example": "PENDING",
"readOnly": true,
"type": "string"
},
"transaction_id": {
"description": "ID of the resulting transaction resource",
"format": "uuid",
"readOnly": true,
"type": "string"
}
},
"required": [
"id",
"transaction_id",
"amount",
"status",
"currency",
"customer_id",
"originating_account_id",
"receiving_account_id",
"sender_reference_id",
"creation_time",
"last_updated_time"
],
"type": "object"
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/synctera-wire"
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.