{
"data": [
{
"id": "9a53eecf-2cad-4e01-99e2-135d68a47c0b",
"type": "transactions",
"attributes": {
"createdAt": "2024-12-10T12:14:04.295Z",
"simplifiedState": "completed",
"transactionType": "BankDepositTransaction",
"amount": "1.40",
"reference": "dbc43033-7692-4e6e-bdcb-3e4d7aafd5f4"
},
"relationships": {
"account": {
"meta": {
"included": false
}
},
"transactionDetails": {
"data": {
"type": "bank_deposit_transactions",
"id": "9a53eecf-2cad-4e01-99e2-135d68a47c0b"
}
}
}
}
],
"included": [
{
"id": "9a53eecf-2cad-4e01-99e2-135d68a47c0b",
"type": "bank_deposit_transactions",
"attributes": {
"createdAt": "2024-12-10T12:12:49.639Z",
"updatedAt": "2024-12-10T12:12:49.639Z",
"state": "completed",
"currency": "EUR",
"amount": "1.40"
},
"relationships": {
"account": {
"data": {
"type": "accounts",
"id": "acd50522-de49-4aaa-a183-dc046ff27fd5"
}
}
}
},
{
"id": "acd50522-de49-4aaa-a183-dc046ff27fd5",
"type": "accounts",
"attributes": {
"currencyCode": "EUR",
"balance": "25609.70",
"currencyType": "fiat"
},
"relationships": {
"company": {
"meta": {
"included": false
}
},
"networks": {
"meta": {
"included": false
}
}
}
}
],
"meta": {
"page": "1",
"per_page": "1",
"total": 6
},
"jsonapi": {
"version": "1.0"
}
}