July 2023

We work hard to ensure everyone who uses ZWITCH gets the best experience. Every day, we take small steps towards enhancing new products and improving the performance of existing functionality. 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 July 2023.

📘

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.

:tada: Enhancements

Below is the improvement we made in July 2023 to our VPA Verifications API.

Based on a regulatory update from our partner bank, we have introduced two new parameters in the response object of the VPA Verification API as listed below.

  • bank_ifsc_code
  • bank_account_type

Shown below is a sample request and sample response for a VPA Verification API.

{
  "vpa": "anil-reddy@example",
  "merchant_reference_id": "1000876",
  "metadata": {
    "key_1": "DD",
    "key_2": "XOF"
  }
}
{
  "id": "accver_mtBP3HwL4JE6Ywl2oL2wiun09",
  "object": "vpa_verification",
  "vpa": "anil.reddy@example",
  "merchant_reference_id": "1409614085",
  "name_as_per_bank": "Anil Reddy",
  "status": "success",
  "message": "VPA is available for transaction",
  "bank_ifsc_code": "ICIC0000296",
  "bank_account_type": "savings",
  "created_at": 1644843861,
  "is_sandbox": true,
  "metadata": {
    "key_1": "DD",
    "key_2": "XOF"
  }
}