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.
π Enhancements
Below is a list of enhancements we made in May 2022.
General
Filter Parameters
We have introduced 2 new query parameters to help you filter the response returned by all our Get All APIs. These parameters are:
from_date
to_date
These parameters filter results using the created_at
timestamp. These parameters have to be used together. They cannot be used by themselves.
Learn more about the Filter Parameters.
Accounts
Account Objects
We 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.savings
account.virtual
account.link_current
Earlier, we returned the account
object 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: Landmark
We have introduced a new parameter landmark
to the addresses
child object in the account.savings
object.
This is an optional parameter. You can use this parameter to add a landmark for your customer's communication address.
Query Parameters
We have introduced 3 new query parameters for our Get All Accounts API. These parameters are:
type
mobile_number
email
These 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 Parameters
We have introduced 3 new parameters to help you filter the response returned by the Get All Transfers API. These parameters are:
credit_account_id
debit_account_id
beneficiary_id
These parameters can either be used by themselves or in conjecture with each other the other parameters.