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

EdfaPay, Inc. Branch Management API

Branch Management APIs

EdfaPay, Inc. Branch Management API is one of 7 APIs that EdfaPay, Inc. publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Branch Management. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 6 operations across 3 paths, and defines 9 schemas. It is described by OpenAPI 3.0.3, at version 1.0.0.

Requests are made against a single base URL, https://apidev.edfapay.com.

6 operations 3 paths 9 schemas 2 DELETE2 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0.0
Base URL
https://revamp-api.edfapay.com
Resource Areas
1

Paths & Operations 6

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

Branch Management 6

Branch Management APIs

PUT
/api/v1/branches
Update Branch
editBranch body → 200400
POST
/api/v1/branches
Create Branch
createBranch body → 200400
DELETE
/api/v1/branches
Delete Multi Branches
batchDeleteBranches_1 body → 200400
GET
/api/v1/branches/{branchId}
Branch Details
getBranchById 1 param → 200400
DELETE
/api/v1/branches/{branchId}
Delete Branch
deleteBranch 1 param → 200400
GET
/api/v1/branches/search
Search Branches
searchBranches_1 2 params → 200400

Schemas 9

The contract defines 9 schemas that model the data the API accepts and returns. The most detailed are PageObject (11 properties), BranchSearchCriteria (8 properties), BranchCreateRequest (7 properties), BranchUpdateRequest (7 properties). Each schema is shown below with its type and property counts.

PageableObject
object
6 properties
ApiResponseObject
object
4 properties
SortObject
object
5 properties
SearchPageable
object
4 properties
BranchSearchCriteria
object
8 properties
ApiResponsePageObject
object
4 properties
BranchCreateRequest
object
7 properties 2 required
BranchUpdateRequest
object
7 properties 3 required
PageObject
object
11 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

edfapay-inc-branch-management-api-openapi.yml Raw ↑

Other APIs EdfaPay, Inc. publishes across the network.

EdfaPay, Inc. Merchant Management API
EdfaPay, Inc. Partner Management API
EdfaPay, Inc. Payment API
EdfaPay, Inc. Role Management API
EdfaPay, Inc. Transaction Management API
EdfaPay, Inc. User Management API