Cancel a transfer
POST https://api-sandbox.dwolla.com/transfers/{{transferId}}
When a Customer's bank transfer is eligible for cancellation, Dwolla returns a cancel
link when retrieving a transfer. This cancel link is used to trigger the cancellation, preventing the bank transfer from processing further. A bank transfer is cancellable up until 4pm CT on that same business day if initiated prior to 4PM CT. If a transfer was initiated after 4pm CT, it can be cancelled anytime before 4pm CT on the following business day.
Request Parameters
Parameter | Data Type | Parameter Type | Required | Description |
---|---|---|---|---|
status | string | body | yes | Possible value: cancelled |
Request Body
{"status"=>"cancelled"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
Content-Type | string | ||
Authorization | string |