Sila SDKs 0.2.41
over 2 years ago by Ankur Shah
This SDK version provides the functionality that corresponds to the recent API releases 0.2.40 and 0.2.41
- Added closeVirtualAccount method to support /close_virtual_account API endpoint.
- Added createTestVirtualAccountAchTransaction method to support /create_test_virtual_account_ach_transaction API endpoint.
- Added ResponseTimeMs to the response of all API returns.
- Added "AchCreditEnabled" and "AchDebitEnabled" fields to the input and response of openVirtualAccount method.
- Added "AchCreditEnabled" and "AchDebitEnabled" fields to the input and response of UpdateVirtualAccount method.
- Added "AchCreditEnabled" and "AchDebitEnabled" fields to the response of getVirtualAccounts method.
- Added "AchCreditEnabled" and "AchDebitEnabled" fields to the response of getVirtualAccount method.
- Added virtual accounts as a type/section and "AchCreditEnabled" and "AchDebitEnabled" boolean fields to the response of getPaymentMethods method.
- Added setPaymentMethodId a new optional method to set Payment Method Id into the SearchFilters required for getTransactions method.
- Renamed uuid input field to wallet_id in the setUuid method of searchFilters class required for getWallets method.
- Updated identityType input field to be optional in uploadDocument method for /documents API.