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 operations to return. Maximum value: 1000.
integer
default:"0"
Number of operations to skip for pagination.

Response

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

Operation Types

Funds received from a distributor. The distributorTo and distributorName fields identify the source distributor. Fee is always 0 for cash-in operations.
Funds withdrawn to a distributor. The distributorTo and distributorName fields identify the destination distributor.
Payment sent to another merchant. The merchantTo and merchantName fields identify the destination merchant.
Payment sent to an individual wallet. The phoneTo field identifies the recipient.

Get Balance

Check merchant balance before creating operations

Get Payments

View incoming payments received by this merchant

Create Operation

Create a new merchant operation