Reference:
Corporate Accounts API - details
Corporate Accounts - API reference
Q:
Should CONFIRMED transaction status be treated as the final and definitive state of a transaction?
A:
Two statuses should be interpreted as final: CONFIRMED and BILLED. Booked transactions will be returned with status BILLED.
Note: transactions with RESERVED status are preliminarily booked transactions — in other words, transactions that are not booked yet.
Q:
Is transaction_id field guaranteed to remain unchanged over time?
A:
After a transaction has been batch booked, the transaction ID remains unchanged.
Q:
Does any SANDBOX accounts have any transactions which can be obtained via the GET /transactions call?
A:
Yes, such accounts exist and can be collected from endpoints : account_list, account_details or filter_accounts. Please make sure that you do not hit empty date range by checking value latest_transaction_booking_date .
Q:
Why does calling the sandbox endpoint:
GET /corporate/v3/accounts/SE30167700413-CHF/transactions?dateFrom=2025-03-01&dateTo=2025-03-31
result in no transactions, despite the account's having latest_transaction_booking_date: 2025-03-31?
A:
Please see the proper construction of the date range:
GET /corporate/v3/accounts/SE30167700413-CHF/transactions?from_date=2025-03-01&to_date=2025-03-31