Merchant API
Get Operations
Retrieve a paginated list of merchant operations (cash-in, cash-out, pay-merchant, pay-individual)
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 operations to return. Maximum value: 1000.
Number of operations to skip for pagination.
Response
Returns an array of operation objects, sorted by creation date (newest first).Operation Types
cash-in
cash-in
Funds received from a distributor. The
distributorTo and distributorName fields identify the source distributor. Fee is always 0 for cash-in operations.cash-out
cash-out
Funds withdrawn to a distributor. The
distributorTo and distributorName fields identify the destination distributor.pay-merchant
pay-merchant
Payment sent to another merchant. The
merchantTo and merchantName fields identify the destination merchant.pay-individual
pay-individual
Payment sent to an individual wallet. The
phoneTo field identifies the recipient.Related Endpoints
Get Balance
Check merchant balance before creating operations
Get Payments
View incoming payments received by this merchant
Create Operation
Create a new merchant operation