Merchant API
Get Payments
Retrieve a paginated list of merchant payments with optional search
GET
Documentation Index
Fetch the complete documentation index at: https://docs.uw.stargate.is/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
Authentication
Bearer token with your API key. Must have Read Transactions permission.
Path Parameters
The unique identifier of the merchant. Must match the merchant ID associated with the API key.
Query Parameters
Maximum number of payments to return. Maximum value: 1000.
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).Pagination Example
Filtering Payments
You can use thesearch query parameter for server-side filtering by phone number or memo. For additional client-side filtering: