Sila API 0.2.26

Sila API version 0.2.26 contains various bug fixes and some functionality enhancements.

WEBHOOKS

  • Faster webhooks: previously webhooks could take up to a minute to deliver from the time they are triggered. We refactored webhooks to be delivered immediately when triggered.
  • Console test webhooks: previously, test webhooks sent from the console were improperly formatted. This has been corrected and the test webhooks are not sent as properly formatted json.
  • Inactive Webhook endpoints: previously some webhook endpoints that were set to inactive were still receiving webhooks. This has been corrected, and inactive webhook endpoints no longer receive webhooks.

SANDBOX

  • Additional products available in sandbox by default: Instant ACH and all KYC levels are now available by default for sandbox apps.

ACCOUNTS

  • Account names: APIs that utilize the account name as a parameter now allow for account names larger than 50 characters. There is still a 50 character limit when creating/updating an account name.
  • Plaid Link Token and Android: Fixed a bug where Plaid Link Token was not supported for Android apps.
  • Plaid Link microdeposits: modifications to better support microdeposits

ENTITIES

  • KYC flows: For entities who were approved for KYC-LITE that need to be transitioned to full KYC, you are now able to update their DOB before submitting.

Console Emails

  • Console emails have been converted from plain text to html.

OTHER

  • Other internal utilities and upgrades