Skip to main content

Release 2026-01-19.1.0.0-hotfix.1

· One min read

Summary

This hotfix addresses ARKSUP-25 where v1/customer/register endpoint was failing with a 500 Server Internal Error when calling the address service Kleber when attempting to retrieve an address


Fixes

fix(ark-connector-kleber): ARKSUP-25 support empty, undefined or invalid address response from kleber

Client-specific Information

Ark has updated the way it handles address retrieval when registering a customer where if an error occurs due to data supplied, it will return the following:

  • 422 Unprocessable Entity (ADR022001) if a malformed result is returned
  • 404 Not Found (ADR004001) if no results are returned for the address supplied
  • 500 Server Internal Error (ADR100005) if the downstream connector has failed

Clients will now be able to call v1/customer/register endpoint and observe the above described behaviour.

Consumers using Ark should review the PAF values they are sending across to ensure they retrieve the correct address.

Please refer to https://ark-docs.digizoo.com.au for updated API documentation reflecting this change.


Support & Resources

For additional assistance with this release:


For questions or feedback about this release, please contact your support representative.