Automate Fire Financial Business
HumDay reads Fire Financial Business’s own published API description and derives 37 operations from it. Describe the outcome you want in plain words — you get a program that is written, proven on real data, and run for you.
What Fire Financial Business is
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 its own HTTP endpoint and every endpoint has its own permission. The API exposes 3 main areas of fun
API host: api.fire.com
What HumDay can do in Fire Financial Business
18 documented operations change something in Fire Financial Business.
- POSTCreate a new batch of payments
/v1/batches - POSTCreate a new API Application
/v1/apps - POSTCreate a new debit card.
/v1/cards - POSTAdd a new account
/v1/accounts - POSTCreate a Fire Open Payment request
/v1/paymentrequests - POSTAdd a bank transfer payment to the batch.
/v1/batches/{batchUuid}/banktransfers - DELETECancel a batch
/v1/batches/{batchUuid} - PUTSubmit a batch for approval
/v1/batches/{batchUuid} - POSTReject a direct debit payment
/v1/directdebits/{directDebitUuid}/reject - POSTAuthenticate with the API.
/v1/apps/accesstokens - POSTUpdate a direct debit mandate alias
/v1/mandates/{mandateUuid} - DELETERemove a Payment from the Batch (Bank Transfers)
/v1/batches/{batchUuid}/banktransfers/{itemUuid} - POSTBlock a card
/v1/cards/{cardId}/block - POSTUnblock a card
/v1/cards/{cardId}/unblock - POSTCancel a direct debit mandate
/v1/mandates/{mandateUuid}/cancel - POSTActivate a direct debit mandate
/v1/mandates/{mandateUuid}/activate - POSTAdd an internal transfer payment to the batch
/v1/batches/{batchUuid}/internaltransfers - DELETERemove a Payment from the Batch (Internal Transfer)
/v1/batches/{batchUuid}/internaltransfers/{itemUuid}
What HumDay can read from Fire Financial Business
These are the operations a schedule or a trigger can watch.
- GETReturns list of all users on your fire.com account
/v1/users - GETList batches
/v1/batches - GETList items in a Batch
/v1/batches/{batchUuid}/banktransfers - GETList items in a Batch
/v1/batches/{batchUuid}/internaltransfers - GETReturns details of a specific fire.com user.
/v1/user/{userId} - GETGet Payment Details
/v1/payments/{paymentUuid} - GETView List of Cards.
/v1/cards - GETGet list of ASPSPs / Banks
/v1/aspsps - GETList all Payee Bank Accounts
/v1/payees - GETList all fire.com Accounts
/v1/accounts - GETList all direct debit mandates
/v1/mandates - GETGet all DD payments associated with a direct debit mandate
/v1/directdebits - GETList Approvers for a Batch
/v1/batches/{batchUuid}/approvals - GETGet details of a single Batch
/v1/batches/{batchUuid} - GETList Card Transactions.
/v1/cards/{cardId}/transactions - GETList transactions for an account (v3)
/v3/accounts/{ican}/transactions - GETRetrieve the details of a fire.com Account
/v1/accounts/{ican} - GETGet direct debit mandate details
/v1/mandates/{mandateUuid} - GETGet the details of a direct debit
/v1/directdebits/{directDebitUuid}
How automating Fire Financial Business works
- Describe the outcome. Say what you want to happen, in your own words. No node graphs, no field mapping.
- Approve the contract. HumDay writes down exactly what it will do, what it will touch, and what it will never do. You approve it before anything is built.
- See it proven. The program runs and shows you the result before it is allowed near your live Fire Financial Business account.
- Grant access, then go live. You approve the specific Fire Financial Business operations it may use — and only those.
Automate Fire Financial Business with these
- Stripe442 operations
- Zuora Reference Billing428 operations
- bunq421 operations
- PayRun.IO389 operations
- Sinao272 operations
- Xero Accounting224 operations
- The Plaid191 operations
- Biapi Budgea Documentation167 operations
- Naviplancentral Advicent.FactFinderService151 operations
- Bigredcloud Big Red Cloud111 operations
- Codat Accounting105 operations
- Portfoliooptimizer Portfolio Optimizer83 operations
Categories
Questions about Fire Financial Business automation
- Can HumDay connect to Fire Financial Business?
- Yes. HumDay reads Fire Financial Business's own published API description and derives the operations from it, so there is no hand-built connector to wait for. 37 operations are documented.
- Do I need to write code to automate Fire Financial Business?
- No. You describe the outcome you want in plain words. HumDay agrees a contract with you, writes the program, and shows you a test run before anything touches your Fire Financial Business account.
- What can HumDay do in Fire Financial Business?
- 18 of the 37 documented operations change something in Fire Financial Business, and 19 read from it. HumDay only ever uses the specific operations your approved contract needs.
- Is my Fire Financial Business account safe?
- Your credentials are stored encrypted and are never shown in chat, code, or logs. Every run is limited to the operations you explicitly approved, and anything that writes to Fire Financial Business is held behind that approval.
Where this came from
The operations above are read from a published API description for Fire Financial Business at raw.githubusercontent.com/firefinancialservices/fire-business-api-openapi/master/fire-busi. Descriptions are the provider’s own words, not ours. Last published 2023-03-06.