Skip to main content
Skip table of contents

Upgrade Notes Week 17

Removal of deprecated API methods

Who is affected

All clients using the following deprecated API methods for accessing statements and transfer requisites.

What will be changed

The deprecated API methods listed below will be permanently removed from the system:

  • GET /api/clients/{clientId}/statement
    → Please use GET /api/clients/{clientId}/statement.{_format} instead.

  • GET /api/transfer/requisites/{provider}
    → Please use GET /api/clients/{clientId}/account/{accountId}/requisites instead.

These changes are part of our ongoing effort to maintain a clean and stable API environment.

Expected release

01 MAY 2025

Instructions

To prepare for this update, ensure that all integrations and systems relying on the deprecated methods are updated to use the recommended replacement endpoints before the removal date. Check your current API calls and adjust them accordingly to avoid any disruptions.

Consequences

Once the change is implemented, the deprecated API methods will no longer be available. Any attempts to use these endpoints will result in errors. To maintain uninterrupted service, please complete your migration to the replacement endpoints in advance.


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.