Skip to content

Commit d447ddf

Browse files
authored
Version bump to 2.9.0 (#353)
1 parent 69dd174 commit d447ddf

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 2.9.0 - 2023-06-30
4+
5+
feat: Added new API endpoints
6+
- Added account onboarding API `create`, `fetch`, `edit`, `delete`
7+
- Added stakeholders API `create`, `fetch`, `fetchAll`, `edit`
8+
- Added product configuration API `requestProductConfiguration`, `fetch`, `edit`, `fetchTnc
9+
- Added webhooks API `create`, `fetch`, `fetchAll`, `edit`, `delete`
10+
- Added Documents API `uploadAccountDoc`, `fetchAccountDoc`, `uploadStakeholderDoc` , `fetchStakeholderDoc`
11+
- Added token sharing API `create`, `fetch`, `delete`, `processPaymentOnAlternatePAorPG`
12+
313
## 2.8.6 - 2023-02-22
414

515
feat(Typescript): add typescript definitions

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ instance.payments.all(
7474
```
7575

7676
## Supported Resources
77+
- [Account](documents/account.md)
78+
7779
- [Addon](documents/addon.md)
7880

7981
- [Item](documents/items.md)
@@ -98,8 +100,12 @@ instance.payments.all(
98100

99101
- [Payment Links](documents/paymentLink.md)
100102

103+
- [Product Configuration](documents/productConfiguration)
104+
101105
- [Smart Collect](documents/virtualAccount.md)
102106

107+
- [Stakeholder](documents/stakeholders.md)
108+
103109
- [Route](documents/transfer.md)
104110

105111
- [QR Code](documents/qrcode.md)
@@ -117,6 +123,8 @@ instance.payments.all(
117123
- [Register NACH and Charge First Payment Together](documents/registerNach.md)
118124

119125
- [Payment Verification](documents/paymentVerfication.md)
126+
127+
- [Webhook](documents/webhook.md)
120128
---
121129

122130
## Development

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "razorpay",
3-
"version": "2.8.6",
3+
"version": "2.9.0",
44
"description": "Official Node SDK for Razorpay API",
55
"main": "dist/razorpay",
66
"typings": "dist/razorpay",

0 commit comments

Comments
 (0)