{
"data": [
{
"id": 1902,
"created_at": "2025-01-24T13:22:03.000000Z",
"amount_with_vat": -12,
"order_id": 6166,
"payment_method": "balance",
"description": "Payment of an order"
}
],
"links": {
"first": "https://api.vpsbg.eu/v1/balance/transactions?page=1",
"last": "https://api.vpsbg.eu/v1/balance/transactions?page=1",
"prev": null,
"next": null
},
"meta": {
"current_page": 1,
"from": 1,
"last_page": 1,
"links": [
{
"url": null,
"label": "« Previous",
"active": false
},
{
"url": "https://api.vpsbg.eu/v1/balance/transactions?page=1",
"label": "1",
"active": true
},
{
"url": null,
"label": "Next »",
"active": false
}
],
"path": "https://api.vpsbg.eu/v1/balance/transactions",
"per_page": 20,
"to": 1,
"total": 1
}
}