Skip to main content
GET
Get paginated cancellation requests

Query Parameters

limit
integer<int32>
default:10

A limit on the number of objects returned per page. The default is 10 items.

Required range: 1 <= x <= 100
offset
integer<int32>
default:0

Specifies the starting position for retrieving items in paginated results. The default is 0 items.

Required range: x >= 0
transactionId
integer<int64>

A filter by cancellation request transaction ID.

status
enum<string>

A filter by cancellation request status. Multiple values are supported e.g. status=CANCELLATION_CREATED&status=CANCELLATION_IN_PROGRESS

Available options:
CANCELLATION_CREATED,
CANCELLATION_IN_PROGRESS,
CANCELLATION_REFUSED,
PAYMENT_RETURNED,
PROCESSING_FAILED,
REFUSING,
RETURNING,
CANCELLATION_COMPLETED,
CANCELLATION_REJECTED,
CANCELLATION_ACCEPTED
dateFrom
string<date-time>

A filter by cancellation request date time from (ISO-8601 format).

Example:

"2023-10-24T12:00:00Z"

dateTo
string<date-time>

A filter by cancellation request date time to (ISO-8601 format).

Example:

"2023-10-24T12:00:00Z"

method
enum<string>

A filter by transaction method. Multiple values are supported e.g. schema=SEPA&schema=INST

Available options:
SEPA,
INST,
SDD,
SWIFT,
T2
direction
enum<string>

A filter by transaction direction.

Available options:
OUTBOUND,
INBOUND
type
enum<string>

A filter by cancellation request type.

Available options:
CANCELLATION
sort
object

A sort by id, transactionId, datetime fields. Multiple values are accepted. Example values: id,desc; datetime,desc

Response

Returned paginated cancellation requests

meta
object
required

Result metadata.

result
object[]
required

List of found cancellation requests for provided filters.

Last modified on September 26, 2025