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
reason
enum<string>

A filter by cancellation reason code. Multiple values are supported e.g. reason=DUPL&reason=CUST

Available options:
DUPL,
CUST,
FRAD,
TECH,
AC03,
AM09,
AGNT,
COVR,
CURR,
CUTA,
DS24,
FRNA,
FRTR,
INDM,
SYAD,
UPAY,
NARR,
AC01,
AC04,
AC06,
AC13,
AG01,
AG02,
AM01,
AM04,
AM05,
CNOR,
DNOR,
MD01,
MD02,
MD07,
MS02,
MS03,
RC01,
RR01,
RR02,
RR03,
RR04,
SL01,
BE05,
FF01,
DT01,
ED05,
PY01
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 August 6, 2026