Returns a paginated list of financial transactions.
Bearer token using appid (Authorization: Bearer
Start date in YYYY-MM-DD format.
"2023-08-01"
End date in YYYY-MM-DD format.
"2023-08-31"
Filter by transaction type. Transaction type:
0, 2, 3, 6, 11, 14, 15, 19, 20, 23, 24, 25, 26, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60 Transaction details for filtering.
"monthly"
Indicates whether to include account top-ups only.
true
Page number to retrieve.
1
Number of records per page.
25
List of financial transactions.
Indicates whether there are no transactions.
false
List of transactions.
[
{
"id": 24789389,
"amount": -0.99,
"balance_after": 309.0601,
"date": "2023-08-29T14:48:38.000Z",
"details": "Monthly fee for 16419252149",
"status": "Committed",
"type": 3,
"show_invoice": false
}
]