Skip to content

Commit

Permalink
feat: Added new API endpoints (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitdas13 authored Mar 19, 2024
1 parent e0cf503 commit 764a390
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. The format

## Unreleased

## [1.4.2][1.4.2] - 2024-03-19

feat: Added new API endpoints

- Added support for `addBankAccount`, `deleteBankAccount`, `requestEligibilityCheck` & `fetchEligibility` on customer
- Added support for [Dispute](https://razorpay.com/docs/api/disputes/)
- Added support for [Document](https://razorpay.com/docs/api/documents/)
- Added support for fetch all IINs Supporting native otps & fetch all IINs with business sub-type using `all`
- Added support for `viewRtoReview` & `editFulfillment` on order

## [1.4.1][1.4.1] - 2023-08-03

feat: Added new API endpoints.
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,12 @@ that both app title and version are strings.
- [Stakeholder](documents/stakeholder.md)

- [Webhook](documents/webhook.md)

- [Document](documents/document.md)

- [Dispute](documents/dispute.md)

- [Iin](documents/iin.md)
---

## Bugs? Feature requests? Pull requests?
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="razorpay",
version="1.4.1",
version="1.4.2",
description="Razorpay Python Client",
long_description=readme_content,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 764a390

Please sign in to comment.