Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

KeyBank Wire Inquiry API

The Wire Inquiry API tracks the status and delivery of wire transfers associated with commercial KeyBank accounts. It exposes operations to list wire transactions, retrieve detailed information for a specific wire by transaction id, and a health check, giving treasury teams real-time visibility into outbound and inbound wire activity for reconciliation. Authenticated with OAuth2 bearer tokens and mutual TLS client certificates over https://partner-api.key.com, with a QV sandbox for integration testing.

KeyBank Wire Inquiry API is one of 10 APIs that KeyCorp publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Inquiry, Wire Transfer, Reporting, and United States. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 3 operations across 3 paths, organized into 2 resource areas, and defines 18 schemas. It is described by OpenAPI 3.1.0, at version 1.3.6.

Requests are made against 2 base URLs: https://partner-api-qv.key.com, https://partner-api.key.com.

3 operations 3 paths 18 schemas 2 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.3.6
Base URL
https://partner-api.key.com/wireInquiry/v1
Authentication
HTTP Bearer
Resource Areas
2

Authentication & Security 1

KeyBank Wire Inquiry API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — Access token supplied in the Authorization header using the Bearer scheme (e.g. Authorization: Bearer {token}).

Paths & Operations 3

Across 3 paths, the API surfaces 3 operations — 2 GET, 1 POST. They span 2 resource areas: HealthCheck, Wire. Each is listed below with its method, path, parameters, and response codes.

HealthCheck 1

Verify you can connect to the API service.

GET
/wireInquiry/v1/healthCheck
Health check
healthCheck → 200
Wire 2

Wire Inquiry functions to list wires and retrieve wire details

POST
/wireInquiry/v1/transactions/list
Search wire transfers
searchWireTransactions body → 200400401403408500
GET
/wireInquiry/v1/transactions/detail/{transactionId}
View the details of a wire transfer by the transaction ID
searchWireTransaction 1 param → 200401404500

Schemas 18

The contract defines 18 schemas that model the data the API accepts and returns. The most detailed are WireDetailTransaction (27 properties), WireListTransaction (13 properties), PostalAddress (10 properties), Exception (6 properties). Each schema is shown below with its type and property counts.

WireDetailTransaction
object
Contains the response payload with details about a Wire transfer.
27 properties
WireListTransaction
object
Contains the response payload for Wire inquiries.
13 properties
HealthResponse
object
5 properties
Amount0To1B
Amount between 0 and 1,000,000,000 inclusive. Accepts a JSON number or a string. If a string is used, commas are allowed as thousands separators. Decimal preci…
Account
object
1 property
AccountExtended
PartySummary
object
Minimal party representation returned in list results.
1 property 1 required
PartyDetail
Party representation returned in detail results.
PostalAddress
object
10 properties
IntermediaryBank
Bank
object
2 properties
Message
object
Informational code and message from the server.
2 properties
Page
object
Page information returned from the server.
5 properties
PageMetadata
object
Data information returned as a message or page information retrieved from the server.
1 property
Exception
object
Contains information about errors related to the request.
6 properties
ServiceErrorData
object
Detailed service-level error information, if available.
1 property
ConnectError
object
1 property
ErrorMetadata
object
Error metadata including validation or service messages.
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

keycorp-wire-inquiry-openapi.yml Raw ↑

Other APIs KeyCorp publishes across the network.

KeyBank Account Information API
KeyBank ACH Origination API
KeyBank Wire Transfer API
KeyBank RTP Send Payment API
KeyBank Account Validation API
KeyBank ACH Inquiry API
KeyBank RTP Inquiry API
KeyBank Check Services API
KeyBank Webhooks