Yapily · Schema
Yapily AccountBalance
Open BankingAISPPISPPaymentsAccount InformationVariable Recurring PaymentsFinancial-ServicesPSD2FCABerlin GroupUKEuropeFintech
Properties
| Name | Type | Description |
|---|---|---|
| type | string | Specifies the type of the stated account balance. |
| dateTime | string | Date and time of the reported balance. |
| balanceAmount | object | __Mandatory__. Monetary Amount. |
| creditLineIncluded | boolean | __Optional__. Indicates whether any credit lines are included in the balance. |
| creditLines | array | __Optional__. Specifies the type of balance. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/yapily/main/json-schema/yapily-account-balance-schema.json",
"title": "Yapily AccountBalance",
"type": "object",
"properties": {
"type": {
"type": "string",
"description": "Specifies the type of the stated account balance.",
"enum": [
"CLOSING_AVAILABLE",
"CLOSING_BOOKED",
"CLOSING_CLEARED",
"EXPECTED",
"FORWARD_AVAILABLE",
"INFORMATION",
"INTERIM_AVAILABLE",
"INTERIM_BOOKED",
"INTERIM_CLEARED",
"OPENING_AVAILABLE",
"OPENING_BOOKED",
"OPENING_CLEARED",
"PREVIOUSLY_CLOSED_BOOKED",
"AUTHORISED",
"OTHER",
"UNKNOWN"
]
},
"dateTime": {
"type": "string",
"format": "date-time",
"description": "Date and time of the reported balance."
},
"balanceAmount": {
"title": "Amount Details",
"required": [
"amount",
"currency"
],
"type": "object",
"properties": {
"amount": {
"title": "Amount",
"type": "number",
"description": "__Mandatory__. The monetary value",
"example": 10
},
"currency": {
"title": "Currency",
"type": "string",
"description": "__Mandatory__. The [ISO 4217](https://www.xe.com/iso4217.php) currency code",
"example": "GBP"
}
},
"description": "__Mandatory__. Monetary Amount."
},
"creditLineIncluded": {
"type": "boolean",
"description": "__Optional__. Indicates whether any credit lines are included in the balance."
},
"creditLines": {
"type": "array",
"description": "__Optional__. Specifies the type of balance.",
"items": {
"type": "object",
"description": "__Mandatory__. Details whether the account has access to a credit line from an `Institution`.",
"properties": {
"type": {
"type": "string",
"description": "__Mandatory__. The type of credit that has been provided.",
"enum": [
"AVAILABLE",
"CREDIT",
"EMERGENCY",
"PRE_AGREED",
"TEMPORARY",
"OTHER",
"UNKNOWN"
]
},
"creditLineAmount": {
"title": "Amount Details",
"required": [
"amount",
"currency"
],
"type": "object",
"properties": {
"amount": {
"title": "Amount",
"type": "number",
"description": "__Mandatory__. The monetary value",
"example": 10
},
"currency": {
"title": "Currency",
"type": "string",
"description": "__Mandatory__. The [ISO 4217](https://www.xe.com/iso4217.php) currency code",
"example": "GBP"
}
},
"description": "__Mandatory__. Monetary Amount."
}
}
}
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/yapily-account-balance"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.