v1
latestOpenAPI 3.1.02026-07-136388308.2 KBAccounts
Get details of an account
This endpoint will return an array of information about the account. You can retrieve the details of a Fire Account by its ican. You will need to enable PERM_BUSINESS_GET_ACCOUNT to use this endpoint.
get/v1/accounts/{ican}
Path parameters
icaninteger required
The ican of the account to retrieve
Response
An account object.
Example response
{
"ican": 42,
"name": "Main Account",
"colour": "ORANGE",
"currency": {
"code": "EUR",
"description": "Euro"
},
"balance": 23950,
"cbic": "CPAYIE2D",
"ciban": "IE54CPAY99119911111111",
"cnsc": "232221",
"ccan": "11111111",
"defaultAccount": true
}