Get cancellation details

Get details of a cancellation for a transfer.

To use this endpoint from the browser, you’ll need to specify the /accounts/{accountID}/transfers.read scope when generating a token.
GET
/accounts/{accountID}/transfers/{transferID}/cancellations/{cancellationID}
200 429
Details about a particular cancellation.
{
  "cancellationID": "8df8e13c-3c20-4b4b-b265-796534cf4275",
  "createdOn": "2023-09-09T14:15:22Z",
  "status": "completed"
}
Request was refused due to rate limiting.

Retry-After

number

Path parameters

accountID

string <uuid> required
Identifier for an account.

transferID

string <uuid> required
Identifier for the transfer.

cancellationID

string <uuid> required
Identifier for the cancellation.

Response

application/json

cancellationID

string<uuid> <=36 characters required
UUID

createdOn

string<date-time> <=24 characters required

status

string<enum> required
Cancellation status.
Possible values: pending, completed, failed