Changelog

All notable changes to internal systems will be documented in this file.


2025-06-05

Deprecated

  • aml_status field 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 status field 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 status values.

Last updated

Was this helpful?