List Merchant Transactions
GET/api/partner/v1/merchants/:ref/transactions
Lists a merchant's transactions, newest first. Requires scope account:read and an active merchant delegation covering that scope.
Pagination: cursor-based. Returns { data, next_cursor }; accepts only per_page (max 200, default 50) and cursor - no other filters.
Correlate rows with your own objects by payment_id. Amount units differ between fields: value is a PLN decimal string (major units), while refunded_amount is an integer in grosze (minor units).
Request
Responses
- 200
- 401
- 403
- 404
Page of transactions.
Missing or invalid partner key.
The partner key lacks the account:read scope, the merchant has not authorized this operation, or dpay Connect is currently unavailable.
No merchant with this ref belongs to your partner account.