Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Zepto Clients API

Client management (Alpha) — create and manage sub-clients and their Merchant Category Codes (MCC) for platform and marketplace models operating on top of Zepto's rails.

Zepto Clients API is one of 7 APIs that Zepto publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Clients, Platforms, and Merchant Category Codes. The published artifact set on APIs.io includes an OpenAPI specification and an API reference.

This API exposes 4 operations across 2 paths, and defines 8 schemas. It is described by OpenAPI 3.0.1, at version 20260101.

Requests are made against 2 base URLs: https://api.sandbox.zeptopayments.com, https://api.zeptopayments.com.

4 operations 2 paths 8 schemas 2 GET1 PATCH1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
20260101
Base URL
https://api.zeptopayments.com
Authentication
HTTP Bearer
Terms of Service
Resource Areas
1

Authentication & Security 1

Zepto Clients API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). By default, every request must be authenticated.

Paths & Operations 4

Across 2 paths, the API surfaces 4 operations — 2 GET, 1 PATCH, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Clients 4

The Zepto Clients API allows registration of clients who indirectly use the Zepto platform via your Zepto integration.

POST
/clients
Create Client
1 param body → 201422401403500
GET
/clients
List Clients
5 params → 422200401403500
GET
/clients/{client_id}
Show Client
2 params → 200404401403500
PATCH
/clients/{client_id}
Update Client
2 params body → 202422404401403500

Schemas 8

The contract defines 8 schemas that model the data the API accepts and returns. The most detailed are clients.client (18 properties), clients.client_response (18 properties), clients.client_business_request (17 properties), clients.client_individual_request (9 properties). Each schema is shown below with its type and property counts.

clients.client
object
18 properties
clients.client_business_request
object
17 properties 10 required
clients.client_individual_request
object
9 properties 7 required
clients.client_request
object
clients.client_response
object
18 properties
clients.client_update_request
object
5 properties
clients.errors
object
1 property 1 required
clients.list
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

zepto-payments-clients.yml Raw ↑

Other APIs Zepto publishes across the network.

Zepto API
Zepto PayTo API
Zepto Validate API (Confirmation of Payee)
Zepto Investigations API
Zepto Merchant Reports API
Zepto Notifications API (Webhooks)