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'
Updated 2 months ago