latestOpenAPI 3.0.12026-08-0660121245.3 KB
099ef636a5a1
Accounts
Get an account
Returns information about a specific account (personal or business).
get/v1/accounts/{id}
Path parameters
idstring required
Response
The operation was successful.
Example response
{
"id": "5526853938474f3e92b22a03ea57a544cacc",
"iban": "DE76110101001100000999",
"bic": "SOBKDEBBXXX",
"type": "CHECKING_PERSONAL",
"currency": "EUR",
"overdraft": {
"rate": 12.5,
"limit": 10000
},
"balance": {
"value": 99000,
"unit": "cents",
"currency": "EUR"
},
"available_balance": {
"value": 89000,
"unit": "cents",
"currency": "EUR"
},
"account_limit": {
"value": 100000,
"unit": "cents",
"currency": "EUR"
},
"person_id": "bb66a0161a0a4066abfe133412f6236dcper",
"opened_at": "2017-10-11T22:33:26Z",
"status": "ACTIVE",
"closed_at": "2022-01-01T12:11:16Z"
}