v1
latestOpenAPI 3.1.02026-07-136388308.2 KBAccounts
Create a new Fire Account.
This endpoint will create a new Fire account on your profile. You will need to enable PERM_BUSINESS_POST_ACCOUNTS to use this endpoint.
Please note there is a charge associated with creating a new account.
post/v1/accounts
Request body
Example request
{
"accountName": "Operating Account"
}Response
The details of the new account
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
}