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