Skip to content

Cancel Wire Transfer

POST
/wires/{wireId}/cancel

Cancel a pending wire transfer.

Authorizations

Parameters

Path Parameters

wireId
required
string format: uuid

Wire transfer ID

Responses

200

Wire transfer cancelled

object
id

Wire transfer ID

string format: uuid
123e4567-e89b-12d3-a456-426614174000
status

Status of wire transfer

string
Allowed values: pending processing completed failed cancelled
message

Success message

string
Wire transfer cancelled successfully

400

Bad Request

object
message
string
Invalid input data
details
string
Source amount must be a valid number

404

Resource Not Found

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