Update wire status
PATCH /v2/wires/{wireId}/status
PATCH
/v2/wires/{wireId}/status
Update the status of a wire transfer.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” wireId
required
string
Header Parameters
Section titled “Header Parameters ” X-API-Key
string
API Key
X-API-Secret
string
API Secret
Request Body required
Section titled “Request Body required ”object
status
required
New status for the wire
string
reason
Optional reason for the status update
string
Responses
Section titled “ Responses ”The updated wire transfer.
object
id
required
string
status
required
string
type
required
string
sourceType
required
string
sourceCurrency
required
string
sourceAmount
required
string
sourceDetails
required
object
destinationType
required
string
destinationCurrency
required
string
destinationAmount
string
destinationDetails
required
object
createdAt
required
string format: date-time
updatedAt
string format: date-time
completedAt
string format: date-time
txHashes
Array<string>
externalReferences
object
reference
string
notes
string
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error