Retrieves cancellation requests with pagination support.
A limit on the number of objects returned per page. The default is 10 items.
Specifies the starting position for retrieving items in paginated results. The default is 0 items.
A filter by cancellation request transaction ID.
A filter by cancellation request status. Multiple values are supported e.g. status=CANCELLATION_CREATED&status=CANCELLATION_IN_PROGRESS
CANCELLATION_CREATED, CANCELLATION_IN_PROGRESS, CANCELLATION_REFUSED, PAYMENT_RETURNED, PROCESSING_FAILED, REFUSING, RETURNING, CANCELLATION_COMPLETED, CANCELLATION_REJECTED, CANCELLATION_ACCEPTED A filter by cancellation request date time from (ISO-8601 format).
"2023-10-24T12:00:00Z"
A filter by cancellation request date time to (ISO-8601 format).
"2023-10-24T12:00:00Z"
A filter by transaction method. Multiple values are supported e.g. schema=SEPA&schema=INST
SEPA, INST, SDD, SWIFT A filter by transaction direction.
OUTBOUND, INBOUND A filter by cancellation request type.
CANCELLATION A sort by id, transactionId, datetime fields. Multiple values are accepted. Example values: id,desc; datetime,desc