Returns a list of all budgets on an account. Ordered alphabetically.
Use the include
parameter to return optional information such as available, pending, and ledger balances.
OK
Bad Request
Unauthorized
Forbidden
Not Found
Method Not Allowed
Unsupported Media Type
Unable to process the request
Too Many Requests
Internal Server Error
{- "limit": 200,
- "offset": 100,
- "count": 67,
- "rows": [
- {
- "id": "775596ae-2624-40af-a9dc-9756110a4a03",
- "boxId": "a43231c221",
- "name": "Team Party",
- "accountId": "F50091",
- "parentId": "775596ae-2624-40af-a9dc-9756110a4a03",
- "feature": [
- {
- "id": "string",
- "budgetId": "775596ae-2624-40af-a9dc-9756110a4a03",
- "BudgetId": "775596ae-2624-40af-a9dc-9756110a4a03",
- "payments": true,
- "budgetCards": true,
- "peopleCards": true,
- "forwardDeposits": true,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "currency": [
- {
- "id": "string",
- "boxCurrencyId": 0,
- "budgetId": "775596ae-2624-40af-a9dc-9756110a4a03",
- "BudgetId": "775596ae-2624-40af-a9dc-9756110a4a03",
- "currencyCode": "USD",
- "local": "unique",
- "international": "unique",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "balance": [
- {
- "id": "string",
- "currencyCode": "USD",
- "availableBalance": 10,
- "lastUpdatedSequentialId": 0,
- "currency": "USD",
- "BudgetId": "775596ae-2624-40af-a9dc-9756110a4a03",
- "budgetId": "775596ae-2624-40af-a9dc-9756110a4a03",
- "ledgerBalance": 50,
- "pendingBalance": 40,
- "allocatedBalance": 10,
- "ledgerAndAllocatedBalance": 60,
- "activeCurrencyOnBudget": true,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "totalBalance": [
- {
- "id": "string",
- "currencyCode": "USD",
- "availableBalance": 10,
- "lastUpdatedSequentialId": 0,
- "currency": "USD",
- "BudgetId": "775596ae-2624-40af-a9dc-9756110a4a03",
- "budgetId": "775596ae-2624-40af-a9dc-9756110a4a03",
- "ledgerBalance": 50,
- "pendingBalance": 40,
- "allocatedBalance": 10,
- "ledgerAndAllocatedBalance": 60,
- "activeCurrencyOnBudget": true,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "children": [
- {
- "id": "string",
- "currencyCode": "USD",
- "availableBalance": 10,
- "lastUpdatedSequentialId": 0,
- "currency": "USD",
- "BudgetId": "775596ae-2624-40af-a9dc-9756110a4a03",
- "budgetId": "775596ae-2624-40af-a9dc-9756110a4a03",
- "ledgerBalance": 50,
- "pendingBalance": 40,
- "allocatedBalance": 10,
- "ledgerAndAllocatedBalance": 60,
- "activeCurrencyOnBudget": true,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "details": [
- {
- "currency": "USD",
- "sortCode": "12-34-56",
- "accountNumber": "12345678",
- "ibans": [
- {
- "iban": "GB26SPPV23188497371875",
- "bic": "BARCGB22"
}
], - "accountName": "Equals Money",
- "bankName": "SPECTRUM PAYMENT SERVICES",
- "bankAddress": "Vintners Place, 68 Upper Thames St, London, EC4V 3BJ, United Kingdom",
- "balanceReference": "Balance reference"
}
], - "settlementDetails": {
- "currencyDetails": [
- {
- "currencyCode": "USD",
- "local": {
- "accountIdentifier": "31510604",
- "bankIdentifier": "10-00-00",
- "payeeName": "ACME",
- "bankName": "Brilliant Bank",
- "bankAddress": {
- "addressLine1": "41 Middle Street",
- "addressLine2": "string",
- "addressLine3": "string",
- "city": "Enfield",
- "postcode": "EN1 3JY",
- "country": "United Kingdom"
}
}, - "international": {
- "accountIdentifier": "31510604",
- "bankIdentifier": "10-00-00",
- "payeeName": "ACME",
- "bankName": "Brilliant Bank",
- "bankAddress": {
- "addressLine1": "41 Middle Street",
- "addressLine2": "string",
- "addressLine3": "string",
- "city": "Enfield",
- "postcode": "EN1 3JY",
- "country": "United Kingdom"
}
}
}
], - "balanceReference": "Balance reference"
}, - "individualBudgetHolder": {
- "id": "b489ea2c-0dd1-4fb1-b345-de5a596a5527",
- "budgetId": "775596ae-2624-40af-a9dc-9756110a4a03",
- "personaId": "775596ae-2624-40af-a9dc-9756110a4a04",
- "createdAt": "2023-01-30T08:30:00Z"
}, - "priority": 1,
- "level": 1,
- "type": "accountBalance",
- "status": "active",
- "allowCurrencyAlignment": true,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
]
}