v1
latestOpenAPI 3.0.22026-07-242673105.9 KBQuery list of transactions
This endpoint will return a list of transactions matching the search criteria. Please note that when this endpoint is called without any parameters and/or if neither date ranges (i.e. from_date, to_date) nor external_id are specified, transactions created within the last 24 hours will be returned by default.
Query parameters
Unique identifier for the transaction in your system.
Service identifier. See Services for more details.
Sub-service identifier. See Services for more details.
Country code in ISO 3166 format. Note that the official list can be extended with additional country codes.
Operator identifier.
Mobile number in E.164 format.
Account number.
Starting date to filter transactions based on creation date, inclusive of the provided date. Please note that the window between from_date and to_date can not exceed 24 hours.
Ending date to filter transactions based on creation date, inclusive of the provided date. Please note that the window between from_date and to_date can not exceed 24 hours.
Page number.
Number of records per page.
Response
successful operation
Example response
[
{
"metadata": {
"balance": {
"validity": {
"quantity": 365
},
"extended_data_policy": {
"interval": "24h",
"fixed_time": "00:00",
"throttle_speed": "128 KB/s"
}
}
}
}
]