v1
latestOpenAPI 3.0.02026-07-24103118224.7 KBActivity
List activities
Returns a paginated list of merchant activities (incoming payments, payouts, fees, refunds, chargebacks, …), sorted by occurredAt descending. Supports filtering by activity type, currency, and date range. When X-On-Behalf-Of is set, returns the targeted sub-merchant's activities instead.
get/api/activity
Query parameters
pagenumber
The page number
limitnumber
The number of items per page
type'PAYMENT_IN' | 'PAYOUT' | 'DEPOSIT_IN' | 'PLATFORM_FEE' | 'MARKETPLACE_FEE' | 'REFUND_RECOVERY' | 'RESERVE_HOLD' | 'RESERVE_RELEASE' | 'CHARGEBACK_AMOUNT' | 'CHARGEBACK_FEE' | 'CHARGEBACK_PENALTY'
Filter by activity type
currency'EUR' | 'USD'
Filter by currency (EUR or USD)
fromstring
Example:2026-01-01T00:00:00.000Z
Inclusive lower bound on occurredAt (ISO 8601)
tostring
Example:2026-12-31T23:59:59.999Z
Inclusive upper bound on occurredAt (ISO 8601)