Skip to main content
GET

Endpoint

Authentication

string
required
Bearer token with your API key. Must have Read Transactions permission.

Path Parameters

string
required
The unique identifier of the merchant. Must match the merchant ID associated with the API key.

Query Parameters

integer
default:"100"
Maximum number of payments to return. Maximum value: 1000.
integer
default:"0"
Number of payments to skip for pagination.
Optional search query. Matches against sender phone number and payment memo.

Response

Returns an array of payment objects, sorted by creation date (newest first).
array

Pagination Example

Filtering Payments

You can use the search query parameter for server-side filtering by phone number or memo. For additional client-side filtering: