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 functionality: financial functions, service information and service configuration. ## Financial Functions These functions provide access to your account details, transactions, payee accounts, payment initiation etc. ## Service Functions These provide information about the fees and limits applied to your account. ## Service configuration These provide information about your service configs - applications, webhooks, API tokens, etc.
https://api.fire.com/business39 endpoints available
/v1/appsCreate a new API Application
/v1/cardsView List of Cards.
/v1/cardsCreate a new debit card.
/v1/usersReturns list of all users on your fire.com account
/v1/aspspsGet list of ASPSPs / Banks
/v1/payeesList all Payee Bank Accounts
/v1/batchesList batches
/v1/batchesCreate a new batch of payments
/v1/accountsList all fire.com Accounts
/v1/accountsAdd a new account
/v1/mandatesList all direct debit mandates
/v1/directdebitsGet all DD payments associated with a direct debit mandate
/v1/user/{userId}Returns details of a specific fire.com user.
/v1/accounts/{ican}Retrieve the details of a fire.com Account
/v1/paymentrequestsCreate a Fire Open Payment request
/v1/apps/accesstokensAuthenticate with the API.
/v1/batches/{batchUuid}Get details of a single Batch
/v1/batches/{batchUuid}Submit a batch for approval
/v1/batches/{batchUuid}Cancel a batch
/v1/cards/{cardId}/blockBlock a card
/v1/cards/{cardId}/unblockUnblock a card
/v1/mandates/{mandateUuid}Get direct debit mandate details
/v1/mandates/{mandateUuid}Update a direct debit mandate alias
/v1/payments/{paymentUuid}Get Payment Details
/v1/cards/{cardId}/transactionsList Card Transactions.
/v1/accounts/{ican}/transactionsList transactions for an account (v1)
/v3/accounts/{ican}/transactionsList transactions for an account (v3)
/v1/batches/{batchUuid}/approvalsList Approvers for a Batch
/v1/mandates/{mandateUuid}/cancelCancel a direct debit mandate
/v1/directdebits/{directDebitUuid}Get the details of a direct debit
/v1/mandates/{mandateUuid}/activateActivate a direct debit mandate
/v1/batches/{batchUuid}/banktransfersList items in a Batch
/v1/batches/{batchUuid}/banktransfersAdd a bank transfer payment to the batch.
/v1/accounts/{ican}/transactions/filterFiltered list of transactions for an account (v1)
/v1/batches/{batchUuid}/internaltransfersList items in a Batch
/v1/batches/{batchUuid}/internaltransfersAdd an internal transfer payment to the batch
/v1/directdebits/{directDebitUuid}/rejectReject a direct debit payment
/v1/batches/{batchUuid}/banktransfers/{itemUuid}Remove a Payment from the Batch (Bank Transfers)
/v1/batches/{batchUuid}/internaltransfers/{itemUuid}Remove a Payment from the Batch (Internal Transfer)
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 functionality: financial functions, service information and service configuration. ## Financial Functions These functions provide access to your account details, transactions, payee accounts, payment initiation etc. ## Service Functions These provide information about the fees and limits applied to your account. ## Service configuration These provide information about your service configs - applications, webhooks, API tokens, etc.
https://api.fire.com/business39 endpoints available
/v1/appsCreate a new API Application
/v1/cardsView List of Cards.
/v1/cardsCreate a new debit card.
/v1/usersReturns list of all users on your fire.com account
/v1/aspspsGet list of ASPSPs / Banks
/v1/payeesList all Payee Bank Accounts
/v1/batchesList batches
/v1/batchesCreate a new batch of payments
/v1/accountsList all fire.com Accounts
/v1/accountsAdd a new account
/v1/mandatesList all direct debit mandates
/v1/directdebitsGet all DD payments associated with a direct debit mandate
/v1/user/{userId}Returns details of a specific fire.com user.
/v1/accounts/{ican}Retrieve the details of a fire.com Account
/v1/paymentrequestsCreate a Fire Open Payment request
/v1/apps/accesstokensAuthenticate with the API.
/v1/batches/{batchUuid}Get details of a single Batch
/v1/batches/{batchUuid}Submit a batch for approval
/v1/batches/{batchUuid}Cancel a batch
/v1/cards/{cardId}/blockBlock a card
/v1/cards/{cardId}/unblockUnblock a card
/v1/mandates/{mandateUuid}Get direct debit mandate details
/v1/mandates/{mandateUuid}Update a direct debit mandate alias
/v1/payments/{paymentUuid}Get Payment Details
/v1/cards/{cardId}/transactionsList Card Transactions.
/v1/accounts/{ican}/transactionsList transactions for an account (v1)
/v3/accounts/{ican}/transactionsList transactions for an account (v3)
/v1/batches/{batchUuid}/approvalsList Approvers for a Batch
/v1/mandates/{mandateUuid}/cancelCancel a direct debit mandate
/v1/directdebits/{directDebitUuid}Get the details of a direct debit
/v1/mandates/{mandateUuid}/activateActivate a direct debit mandate
/v1/batches/{batchUuid}/banktransfersList items in a Batch
/v1/batches/{batchUuid}/banktransfersAdd a bank transfer payment to the batch.
/v1/accounts/{ican}/transactions/filterFiltered list of transactions for an account (v1)
/v1/batches/{batchUuid}/internaltransfersList items in a Batch
/v1/batches/{batchUuid}/internaltransfersAdd an internal transfer payment to the batch
/v1/directdebits/{directDebitUuid}/rejectReject a direct debit payment
/v1/batches/{batchUuid}/banktransfers/{itemUuid}Remove a Payment from the Batch (Bank Transfers)
/v1/batches/{batchUuid}/internaltransfers/{itemUuid}Remove a Payment from the Batch (Internal Transfer)