2024.10.17

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/

  • 🆕added the optional property 'items/items/additionalBalances'
  • 🆕added the optional property 'items/items/additionalBalances/relatedAvailableBalance'
  • 🆕added the optional property 'items/items/additionalBalances/totalAccessibleBalance'

GET accounts/v1/{accountId}

  • 🆕added the optional property 'additionalBalances'
  • 🆕added the optional property 'items/items/additionalBalances/relatedAvailableBalance'
  • 🆕added the optional property 'items/items/additionalBalances/totalAccessibleBalance'

Webhooks

PUT webhooks/v1/{id}

  • ⚠️ the 'description' request property's maxLength was set to '65535'
  • 🆕added the new optional request property 'secretText'

Wires

POST wires/v1/outgoing

  • ⚠️ the 'receiverRoutingNumber' request property's minLength was increased from '1' to '9'
  • ⚠️ the 'beneficiaryAddress1' request property's maxLength was set to '100'
  • ⚠️ the 'beneficiaryAddress2' request property's maxLength was set to '100'
  • ⚠️ the 'beneficiaryAddress3' request property's maxLength was set to '100'
  • ⚠️ the 'beneficiaryFIAddress1' request property's maxLength was set to '100'
  • ⚠️ the 'beneficiaryFIAddress2' request property's maxLength was set to '100'
  • ⚠️ the 'beneficiaryFIAddress3' request property's maxLength was set to '100'
  • ⚠️ the 'beneficiaryFIId' request property's maxLength was set to '50'
  • ⚠️ the 'beneficiaryFIIdCode' request property's maxLength was set to '1'
  • ⚠️ the 'beneficiaryFIName' request property's maxLength was set to '100'
  • ⚠️ the 'beneficiaryId' request property's maxLength was set to '50'
  • ⚠️ the 'beneficiaryIdCode' request property's maxLength was set to '1'
  • ⚠️ the 'beneficiaryName' request property's maxLength was set to '100'
  • ⚠️ the 'intermediateAddress1' request property's maxLength was set to '100'
  • ⚠️ the 'intermediateAddress2' request property's maxLength was set to '100'
  • ⚠️ the 'intermediateAddress3' request property's maxLength was set to '100'
  • ⚠️ the 'intermediateId' request property's maxLength was set to '50'
  • ⚠️ the 'intermediateIdCode' request property's maxLength was set to '1'
  • ⚠️ the 'intermediateName' request property's maxLength was set to '100'
  • ⚠️ the 'originatorAccountNumber' request property's maxLength was set to '50'
  • ⚠️ the 'receiverName' request property's maxLength was set to '50'
  • ⚠️ the 'receiverRoutingNumber' request property's maxLength was set to '9'