Skip to content

Get Wire History

GET
/wires/{wireId}/history

Get detailed history/audit trail of a wire transfer.

Authorizations

Parameters

Path Parameters

wireId
required
string format: uuid

Wire transfer ID

Responses

200

Wire history

object
wireId

Wire transfer ID

string format: uuid
123e4567-e89b-12d3-a456-426614174000
events
Array<object>
object
timestamp

Time of the event

string format: date-time
2023-10-01T12:15:00Z
status

Status at this point

string
processing
description

Description of the event

string
Wire transfer processing started

404

Resource Not Found

object
message
string
Wire transfer not found
details
string
No wire transfer found with ID 123e4567-e89b-12d3-a456-426614174000