Skip to main content
GET
cURL with fictitious data

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Headers

X-Account-Id
string
required

UUID of the account associated with the operation.

Example:

"019606a1-3b4c-7d8e-9f01-234567890abc"

Query Parameters

transferId
string

Filter by original transfer UUID

status
string

Filter by refund status (lowercase)

Example:

"completed"

direction
string

Filter by direction (lowercase)

Example:

"out"

after
string

Opaque cursor returned by the previous page

limit
string

Page size (1-100, default 20)

Example:

"20"

Response

OK

items
object[] | null
required
next_cursor
string
Example:

"eyJpZCI6IjAxOTYwNmIxLTNiNGMtN2Q4ZS05ZjAxLTIzNDU2Nzg5MGRlZSJ9"

prev_cursor
string
Example:

"eyJpZCI6IjAxOTYwNmIxLTNiNGMtN2Q4ZS05ZjAxLTIzNDU2Nzg5MGRlZSJ9"