Skip to content

Releases: razorpay/razorpay-node

v2.9.4

17 May 14:57
d836994
Compare
Choose a tag to compare

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

18 Apr 12:08
84e4e74
Compare
Choose a tag to compare

14bbe97 fix: Type definition for Product and Customer has been updated.

v2.9.2

16 Aug 13:12
753c07b
Compare
Choose a tag to compare

#369 6672b52 Chore: Changed Content-Type of all APIs from application/x-www-form-urlencoded to application/json

v2.9.1

18 Jul 12:08
b82373d
Compare
Choose a tag to compare

#366 9e36e95 fix: A bug in the Create Payment Link request has been fixed.

v2.9.0

30 Jun 08:44
d447ddf
Compare
Choose a tag to compare

#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

13 Jun 07:24
69edcbc
Compare
Choose a tag to compare

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

22 Feb 12:18
db52ce1
Compare
Choose a tag to compare

#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

24 Nov 06:30
c992906
Compare
Choose a tag to compare

v2.8.3

03 Aug 04:18
13f0c18
Compare
Choose a tag to compare
  • [Bugfix]: create order api

  • Updated Documentation

v2.8.2

29 Jun 12:22
8c781f7
Compare
Choose a tag to compare
  • Added Third party validation & Otp API for Payment (createUpi, validateVpa, otpGenerate, otpSubmit, otpResend)

  • Update Documention