Business accounts
Retrieve a business account
Returns the business account specified in the request URL.
get/v1/businesses/{business_id}/accounts/{id}
Path parameters
business_idstring required
idstring required
Response
The operation was successful.
Example response
{
"id": "5526853938474f3e92b22a03ea57a544cacc",
"iban": "DE76110101001100000999",
"bic": "SOBKDEBBXXX",
"type": "CHECKING_PERSONAL",
"currency": "EUR",
"balance": {
"value": 99000,
"unit": "cents",
"currency": "EUR"
},
"available_balance": {
"value": 89000,
"unit": "cents",
"currency": "EUR"
},
"opened_at": "2017-10-11T22:33:26Z",
"account_limit": {
"value": 100000,
"unit": "cents",
"currency": "EUR"
},
"person_id": "bb66a0161a0a4066abfe133412f6236dcper",
"business_id": "a9a25dc10aa74244bd0bb75d1ce6b3b5cbiz",
"closure_reason": "COMPLIANCE_IMMEDIATE_INTERNAL",
"overdraft": {
"rate": 12.5,
"limit": 10000
},
"closed_at": "2022-01-01T12:11:16Z"
}