DEV API changelog (2026-05-14)

Last updated: 2026-05-14 22:24:17 AEST

API Changelog 2026-05-14_20-51_a02c474 vs. 2026-05-14_22-13_2f750db

API Changes

POST /sub-account/loans/applications

  • ⚠️ removed the request property applicantInfo/address/addressLine
  • the request property applicantInfo/address/country became nullable
  • the request property applicantInfo/address/postalCode became nullable
  • the request property applicantInfo/address/state became nullable
  • the request property applicantInfo/address/suburb became nullable

PATCH /sub-account/loans/applications/{id}

  • ⚠️ removed the request property applicantInfo/address/addressLine

GET /sub-account/loans/redraws/applications

  • ⚠️ the response property items/applicantInfo/address/country became nullable for the status 200
  • ⚠️ the response property items/applicantInfo/address/postalCode became nullable for the status 200
  • ⚠️ the response property items/applicantInfo/address/state became nullable for the status 200
  • ⚠️ the response property items/applicantInfo/address/suburb became nullable for the status 200
  • ⚠️ removed the optional property items/applicantInfo/address/addressLine from the response with the 200 status

POST /sub-account/loans/redraws/applications

  • ⚠️ the response property applicantInfo/address/country became nullable for the status 200
  • ⚠️ the response property applicantInfo/address/postalCode became nullable for the status 200
  • ⚠️ the response property applicantInfo/address/state became nullable for the status 200
  • ⚠️ the response property applicantInfo/address/suburb became nullable for the status 200
  • ⚠️ removed the request property applicantInfo/address/addressLine
  • ⚠️ removed the optional property applicantInfo/address/addressLine from the response with the 200 status
  • the request property applicantInfo/address/country became nullable
  • the request property applicantInfo/address/postalCode became nullable
  • the request property applicantInfo/address/state became nullable
  • the request property applicantInfo/address/suburb became nullable

POST /sub-account/loans/rollovers/applications

  • ⚠️ removed the request property oneOf[#/components/schemas/LoanRolloverCreditLineRequestDto]/allOf[#/components/schemas/LoanRolloverRequestDto]/applicantInfo/address/addressLine
  • ⚠️ removed the request property oneOf[#/components/schemas/LoanRolloverFixTermRequestDto]/allOf[#/components/schemas/LoanRolloverRequestDto]/applicantInfo/address/addressLine
  • the request property oneOf[#/components/schemas/LoanRolloverCreditLineRequestDto]/allOf[#/components/schemas/LoanRolloverRequestDto]/applicantInfo/address/country became nullable
  • the request property oneOf[#/components/schemas/LoanRolloverCreditLineRequestDto]/allOf[#/components/schemas/LoanRolloverRequestDto]/applicantInfo/address/postalCode became nullable
  • the request property oneOf[#/components/schemas/LoanRolloverCreditLineRequestDto]/allOf[#/components/schemas/LoanRolloverRequestDto]/applicantInfo/address/state became nullable
  • the request property oneOf[#/components/schemas/LoanRolloverCreditLineRequestDto]/allOf[#/components/schemas/LoanRolloverRequestDto]/applicantInfo/address/suburb became nullable
  • the request property oneOf[#/components/schemas/LoanRolloverFixTermRequestDto]/allOf[#/components/schemas/LoanRolloverRequestDto]/applicantInfo/address/country became nullable
  • the request property oneOf[#/components/schemas/LoanRolloverFixTermRequestDto]/allOf[#/components/schemas/LoanRolloverRequestDto]/applicantInfo/address/postalCode became nullable
  • the request property oneOf[#/components/schemas/LoanRolloverFixTermRequestDto]/allOf[#/components/schemas/LoanRolloverRequestDto]/applicantInfo/address/state became nullable
  • the request property oneOf[#/components/schemas/LoanRolloverFixTermRequestDto]/allOf[#/components/schemas/LoanRolloverRequestDto]/applicantInfo/address/suburb became nullable