Sila API 0.2.21
almost 4 years ago by John D. Fauller
Entities
- Disallow duplicate entity info for address, phone, and email
- Disallow empty string for email. If you do not want to supply an email, do not include the email as an input vs. setting email to an empty string. If you need to delete an email, use the entity /delete/ endpoint vs. setting email to an empty string.
- Receive only kyc level - see details here.
- Make entity KYC verification status available across apps - contact your account rep for more details
Accounts
- Ability to update a linked account nickname with /update_account
- We now support Processor Tokens from Plaid! You can bring your own Plaid integration and use a Plaid Processor Token to link an account.
- Provide more details for fuzzy name match in /link_account to include the name that was found on the account alongside the name that was provided, and the match score.
Transactions
- Add account name filter to /get_transactions
- Enforce filetype validation for doc KYC
- Transaction webhooks to include transaction type
General
- Error Messaging Updates in various areas to make error conditions more clear.
Other fixes and improvements.