diff --git a/CHANGELOG.md b/CHANGELOG.md index c52da3b..6a437d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ Changelog for Razorpay-PHP SDK. Follows [keepachangelog.com](https://keepachange ## Unreleased +## [2.9.7] - 2023-12-18 +feat: Added new API endpoints + +* Added support for `addBankAccount`, `deleteBankAccount`, `requestEligibilityCheck` & `fetchEligibility` on customer +* Added support for `uploadAccountDoc` & `fetchAccountDoc` on account +* 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 +* Added support for fetch a payment (emi/ offer/ card/ upi) using `expandedDetails` on payments +* Added support for `uploadStakeholderDoc` & `fetchStakeholderDoc` on stakeholder + + ## [2.8.7] - 2023-09-11 [#357](https://github.com/razorpay/razorpay-php/pull/357) [`b29754f`](https://github.com/razorpay/razorpay-php/commit/b29754f8892e0c2035055cf73fd7ab132de18e52) Chore: Changed Content-Type `application/json` for `order create` API from default `application/x-www-form-urlencoded` diff --git a/README.md b/README.md index 5b0b8eb..bab14ef 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,8 @@ The resources can be accessed via the `$api` object. All the methods invocations ## Supported Resources - [Account](documents/account.md) - [Customer](documents/customer.md) +- [Dispute](documents/dispute.md) +- [Document](documents/document.md) - [Token](documents/token.md) - [Order](documents/order.md) - [Payments](documents/payment.md) @@ -61,6 +63,7 @@ The resources can be accessed via the `$api` object. All the methods invocations - [Refunds](documents/refund.md) - [Fund](documents/fund.md) - [Invoice](documents/invoice.md) +- [Iin](documents/Iin.md) - [Plan](documents/plan.md) - [Item](documents/item.md) - [Subscriptions](documents/subscription.md) @@ -80,6 +83,7 @@ The resources can be accessed via the `$api` object. All the methods invocations - [Payment Verification](documents/paymentVerfication.md) - [Webhook](documents/webhook.md) + ## Development See the [doc.md](doc.md) file for getting started with development. diff --git a/src/Api.php b/src/Api.php index c4d9145..f14c9e1 100644 --- a/src/Api.php +++ b/src/Api.php @@ -16,7 +16,7 @@ class Api */ public static $appsDetails = array(); - const VERSION = '2.8.7'; + const VERSION = '2.9.7'; /** * @param string $key