May 2022
We work hard to ensure everyone who uses ZWITCH gets the best experience. Every day we take small steps towards developing new products, enhancing existing features, and improving the performance of our system. We also fix (the occasional) bug in the system.
Below is a list of new feature releases, product improvements, and bug fixes we made in May 2022.
Note
- Except for breaking changes, all other changes are backward compatible.
- Currently, we work on a daily release cycle. We push changes to the production environment as they are developed. However, we will notify you about breaking changes, new feature releases, and major enhancements via email before they are released.
🎉 EnhancementsBelow is a list of enhancements we made in May 2022.
General
Filter ParametersWe have introduced 2 new query parameters to help you filter the response returned by all our Get All APIs. These parameters are:
from_dateto_dateThese parameters filter results using the
created_attimestamp. These parameters have to be used together. They cannot be used by themselves.Learn more about the Filter Parameters.
Accounts
Account ObjectsWe have introduced separated the objects for the different types of accounts. This helps you build your integration to accept and handle parameters specific to the account.
The new objects are:
account.savingsaccount.virtualaccount.link_currentEarlier, we returned the
accountobject for all account-related actions.Note
This is not a breaking change. In most cases, it should not break any of your existing integrations since we have not made changes to the account API responses.
New Parameter: LandmarkWe have introduced a new parameter
landmarkto theaddresseschild object in theaccount.savingsobject.This is an optional parameter. You can use this parameter to add a landmark for your customer's communication address.
Query ParametersWe have introduced 3 new query parameters for our Get All Accounts API. These parameters are:
typemobile_numberThese parameters can either be used by themselves or in conjecture with each other the other parameters.
Refer to our API Documentation for more details.
Transfers
Query ParametersWe have introduced 3 new parameters to help you filter the response returned by the Get All Transfers API. These parameters are:
credit_account_iddebit_account_idbeneficiary_idThese parameters can either be used by themselves or in conjecture with each other the other parameters.