post https://cubi-sandbox-api.customersbank.com/ach/v1/outgoing//cancel
Attempts to cancel an initiated outgoing ACH transaction
May only be used on transactions in a pending status
Responses
Attempts to cancel an initiated outgoing ACH transaction
May only be used on transactions in a pending status
xxxxxxxxxx
curl --request POST \
--url https://cubi-sandbox-api.customersbank.com/ach/v1/outgoing/id/cancel \
--header 'accept: application/json' \
--header 'content-type: application/*+json'
xxxxxxxxxx
{
"id": "string"
}