DEV API changelog (2026-06-19)
June 18th, 2026
Last updated: 2026-06-19 02:52:58 AEST
API Changelog 2026-06-18_08-04_33ef950 vs. 2026-06-19_02-43_233cba9
API Changes
GET /main-account/loans
- added the required property
content/items/initialBorrowto the response with the200status - added the required property
content/items/totalFeeto the response with the200status - added the required property
content/items/totalRedrawto the response with the200status
GET /sub-account/loans
- added the required property
items/initialBorrowto the response with the200status - added the required property
items/totalFeeto the response with the200status - added the required property
items/totalRedrawto the response with the200status
GET /sub-account/loans/{loanId}
- added the required property
items/initialBorrowto the response with the200status - added the required property
items/totalFeeto the response with the200status - added the required property
items/totalRedrawto the response with the200status
POST /sub-account/loans/{loanId}/close/fiat
- added the required property
initialBorrowto the response with the200status - added the required property
totalFeeto the response with the200status - added the required property
totalRedrawto the response with the200status
POST /sub-account/loans/{loanId}/close/security
- added the required property
initialBorrowto the response with the200status - added the required property
totalFeeto the response with the200status - added the required property
totalRedrawto the response with the200status
POST /sub-account/loans/{loanId}/repayments/fiat
- added the required property
initialBorrowto the response with the200status - added the required property
totalFeeto the response with the200status - added the required property
totalRedrawto the response with the200status
POST /sub-account/loans/{loanId}/repayments/security
- added the required property
initialBorrowto the response with the200status - added the required property
totalFeeto the response with the200status - added the required property
totalRedrawto the response with the200status
POST /sub-account/loans/{loanId}/security/top-up
- added the required property
initialBorrowto the response with the200status - added the required property
totalFeeto the response with the200status - added the required property
totalRedrawto the response with the200status
POST /sub-account/loans/{loanId}/security/withdraw
- added the required property
initialBorrowto the response with the200status - added the required property
totalFeeto the response with the200status - added the required property
totalRedrawto the response with the200status
