GET/api/v2/mor/public/transactions

List the API key's merchant transactions, with pagination and optional user, status, and type filters.

Page defaults to 1 and is clamped to at least 1. Page size defaults to 25 and is clamped to 1–100. Statistics, transaction types, and user options describe the entire merchant, independently of filters.

Authentication

Send your API key in the x-api-key header on every request.

Parameters

Request parameters
FieldTypeRequiredDescription
page (query)unknownNo
pageSize (query)unknownNo
userId (query)unknownNo
status (query)stringNo
type (query)stringNo

Responses

200 — OK

Response 200 fields
FieldTypeRequiredDescription
Dataarray of MorTransactionSummaryNo
PaginationMorTransactionPaginationNo
StatsMorTransactionStatsNo
TransactionTypesarray of stringNo
Usersarray of MorTransactionUserNo

Example request

curl -X GET "https://{base_url}/api/v2/mor/public/transactions" \
  -H "x-api-key: YOUR_API_KEY"

This page is generated from the live OpenAPI specification and always matches the current API.