The fire.com API allows you to deeply integrate Business Account features into your application or back-office systems. The API provides read access to your profile, accounts and transactions, event-driven notifications of activity on the account and payment initiation via batches. Each feature has
https://api.fire.com/business
Auth type
Bearer Token
Auth header
Authorization: Bearer YOUR_TOKEN
Rate limit
Not officially published
Pricing
Enterprise / contact sales
Free quota
None
Documentation
https://docs.fire.com
Endpoint status
Server online — HTTP 400 — server is online but path returned an error (may require auth)2.94s
(checked Mar 29, 2026)
Builder score
D
43%
builder-friendly
Bearer token in the Authorization header
Authorization: Bearer YOUR_TOKEN
Paid. Fire.com Irish/UK business banking API; pricing per transaction.
| Method | Path | Description |
|---|---|---|
| GET | /v1/accounts |
List all fire.com Accounts |
| POST | /v1/accounts |
Add a new account |
| GET | /v1/accounts/{ican} |
Retrieve the details of a fire.com Account |
| GET | /v1/accounts/{ican}/transactions |
List transactions for an account (v1) |
| GET | /v1/accounts/{ican}/transactions/filter |
Filtered list of transactions for an account (v1) |
| POST | /v1/apps |
Create a new API Application |
| POST | /v1/apps/accesstokens |
Authenticate with the API. |
| GET | /v1/aspsps |
Get list of ASPSPs / Banks |
curl -X GET 'https://api.fire.com/business/v1/accounts' \ -H 'Authorization: Bearer YOUR_TOKEN'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official Fire Financial Services Business documentation.