Skip to content

Commit 764a390

Browse files
authored
feat: Added new API endpoints (#275)
1 parent e0cf503 commit 764a390

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. The format
44

55
## Unreleased
66

7+
## [1.4.2][1.4.2] - 2024-03-19
8+
9+
feat: Added new API endpoints
10+
11+
- Added support for `addBankAccount`, `deleteBankAccount`, `requestEligibilityCheck` & `fetchEligibility` on customer
12+
- Added support for [Dispute](https://razorpay.com/docs/api/disputes/)
13+
- Added support for [Document](https://razorpay.com/docs/api/documents/)
14+
- Added support for fetch all IINs Supporting native otps & fetch all IINs with business sub-type using `all`
15+
- Added support for `viewRtoReview` & `editFulfillment` on order
16+
717
## [1.4.1][1.4.1] - 2023-08-03
818

919
feat: Added new API endpoints.

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,12 @@ that both app title and version are strings.
8686
- [Stakeholder](documents/stakeholder.md)
8787

8888
- [Webhook](documents/webhook.md)
89+
90+
- [Document](documents/document.md)
91+
92+
- [Dispute](documents/dispute.md)
93+
94+
- [Iin](documents/iin.md)
8995
---
9096

9197
## Bugs? Feature requests? Pull requests?

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="razorpay",
8-
version="1.4.1",
8+
version="1.4.2",
99
description="Razorpay Python Client",
1010
long_description=readme_content,
1111
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)