[
{
"id": 124,
"base_amount": 25,
"tax_amount": 5,
"amount": 30,
"currency": "CLP",
"completed_at": "2023-12-01T12:30:45Z",
"voided_at": null,
"paid_at": "2023-12-01T12:30:45Z",
"state": "completed",
"transaction_id": 457
},
{
"id": 125,
"base_amount": 50,
"tax_amount": 10,
"amount": 60,
"currency": "CLP",
"completed_at": null,
"voided_at": "2023-12-02T14:15:20Z",
"paid_at": null,
"state": "voided",
"transaction_id": 458
},
{
"id": 126,
"base_amount": 250,
"tax_amount": 50,
"amount": 300,
"currency": "CLP",
"completed_at": null,
"voided_at": null,
"paid_at": "2023-12-03T09:45:10Z",
"state": "paid",
"transaction_id": 459
}
]