Changelog
2.9.6 - 2025-02-24
feat: Added support for access token based authentication mechanism
- Added oauth APIs (getAuthURL, getAccessToken, refreshToken, revokeToken)
- Added support for onboarding signature generation
- Doc updated
2.9.5 - 2024-10-23
fix: Cancel subscription cancelAtCycleEnd
now supports both boolean
and 0/1
values as expected.
2.9.4 - 2024-05-17
fix: Resolve SSRF vulnerability in request handling
feat: Added new API endpoints
- Added support for
addBankAccount
, deleteBankAccount
, requestEligibilityCheck
& fetchEligibility
on customer
- Added support for Dispute
- Added support for Document
- Added support for
viewRtoReview
& editFulfillment
on order
- Added support for fetch all IINs Supporting native otps & fetch all IINs with business sub-type using
all
2.9.3 - 2024-04-18
fix: Type definition for Product and Customer has been updated.
2.9.2 - 2023-08-16
chore: Changed Content-Type of all APIs from application/x-www-form-urlencoded to application/json
2.9.1 - 2023-07-18
fix: A bug in the “Create Payment Link” request has been fixed.
2.9.0 - 2023-06-30
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
2.8.6 - 2023-02-22
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
2.8.5 - 2023-02-22
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.
2.8.4 - 2022-11-21
2.8.3 - 2022-07-28
- [Bugfix]: create order api
- Updated Documentation
2.8.2 - 2022-06-29
- Added Third party validation & Otp API for Payment (createUpi, validateVpa,
otpGenerate, otpSubmit, otpResend)
- Update Documention
2.8.1 - 2022-03-09
- fix: passing
fixed_amount
boolean issue when creating qrcode
- fix: passing
partial_payment
boolean issue when creating qrcode
- fix: passing
settle_full_balance
boolean issue when creating settlments
- fix: item create api
- Added Card api
- Updated Documention.
2.8.0 - 2021-11-21
2.0.7 - 2021-08-20
- Added new payment link end point in Api (#203).
- Updated dependencies.
2.0.6 - 2020-01-28
- fix: receipt is an optional param when creating orders (#118).
- Updated dependencies.
2.0.5 - 2019-08-12
- Added support for Order creation amount=0 + method=emandate.
- Dependency updates.
2.0.4 - 2019-03-06
- Added
recipient_settlement_id
parameter for Transfers.
- Renamed "X-Razorpay-Header" to "X-Razorpay-Signature header" in the error message in
validateWebhookSignature
.
- Added support for
currency
in capture
method for Payments.
2.0.3 - 2018-11-13
- Added support for Partner Auth.
2.0.2 - 2018-11-08
- Added support for TypeScript.
2.0.1 - 2018-6-26
Fixed
2.0.0 - 2018-6-14
Removed
- Removed sending only specific parameters to orders api, every parameter will be sent as it is , validation is done on API.
Deprecated
- Removing validations on SDK, all parameters will be sent as it is to all apis respectively
1.7.0 - 2018-2-20
Added
Deprecated
- Deprecated sending only specific parameters to orders api , rest being ignored
1.6.0 - 2017-9-2017
Added
- More api methods for Virtual Accounts
- Plans API
- Subscriptions API
- Addons API
1.5.1 - 2017-9-12
Added
- Added Invoices api
- Invoices unit tests
- Updated readme and wiki
- Bumped the version to 1.5.0
1.4.0 - 2017-8-18
Added
- Added virtual accounts api
- Virtual Accounts unit tests
- Added promise polyfill
- Updated readme and wiki
- Bumped the version to 1.4.0
1.3.0
- [Feature] Support for Marketplace accounts transfers
1.2.1
- [Bugfix] Don't assume
undefined
values as 0 in the requests
1.2.0
- [Feature] Support for fetching order's payments
1.1.0
- [Feature] Adds Customer & tokens support
- [Tests] Adds test coverage
1.0.0
- [Docs] Update readme.md
- [Docs] Adds Changelog
0.0.1