post https://cubi-sandbox-api.customersbank.com/wires/v1/outgoing//cancel
Requests cancellation of an existing wire payment.
Wires may only be cancelled if they are in an Initiated status.
Responses
Requests cancellation of an existing wire payment.
Wires may only be cancelled if they are in an Initiated status.
xxxxxxxxxx
curl --request POST \
--url https://cubi-sandbox-api.customersbank.com/wires/v1/outgoing/id/cancel \
--header 'accept: application/json' \
--header 'content-type: application/*+json'
xxxxxxxxxx
{
"id": "string"
}