Skip to main content

Changelog

This changelog contains the newly added endpoints and also the updates that are made to the already available endpoints, in chronological order. This documentation will provide a high overview of what have been added and/or updated. Visit our API documentation for a more descriptive information on the deployed / to be deployed changes.

Each colour represents different deployment phases:

  • Upcoming deployment in all environments
  • Current deployment in UAT environment and will be deployed in production environment in the stipulated date.
  • Current deployment in production environment (if no further change logs are specified, this is also the current deployment in UAT environment)
  • Past deployment in all environments

The version number of the developer's documentation, will be updated when a deployment is in UAT or already in production!


28 Jul 2026 v1.60
Deployment DateEnvironment
17 Aug 2026UAT
31 Aug 2026Production

Modified webhook:

  • POST Payment Status
    • Property transaction_type will have value Cancelation renamed to Cancellation
8 Jul 2026 v1.59
Deployment DateEnvironment
4 Aug 2026UAT
4 Aug 2026Production

Modified endpoints:

  • POST accounts/{account_id}/outgoing-credit-transfer - Send an outgoing payment from a customer account
  • POST corporates/accounts/{corporate_account_id}/outgoing-credit-transfer - Send an outgoing payment from a customer account
    • The European Payments Council (EPC) is retiring the current unstructured/semi-structured address format in favour of a structured address format aligned with ISO 20022, effective November 15, 2026. We are updating creditor.address to match.

      What's changing

      Current fieldStatusNew field(s)
      line_1replacedbuilding_name, street_name
      line_2replaceddepartment, sub_department
      line_3replacedfloor, room, post_box
      cityretainedcity
      statereplacedcountry_sub_division
      countyreplaceddistrict_name
      postal_coderetainedpostal_code
      countryretainedcountry
      (new)addedtown_location_name

      Required vs optional

      • New fields marked required: city, postal_code, country
      • All others remain optional.

      Example

      Before:

      { "line_1": "11, High Street", "city": "Mellieha", "postal_code": "MLH0001", "country": "MLT" }

      After:

      { "street_name": "High Street", "building_number": "11", "city": "Mellieha", "postal_code": "MLH0001", "country": "MLT" }