Skip to main content

About reports and statements

You can use the Equals Money API to generate CSV or PDF reports about past transactions and receive them by email. Currently, we support two types: transaction activity report and statement. A transaction activity report is a list of all transactions generated for an account over a given period, which can be up to the date you’re making the request. This report is available in CSV format only. A statement is a list of balances and completed transactions that occurred on an account over a given period, which can be up to the day before the date you’re making the request. This report is available in PDF and CSV format.
We also provide an endpoint to list transaction activity for an account. It includes a number of filters, so you can easily narrow down your results. Your results will be returned as a normal JSON payload, rather than a downloadable CSV or PDF file.

Transaction activity and Statement CSV format

Column nameDescriptionExampleCan be empty?
Created date (UTC)The date and time at which the transaction event was created, in format YYYY-MM-DD hh:mm:ss2023-10-01 07:49:00No
Completed date (UTC)The date and time at which the transaction event was completed, in format YYYY-MM-DD hh:mm:ss2023-10-01 07:49:00No
TypeThe transaction type. Learn more about transaction types.CreditNo
StatusThe transaction status. Learn more about transaction statuses.CompleteNo
DescriptionFor payments, a description of the transaction. For card transactions, the shortened merchant name description.Exchange - Sold GBP or ACMENo
ReferenceThe transaction reference that you’ve provided, if any.Invoice payment for 24695Yes
NameThe name of the person who performed the order, exchange, transfer or card payment.John SmithYes
BalanceThe name of the budget associated with the transaction.Marketing Team EventsNo
Balance currencyThe currency the transaction was performed in.GBPNo
Total creditedThe total amount that was credited, not including fees. If debit, will be blank.500Yes
Total debitedThe total amount that was debited, not including fees. If credit, will be blank.500Yes
FeesThe fees that were added to the transaction. A value is always provided, even if it’s 0.7No
Credited excluding feesThe total amount that was credited, not including fees.507Yes
Debited excluding feesThe total amount that was debited, not including fees.507Yes
Running balanceThe sum total of money present in the budget associated with the transaction at the time of transaction completion.12345No
Exchange rateThe exchange rate that was applied to the transaction. A value is always provided, even if it’s 1 (no exchange performed).1.2No
Payment / Exchange currencyThe local currency of the transaction.USDYes
Payment / Exchange amountThe transaction amount, in the local currency.600Yes
Order IDThe order ID associated with this transaction, if any.120eb9fb-f9c9-4832-abe8-75bf0bf79d78Yes
Transaction IDThe transaction ID.4333f2ef-8f1a-4b9e-92d8-42a00689883bNo
Group transaction IDThis helps to link together a card transaction and related auto exchanges.34562ef-dj25-f892-43n9-42a62289994aNo
Box Transaction IDThe budget transaction ID. This is a number which is assigned sequentially per budget and per currency.1234567No
Card last fourThe last four digits of the card, if the transaction was a card payment.1234Yes
Full descriptionFor payments, a description of the transaction. For card transactions, the full merchant name description.Exchange - Sold GBP or ACME EUROPE BERLINNo
Balance HierarchyThe name of the parent budget of the budget associated with the transaction. This can be same as the value in the corresponding Balance cell, if the budget that the transaction is associated with is the account balance.Marketing TeamNo
Balance IDThe ID of the budget associated with the transaction.9e4f387d-a60c-45f0-b38b-37a5ceefd43fNo
Balance referenceThe reference that identifies this transaction within the budget. This is similar to an orderId.531350cb-04f5-40d6-aec2-47d21a3a2658Yes
MCCFor card transactions, the merchant category code (MCC).5814Yes
Merchant CategoryFor card transactions, the merchant category.Fast food restaurantsYes
Name of sender / recipientThe name of the sender or recipient (recipient).William WalkerNo
Bank identifier of sender / recipientThe BIC or SWIFT code of the bank associated with the sender or recipient (recipient).AAAABBCC123No
Account identifier of sender / recipientThe International Bank Account Number (IBAN) of the sender or recipient (recipient).GB12ABCD10203012345678Yes
If the sender or recipient has an account number, or if it’s a card payment.
Address of sender / recipientThe address of the sender or recipient (recipient).223 Glossop Road London N14 4ESNo
Bank of sender / recipientThe name of the bank associated with the sender or recipient (recipient).Brilliant BankYes
Bank address of sender / recipientThe address of the bank associated with the sender or recipient (recipient).41 Middle Street Enfield EN1 3JYYes
Details of chargesThe party or parties responsible for the charges.
  • BEN: Charges are borne by the recipient (recipient)
  • SHA: Charges are shared
  • OUR: Charges are borne by the remitter
OURNo

Statement PDF format

Column nameDescriptionExample
CurrencyThe currency that the opening balance, credits, debits, and closing balance apply to.GBP
Opening balanceThe total balance on the first day of the statement period.100.00
CreditsThe sum of all credits that were processed during the statement period.250.00
DebitsThe sum of all debits that were processed during the statement period.50.00
Closing balanceThe total balance on the last day of the statement period.300.00