Files
banks2ff/firefly-client/tests/fixtures/ff_accounts.json
2025-11-21 14:32:23 +01:00

23 lines
352 B
JSON

{
"data": [
{
"type": "accounts",
"id": "2",
"attributes": {
"name": "Checking Account",
"type": "asset",
"iban": "NL01BANK0123456789"
}
}
],
"meta": {
"pagination": {
"total": 1,
"count": 1,
"per_page": 20,
"current_page": 1,
"total_pages": 1
}
}
}