Releases: razorpay/razorpay-node
v2.9.5
v2.9.4
b0eedee - fix: Resolve SSRF vulnerability in request handling
feat: Added new API endpoints
4cd5602 - Added support for addBankAccount
, deleteBankAccount
, requestEligibilityCheck
& fetchEligibility
on customer
f341db4 - Added support for Dispute
5bc90ef - Added support for Document
651f175 - Added support for viewRtoReview
& editFulfillment
on order
40bed7f - Added support for fetch all IINs Supporting native otps & fetch all IINs with business sub-type using all
v2.9.3
v2.9.2
v2.9.1
v2.9.0
#351 69dd174
feat: Added new API endpoints
- Added account onboarding API
create
,fetch
,edit
,delete
- Added stakeholders API
create
,fetch
,fetchAll
,edit
- Added product configuration API
requestProductConfiguration
,fetch
,edit
, `fetchTnc - Added webhooks API
create
,fetch
,fetchAll
,edit
,delete
- Added Documents API
uploadAccountDoc
,fetchAccountDoc
,uploadStakeholderDoc
,fetchStakeholderDoc
- Added token sharing API
create
,fetch
,delete
,processPaymentOnAlternatePAorPG
v2.8.6
feat(Typescript): add typescript definitions
- TypeScript definitions for all modules and functions in the SDK.
- Add comments throughout the codebase to improve readability and maintainability.
- Add a type declarations file (*.d.ts) to provide better type checking and editor support for consumers of the SDK.
Overall, this update should provide a better developer experience for anyone using the SDK, by leveraging the power of TypeScript's static type checking and providing clearer documentation and comments throughout the codebase.
Note: This release is a patch of the previous release that includes an update to the razorpay.d.ts
file
v2.8.5
#334 db52ce1
feat(Typescript): add typescript definitions
- TypeScript definitions for all modules and functions in the SDK.
- Add comments throughout the codebase to improve readability and maintainability.
- Add a type declarations file (*.d.ts) to provide better type checking and editor support for consumers of the SDK.
Overall, this update should provide a better developer experience for anyone using the SDK, by leveraging the power of TypeScript's static type checking and providing clearer documentation and comments throughout the codebase.
v2.8.4
-
#310
3e6daf3
: Thanks @ankitdas13! - FixedvirtualAccount.close
function implementation -
#311
653a278
: Thanks @ankitdas13! - Fixedorders.create
function by passingpartial_payment
boolean
v2.8.3
-
[Bugfix]: create order api
-
Updated Documentation