Przejdź do głównej zawartości

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

Page of transactions.