Get cancellation details
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}
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