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 5 months ago