Changelog

Keep track of every change to the Adatree Banking API

This changelog lists all additions and updates to the Adatree Banking APIs, in chronological order.

January 17, 2023

  • Add support for accountOwnership to Bank Account list and Bank Account Detail. The value indicating the number of customers that have ownership of the account, according to the data holder's definition of account ownership. Does not indicate that all account owners are eligible consumers. Values are UNKNOWN, ONE_PARTY, TWO_PARTY, MANY_PARTY, or OTHER.
  • Add support for new value DIGITAL_WALLET on enum Payee.type to Payee list and Payee detail
  • Add support for new value digitalWallet on enum PayeeDetail.payeeUType to Payee detail
  • Add support for digitalWallet to Payee Detail
  • Add support for occupationCodeVersion to Customer.person with both basic and detail payloads
    • The applicable [ANZSCO] release version of the occupation code provided. Mandatory if an occupationCode is supplied. If occupationCode is supplied but occupationCodeVersion is absent, default is ANZSCO_1220.0_2013_V1.2
    • Values are ANZSCO_1220.0_2006_V1.0, ANZSCO_1220.0_2006_V1.1, ANZSCO_1220.0_2013_V1.2, or ANZSCO_1220.0_2013_V1.3. Default value is ANZSCO_1220.0_2013_V1.2.
  • Add support for industryCodeVersion to Customer.organisation with both basic and detail payloads
    • The applicable ANZSIC release version of the industry code provided. Should only be supplied if industryCode is also supplied. If industryCode is supplied but industryCodeVersion is absent, default is ANZSIC_1292.0_2006_V2.0.
    • Values are ANZSIC_1292.0_2006_V1.0 or ANZSIC_1292.0_2006_V2.0. Default value is ANZSIC_1292.0_2006_V2.0.

January 1, 2023

  • API Changelog created