Skip to main content
POST
List transaction history

Authorizations

Authorization
string
header
required

access token

Body

application/json
limit
integer

Maximum number of transactions to return (1-100)

Example:

20

cursor
string<date-time>

Pagination cursor from previous response

Example:

"2025-08-15T10:30:00.000Z"

transactionType
enum<string>

Filter by transaction type

Available options:
charge,
credit,
refund
Example:

"charge"

caseID
string

Filter by case ID (exact match, max 20 characters)

Example:

"2025-08-00292"

partyID
string

Filter by party ID (exact match, max 20 characters)

Example:

"claimant"

Response

200 - application/json

List of transactions with pagination

transactions
object[]
nextCursor
string<date-time>
Example:

"2025-08-14T09:15:00.000Z"

hasMore
boolean
Example:

true