2024.10.31
This release includes changes to enforce max field lengths when submitting a new wire. There also have been additional fields added to the GET accounts methods.
📑 Documentation Updates
🆕 Added
⚠️ Warning
Accounts
GET accounts/v1/{accountId}/transactions
- 🆕 added the optional property 'transactions/items/coreTransactionId' to the response with the '200' status
Webhooks
GET /EventHistory
- 🆕 added the optional property 'items' to the response with the '200' status
- 🆕 added the optional property 'pageOffset' to the response with the '200' status
- 🆕 added the optional property 'pageSize' to the response with the '200' status
- 🆕 added the optional property 'totalItemCount' to the response with the '200' status
- 🆕 added the optional property 'totalPages' to the response with the '200' status
GET /EventHistory/{id}/runs
- 🆕 endpoint added
Updated 21 days ago