API Endpoints
Transactions

List all transactions

1min
GET

The document explains how to retrieve all transactions attached to a business. The API allows for different filters such as status, type and date. The response from the API call includes a message indicating that the transactions have been retrieved, along with an array of details all transactions.

Header Parameters
X-CLIENT-ID
*
X-SIGNATURE
*
X-TIMESTAMP
*
X-NONCE
*
Query Parameters
status
currency
type
start_date
end_date
offset
limit
Responses
200
transactions retrieved
Description
transactions retrieved
data
meta
message