fire.com

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

🔑 bearer 39 endpoints financial
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (9 total)

npm install firebase-admin-node
npm install firebaseui-web
npm install firebase-js-sdk
go get github.com/firebase/firebase-admin-go
# Maven: see https://github.com/firebase/firebase-android-sdk
composer require laravel-firebase
composer require firebase-php
# Maven: see https://github.com/GitLiveApp/firebase-kotlin-sdk
# See https://github.com/firebase/firebase-ios-sdk
curl examples
View List of Cards.
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://api.fire.com/business/v1/cards
Returns list of all users on your fire.com account
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://api.fire.com/business/v1/users
Get list of ASPSPs / Banks
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://api.fire.com/business/v1/aspsps
Endpoints (39 total)
GET
/v1/cards
View List of Cards.
GET
/v1/users
Returns list of all users on your fire.com account
GET
/v1/aspsps
Get list of ASPSPs / Banks
GET
/v1/payees
List all Payee Bank Accounts
GET
/v1/batches
List batches
GET
/v1/accounts
List all fire.com Accounts
GET
/v1/mandates
List all direct debit mandates
GET
/v1/directdebits
Get all DD payments associated with a direct debit mandate
GET
/v1/user/{userId}
Returns details of a specific fire.com user.
GET
/v1/accounts/{ican}
Retrieve the details of a fire.com Account
GET
/v1/batches/{batchUuid}
Get details of a single Batch
GET
/v1/mandates/{mandateUuid}
Get direct debit mandate details
At a glance
Total SDKs9
Languages6
Endpoints39
Authbearer
Categories1
https://api.fire.com/business