Skip to main content
GET
Get merchant transaction history

Authorizations

Authorization
string
header
required

Your secret key as a Bearer token. The key prefix selects the environment: sk_test_... (test) or sk_live_... (live).

Query Parameters

page
integer
default:1

Page number for the paginated (unfiltered) response. 1-based: the first page is 1.

Required range: x >= 1
limit
integer
default:10

Transactions per page, between 1 and 100. Defaults to 10. A larger value is capped at 100, and an unusable one falls back to the default. Applies to the paginated response only: a filtered response is a flat array and is not paged.

Required range: 1 <= x <= 100
type
enum<string>

Filter by transaction type. commission is your share of an escrow fee; delivery is a delivery fee you charged a buyer.

Available options:
deposit,
withdrawal,
transfer,
wallet_transfer,
escrow,
commission,
delivery
reference
string

Filter by a specific reference. Returns a flat array.

fromDate
string<date>

Start of a date range (inclusive). Returns a flat array.

toDate
string<date>

End of a date range (inclusive). Returns a flat array.

Response

Transactions retrieved. Paginated by default; a flat array when a filter is supplied.