Get started with accounts
After creating your Fire account with the help of our sales team and integrating with our API, you can start reviewing your account details and create recurring payments.
Why use Fire for your payments?



Find more use cases and examples on Fire's website.
What can the Fire Payments API do for you?
As part of our payments and accounts product offering, you can use our API to perform actions relating to your accounts, transactions, direct debits and payees. See the relevant API reference section for detailed instructions.
If you want to practice using the Fire Payments API endpoints listed below, Fire has recipes created in Javascript to see how to use the API to do things like call a list of your accounts. To use these, you'll need our OpenAPI definition document, which you can download from our Github here.. You can use these endpoints to generate reports on your Fire accounts, or to quickly create new accounts as you need them.
Please note that amounts are returned in cents (e.g. 100 will equal 1 euro/sterling)
Accounts and transactions
Use our API to edit your accounts and user details. These are accessed and controlled by your account ican
or userId
. To retrieve this number, call the 'Get Details of an Account' first, and use the returned array to pull the information.
- Get details of an account
- List accounts
- Get account activity
- Create a new Fire account
- Update account configuration
- List transactions on an account
See how to write a script to use these endpoints here
Payees
Use our API to retrieve payee details on your account. Payee information is retrieved using the payeeId
attribute. This can be found first by calling 'List Payee Accounts'.
See how to write a script to use these endpoints here
Direct debits
Use our API to set up and manage direct debits on your account. Specific direct debits are identified by 'directDebitUuid'
, which you can find by calling 'List all Direct Debits' first.
- List all direct debits
- Get the details of a direct debit
- Get the details of a direct debit mandate
- List all direct debit mandates
- Reject a direct debit
- Activate a direct debit mandate
- Cancel a direct debit mandate
- Update direct debit mandate alias
See how to write a script to use these endpoints here
Profile management
Use our API to get information on your users and account settings.
- Get the details of a user
- Get the address of a user
- List all users
- List all limits
- Get service fees and info
See how to write a script to use these endpoints here
Fire customers use our API to streamline and automate payment processes. For example, Accelerated Payments use the Fire Payments API to instantly open multiple euro and sterling accounts, resulting in a clear and fast flow of payments with real-time transfers and information.
Updated 2 days ago