{
"data": [
{
"id": 1042,
"type": "withdraw",
"amount": 100,
"wallet": "1",
"meta": {
"description": "Debited for booking no #95759 for candidate Jane Smith"
},
"created_at": "2026-06-05T10:00:00+00:00"
},
{
"id": 1031,
"type": "deposit",
"amount": 500,
"wallet": "1",
"meta": {
"description": "Credits purchased — 5 x CSTF"
},
"created_at": "2026-06-01T09:30:00+00:00"
},
{
"id": 998,
"type": "withdraw",
"amount": 8500,
"wallet": "booking_balance",
"meta": {
"description": "Debited for booking no #95700 for candidate John Brown"
},
"created_at": "2026-05-28T14:15:00+00:00"
}
],
"meta": {
"current_page": 1,
"per_page": 20,
"last_page": 3,
"total": 57
},
"links": {
"next": "https://tdta.hbcompliance.co.uk/api/v1/transactions?page=2",
"prev": null
}
}