Skip to content

Commit

Permalink
feat: Added new API endpoints (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitdas13 authored Apr 2, 2024
1 parent 555f2da commit 13a2980
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## Version 1.4.6 - 2024-04-02
feat: Added new API endpoints
* Added support for addBankAccount, deleteBankAccount, requestEligibilityCheck & fetchEligibility on customer
* Added support for Dispute
* Added support for uploadStakeholderDoc, fetchStakeholderDoc on stakeholder
* Added support for uploadAccountDoc, fetchAccountDoc on account
* Added support for Document
* Added support for fetch all IINs Supporting native otps & fetch all IINs with business sub-type using fetchList
* Added support for viewRtoReview & editFulfillment on order

## Version 1.4.5 - 2024-02-14
[#302](https://github.com/razorpay/razorpay-java/pull/302)
* Added oauth APIs (getAuthURL, getAccessToken, refreshToken, revokeToken)
Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Add this dependency to your project's POM:
<dependency>
<groupId>com.razorpay</groupId>
<artifactId>razorpay-java</artifactId>
<version>1.4.5</version>
<version>1.4.6</version>
</dependency>
```

Expand All @@ -32,7 +32,7 @@ Add this dependency to your project's POM:
Add this dependency to your project's build file:

```groovy
implementation "com.razorpay:razorpay-java:1.4.5"
implementation "com.razorpay:razorpay-java:1.4.6"
```

## Usage
Expand Down Expand Up @@ -118,6 +118,10 @@ razorpayClient.addHeaders(headers);
- [Webhook](documents/webhook.md)

- [OAuth Token Client](documents/oAuthTokenClient.md)

- [Dispute](documents/dispute.md)

- [Document](documents/document.md)
---

* Make custom requests
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.razorpay</groupId>
<artifactId>razorpay-java</artifactId>
<version>1.4.5</version>
<version>1.4.6</version>
<packaging>jar</packaging>

<name>razorpay-java</name>
Expand Down

0 comments on commit 13a2980

Please sign in to comment.