2025.09.17
This release includes documentation updates and potential impacting changes for Wires and Transfers.
📑 Documentation Updates
🆕 Added
⚠️ Warning
Wires
GET wires/v1/incoming
- ⚠️ added the optional property items/items/confirmationNumber to the response
GET wires/v1/incoming/search
- ⚠️ added the optional property items/items/confirmationNumber to the response
GET wires/v1/incoming/{id}
- ⚠️ added the optional property confirmationNumber to the response
GET wires/v1/outgoing
- ⚠️ added the optional property items/items/confirmationNumber to the response
GET wires/v1/outgoing/search
- ⚠️ added the optional property items/items/confirmationNumber to the response
GET wires/v1/outgoing/{id}
- ⚠️ added the optional property confirmationNumber to the response
Transfers
POST transfers/v1/
- ⚠️ added the new optional request property processDate
GET transfers/v1/
- ⚠️ added the new Scheduled enum value to the items/items/status response
- ⚠️ added the optional property items/items/processDate to the response
GET transfers/v1/{id}
- ⚠️ added the new Scheduled enum value to the status response property for the response
- ⚠️ added the optional property processDate to the response
GET transfers/v1/search
- ⚠️ added the new Scheduled enum value to the items/items/status response property for the response
- ⚠️ added the optional property items/items/processDate to the response
Other Changes
- 🆕 Primary and User Admin(s) can export a list of all users and their permissions on the UI
Updated about 2 hours ago