ZenHR Inc Recurring Transaction API
The Recurring Transaction API from ZenHR Inc — 2 operation(s) for recurring transaction.
The Recurring Transaction API from ZenHR Inc — 2 operation(s) for recurring transaction.
Every API here is available over the APIs.io API and to AI agents over MCP.
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
find_apisBrowse and filter every API in the catalog.get_api_artifactsOne API's artifacts, grouped by type.get_openapiThe primary OpenAPI for this API.find_similar_apisAPIs that look like this one.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.curl "https://apis.io/api/v1/apis/zenhr-inc-recurring-transaction-api"
curl "https://apis.io/api/v1/apis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.
openapi: 3.2.0
info:
title: ZenHR Approvals Recurring Transaction API
version: v3
description: REST API for the ZenHR HR & payroll platform. Integrate external applications with ZenHR to manage branches, employees, master/professional/financial data, payroll (salaries, financial transactions, loans, overtime), time off, attendance, competencies, HR letters, terminations, business travel, and documents. Responds in JSON with standard HTTP status codes; authenticated via OAuth 2.0 (authorization code + PKCE). Derived by API Evangelist from the provider's published Postman documentation collection.
contact:
name: ZenHR DevOps
email: devops@zenhr.com
url: https://api-docs.zenhr.com/
x-apievangelist-source: https://api-docs.zenhr.com/ (Postman published collection 2sA3dxDWwR)
servers:
- url: https://app.zenhr.com/api/v3
description: Production
- url: https://aiapi.zenhr.com/api/v3
description: Attendance ingestion (AI) host
security:
- oauth2:
- read:employee
tags:
- name: Recurring Transaction
paths:
/branches/{branch_id}/employees/{employee_id}/financial_data/{financial_datum_id}/recurring_transactions:
get:
summary: List Recurring Transactions
tags:
- Recurring Transaction
operationId: listRecurringTransactions
responses:
'200':
description: Successful response
'401':
description: Unauthorized
'404':
description: Not found
parameters:
- name: branch_id
in: path
required: true
schema:
type: string
- name: employee_id
in: path
required: true
schema:
type: string
- name: financial_datum_id
in: path
required: true
schema:
type: string
post:
summary: Create Recurring Transaction
tags:
- Recurring Transaction
operationId: createRecurringTransaction
responses:
'200':
description: Successful response
'401':
description: Unauthorized
'404':
description: Not found
parameters:
- name: branch_id
in: path
required: true
schema:
type: string
- name: employee_id
in: path
required: true
schema:
type: string
- name: financial_datum_id
in: path
required: true
schema:
type: string
? /branches/{branch_id}/employees/{employee_id}/financial_data/{financial_datum_id}/recurring_transactions/{recuuring_transaction_id}
: patch:
summary: Update Recurring Transaction
tags:
- Recurring Transaction
operationId: updateRecurringTransaction
responses:
'200':
description: Successful response
'401':
description: Unauthorized
'404':
description: Not found
parameters:
- name: branch_id
in: path
required: true
schema:
type: string
- name: employee_id
in: path
required: true
schema:
type: string
- name: financial_datum_id
in: path
required: true
schema:
type: string
- name: recuuring_transaction_id
in: path
required: true
schema:
type: string
delete:
summary: Destroy Recurring Transaction
tags:
- Recurring Transaction
operationId: destroyRecurringTransaction
responses:
'200':
description: Successful response
'401':
description: Unauthorized
'404':
description: Not found
parameters:
- name: branch_id
in: path
required: true
schema:
type: string
- name: employee_id
in: path
required: true
schema:
type: string
- name: financial_datum_id
in: path
required: true
schema:
type: string
- name: recuuring_transaction_id
in: path
required: true
schema:
type: string
get:
summary: Get Recurring Transaction
tags:
- Recurring Transaction
operationId: getRecurringTransaction
responses:
'200':
description: Successful response
'401':
description: Unauthorized
'404':
description: Not found
parameters:
- name: branch_id
in: path
required: true
schema:
type: string
- name: employee_id
in: path
required: true
schema:
type: string
- name: financial_datum_id
in: path
required: true
schema:
type: string
- name: recuuring_transaction_id
in: path
required: true
schema:
type: string
components:
securitySchemes:
oauth2:
type: oauth2
flows:
authorizationCode:
authorizationUrl: https://api.zenhr.com/en/oauth/authorize
tokenUrl: https://api.zenhr.com/en/oauth/token
scopes:
read:branch: Read branch data
read:employee: Read employee data
accessed_employees_branches:employee: Access employees within permitted branches
read:professional_info: Read employee professional information
read:termination: Read termination data
read:employee_disciplinary_actions: Read employee disciplinary actions
read:financial_transaction: Read financial transactions
read:performance_evaluation: Read performance evaluations
read:timeoff_transaction: Read time-off transactions