# Get Wire Transfer Returns details about a wire transfer for the specified account by wire transfer ID. Endpoint: GET /accounts/{account_id}/wires/{wire_transfer_id} Version: 1.0.0 Security: apiKeyAuth ## Path parameters: - `account_id` (string, required) The ID of the account. - `wire_transfer_id` (string, required) The transaction group ID for the wire transfer ## Header parameters: - `x-entity-id` (string) Optional entity ID for scoped access to entity-specific data ## Response 200 fields (application/json): - `id` (string, required) Example: "wire_123456" - `amount` (string, required) Example: "1000.00" - `status` (string, required) Enum: "pending", "canceled", "processing", "error", "sent", "void" - `instructions` (any) Example: "Wire transfer for invoice payment" - `counterparty_id` (any, required) Example: "cp_789" - `counterparty_name` (string, required) Example: "ABC Corp" - `counterparty_account_number` (string, required) Counterparty account number Example: "123456789" - `counterparty_routing_number` (string, required) Example: "021000021" - `counterparty_bank_name` (string, required) Example: "Chase Bank" - `created_at` (string, required) ISO 8601 date-time in format 'YYYY-MM-DDThh:mm:ss.nnn[Z|[+|-]hh:mm]' according to [IETF RFC3339](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) Example: "2024-01-01T12:00:00Z" - `updated_at` (string, required) ISO 8601 date-time in format 'YYYY-MM-DDThh:mm:ss.nnn[Z|[+|-]hh:mm]' according to [IETF RFC3339](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) Example: "2024-01-01T12:00:00Z" - `error` (any) - `imad` (any) Example: "2024010100000001" - `purpose` (any) Example: "invoice_payment" ## Response 422 fields (application/json): - `detail` (array) - `detail.loc` (array, required) - `detail.msg` (string, required) - `detail.type` (string, required)