Sila API 0.2.19
almost 4 years ago by John D. Fauller
Click release name above for full details.
ENTITIES
- Fixed validation error in Sandbox API. Minimum length on phone number was not being respected.
entity.entity_name
max length has been changed to 200 to accommodate businesses with long names.- Disallow special characters in individual entity name. Special characters would interfere with KYC on occasion.
ACCOUNTS
- Add Savings Support. We now support ACH enabled savings accounts
- Delete Bank Accounts. We added the ability to delete bank accounts from an entity.
- Simulate account linking name match failures in the Sandbox. This helps to model responses when an account holder's name does not match the name registered.
TRANSACTIONS
- Return ACH return codes from /get_transactions. NACHA return codes are now provided in the response.
- Added trace numbers to /get_transactions response.
WALLETS
- /update_wallet no longer always returns
isDefault
as a change in the response.
GENERAL
- Various infrastructure optimizations
- Sandbox IP changed from 34.209.98.161 to 52.38.182.112
- Aliased auth_handle to app_handle in all API requests.
NOTE - POTENTIAL BREAKING CHANGE
- For Optional fields throughout the API, validation has been added to prohibit passing empty strings as the value for those fields.