Sila API 0.2.23

May 6th, 2021 - Version 0.2.23 introduces Sila Ledger.
There are also some new and enhanced features which are described below.

Sila Ledger

With the addition of Sila Ledger you can rely on world class transactions and KYC speed. As of this release, by default, all transaction operations will use Sila Ledger. Ethereum will remain an option by request. The APIs remain unchanged in this release, there is no need to modify how you consume the APIs.

Accounts

  • /check_instant_ach - new
    This new endpoint allows instant ACH customers to check the eligibility of instant ACH for an end-user. This does not do any transaction level decisioning, but it makes sure that all of the end-user criteria is met. This would be good to use before offering instant ACH to an end-user and attempting an instant ACH transaction.
  • /delete_account - fix
    We now allow the ability to delete frozen accounts. When originally released, this only worked for active accounts.
  • /link_account - enhancement for business entities
    We now allow business entities to link a bank account when the name on the bank account is not a good match to the business name. So long as the fuzzy match score is greater than zero, it will not fail due to match score.

Transactions

  • /get_transactions - enhancement
    We added a new search filter to filter transactions by wallet (blockchain_address)