Sila SDKs 0.2.23

May 21st, 2021 - SDK 0.2.23 released that includes all functionality available in the recent API 0.2.23 release as well as previous API releases. This SDK release is a cumulative release of several previous API releases. Details below. You can also refer to the API release notes for more information.

Python

-Adding support for check_instant_ach.
-Adding support for blockchain_address filter in get_transactions.
-Adding support for plaid_update_link_token endpoint.
-Deprecating public_token in linkAccount.
-Adding support for plaid_token and plaid_token_type in linkAccount.
-Adding support for check_partner_kyc endpoint.
-Adding support for update_account endpoint.

Javascript

-Adding support for check_instant_ach.
-Adding support for blockchain_address filter in get_transactions.
-Adding support for plaid_update_link_token endpoint.
-Adding support for plaid_token and plaid_token_type in linkAccount.
-Adding support for check_partner_kyc endpoint.
-Adding support for match_score, account_owner_name and entity_name in get accounts

Java

-Adding support for /check_instant_ach.
-Adding support for blockchain_address in /get_transactions.
-Adding support for /plaid_update_link_token.
-Adding support for plaid_token_type in /link_account endpoint
-Adding support for document_id and document_name in /update/identity endpoint.
-Adding support for uuid and dba in /get_entities endpoint.
-Adding support for status in /get_entity endpoint.
-Adding support for identity_type in /get_entities endpoint.
-Adding support for status and requires_certification in /get_business_types endpoint.
-Adding support for status in /get_business_roles endpoint.
-Adding support for status in /get_naics_categories endpoint.
-Adding support for match_score, account_owner_name and entity_name in Account object.
-Adding support for plaid_token_type in /link_account endpoint.
-Adding /check_partner_kyc endpoint support.
-Adding /update_account endpoint support.

PHP

-Added new filter by wallet blockchain_address to /get_transactions.
-New endpoint /check_instant_ach to check if an end-user meets the requirements for instant ACH.
-Corrected __construct typo error.
-Updated privatekey to make it optional in /get_transactions.
-New endpoint /delete_account.
-New endpoint /plaid_link_token.
-Updated /get_transactions response object.
-Renamed auth_handle to app_handle.
-Added User-Agent with platform and SDK version.
-Updated SDK version.
-Added support for return_code, return_desc, trace_number and addenda to /get_transactions.
-Updated account_name to be required in /link_account.
-Updated private_key to not be required in /delete_account.
-Updated requestKYC() to use dynamic response json object.
-Updated Environment configuration to the new sandbox and stage APIs.
-Added account_owner_name to /link_account response object.
-New endpoint /update_account.
-Added bank_account_name to the search filters.
-New endpoint /check_partner_kyc.
-Added success to /delete_account response object.
-Added status to /get_account_balance response object.
-Added /check_handle response object class.
-Added /register response object class.
-Added properties success, entity_name and match_score to /link_account response object.
-Added properties routing_number, active, account_link_status, match_score,account_owner_name and entity_name to Account object, for /get_accoounts response.
-Added Pagination object and property pagination for /get_transactions response.
-Added success to /redeem_sila response object.
-Added success to /transfer_sila response object.
-Added success to /plaid_sameday_auth response object.
New endpoint /plaid_update_link_token.
-Added plaidtoken and plaid_token_type to /link_account response object.
-Changed the use of SilaWallet object instead of Wallet object.
-Added /add/device support.
-Added instant_ach to /issue_sila.
-Added sms_opt_in to /add/phone message object.
-Added sms_opt_in to /update/phone message object.
-Added device_fingerprint and sms_opt_in to /register message object.

.NET

-Adding support for /check_instant_ach.
-Adding support for blockchain_address filter in /get_transactions
-Adding support for /plaid_update_link_token.
-Adding support for plaid_token_type in /link_account endpoint
-Adding /check_partner_kyc endpoint support.
-Adding /update_account endpoint support.
Breaking changes:
-RequestKyc does not return BaseResponse anymore, it returns RequestKycResponse object.