Changelog
All notable changes to internal systems will be documented in this file.
2025-11-19
Added
We've introduced new a field in Virtual IBANs resource.
Introduced a new field:
external_id(string) in the Virtual IBAN API response.This identifier can be used to track and correlate virtual IBANs with external systems.
The value is a unique string (UUID format).
Example:
bbf12075-90a8-462f-bc73-7c10cec42147
2025-11-18
Added
We've introduced new API endpoints to streamline account statement management:
GET Single Statement: Retrieve a specific account statement by its identifier.
GET List of Generated Statements: Access a list of all available statements.
POST Generate New Statement: Create a new account statement.
These endpoints improve the efficiency and flexibility of handling account statements.
2025-11-05
Added
Optional
balance_typeparameter to GET /api/v1/transactions/statements which determines how account balances are calculated (settled or pending transactions)
2025-10-15
Added
A new parameter has been introduced to show the result of payee verification. Before queuing the transaction for processing, we perform the verification of payee and provide the outcome.
The Transaction Create Response Resource has been amended with a parameter
verification_of_payee.Possible values:
MATCH- the payee details fully match.NO_MATCH- the payee details do not match.CLOSE_MATCH- the payee details are similar but not identical.CANNOT_VERIFY- the payee verification could not be completed.
2025-09-11
Added Virtual IBANs section
2025-06-05
Deprecated
aml_statusfield in the Transactions resource has been deprecated.⚠️ This field will be fully removed from all API responses on 2025-08-04.
Please update any integrations relying on this field before the removal date.
Enhancement to status field in the Transactions resource.
⚠️ New statuses will be introduced on 2025-08-04, released to production together with the removal of
aml_status.The
statusfield now includes five possible values:created(changable): Transaction is created; processing not yet started.pending(changable): Transaction is currently being processed.processed(final): Transaction has been successfully processed.canceled(final): Transaction has been canceled.rejected(final): Transaction has been rejected.
Note: Make sure your integration is prepared to handle these new
statusvalues.
Last updated
Was this helpful?
