Introduction

Introduction to ZWITCH APIs.

ZWITCH is an embedded finance platform that lets you integrate complex financial workflows, services, and solutions into your application with ease.

Currently, you can use our APIs to:

  • Create bank accounts for your customers.
  • Create virtual account wallets and collection tools.
  • Receive payments via UPI.
  • Create beneficiaries and make transfers via NEFT, IMPS, RTGS, and UPI.

We use HTTP-based APIs that follow the REST architecture. Most of our APIs accept JSON request body and returns JSON-encoded responses.

Our APIs use the standard HTTP response codes to indicate a successful or failed API call. All successful API calls return a 2XX response code. You can treat any non 2XX HTTP response as a failed call.