F

Fire Financial Services Business API

by Fire Financial Services Business

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

aifire

Quick Reference

Base URL 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
Pricing
28
Latency
20
Depth
72

Authentication

Bearer token in the Authorization header

Authorization: Bearer YOUR_TOKEN

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Paid. Fire.com Irish/UK business banking API; pricing per transaction.

Key Endpoints

MethodPathDescription
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

Sample Request

curl -X GET 'https://api.fire.com/business/v1/accounts' \
  -H 'Authorization: Bearer YOUR_TOKEN'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official Fire Financial Services Business documentation.