Skip to main content
GET
Get payment 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).

Headers

customer-id
string
required

The merchant customer this request acts on behalf of.

Query Parameters

page
integer
default:0

Page number for the paginated (unfiltered) response.

type
enum<string>

Filter by transaction type.

Available options:
deposit,
withdrawal,
transfer,
wallet_transfer,
escrow
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

200 - application/json

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