Changelog

2025-01-01

Changes made to API responses

CollectionStatus

The status ACCOUNT_TEMPORARILY_LOCKED has been added. This status indicates that the end user's access has been temporarily blocked but will be able to access their data after some time. The exact time varies for different companies but a guideline would be to try again after 15 minutes.

MonetaryAmount

The currencyCode field has changed name to currency and the type has been changed from string enum to string. The currency value is still a ISO 4217 standard currency code, however, more currencies than what is listed in the example can be added in the future.

All insurance responses

  • The type of the field discountAmount has changed from integer to MonetaryAmount.

InsuranceAnimal

  • The type of the field animalPurchasePrice has changed from integer to MonetaryAmount.
  • The type of the field veterinaryCareAmount has changed from integer to MonetaryAmount.
  • The type of the field veterinaryCareAmountRemaining has changed from integer to MonetaryAmount.

InsuranceCar

  • For the field coverage the value COMPREHENSIVE has been removed and the value THIRD_PARTY has been added.

InsuranceCottage

  • The type of the field insuredMovablesAmount has changed from integer to MonetaryAmount.

InsuranceFarm

  • The type of the field insuredMovablesAmount has changed from integer to MonetaryAmount.

InsuranceHome

  • The type of the field insuredMovablesAmount has changed from integer to MonetaryAmount.
  • The type of the field insuredValuablesAmount has changed from integer to MonetaryAmount. These values are now available through the holder field.

InsuranceVilla

  • The type of the field insuredMovablesAmount has changed from integer to MonetaryAmount.
  • The type of the field insuredValuablesAmount has changed from integer to MonetaryAmount.

InsuranceIncome

  • The type of the field insuredMonthlyAmount has changed from integer to MonetaryAmount.

InsurancePerson

  • The type of the field insuredAmountBaseEconomicalDisability has changed from integer to MonetaryAmount.
  • The type of the field insuredAmountBaseMedicalDisability has changed from integer to MonetaryAmount.
  • The type of the field insuredAmountLife has changed from integer to MonetaryAmount.
  • The type of the field insuredAmountMaxMedicalDisability has changed from integer to MonetaryAmount.