Sila API 0.2.28

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

ACCOUNTS

  • /get_institutions has been enhanced to no longer require a search filter
  • /update_account has been enhanced to allow the freezing/unfreezing of bank accounts. Note - you can only unfreeze accounts you have frozen. This functionality does not allow you to unfreeze an account that has been frozen by Sila.

TRANSACTIONS

  • /cancel_transaction has been enhanced to allow the cancelling of transactions in the pending_confirmation state

WEBHOOKS

  • Fixed a bug where sending a test webhook for /transaction_update would not include the sila_amount nor the transaction_type

Misc

  • Changes in preparation for upcoming MFA functionality in the console

NOTE - possible breaking change

  • When calling APIs /issue_sila, /redeem_sila, /update_account and specifying the account_name, if the account name is invalid, previously we would return a 401 error. A bug fix was included in this release to now return a more conventional 403 error which is what would be expected in this case.