Changelog
2.9.5 - 2024-10-23
fix: Cancel subscription cancelAtCycleEnd
now supports both boolean
and 0/1
values as expected.
Changelog
2.9.4 - 2024-05-17
fix: Resolve SSRF vulnerability in request handling feat: Added new API endpoints
addBankAccount
, deleteBankAccount
, requestEligibilityCheck
& fetchEligibility
on customerviewRtoReview
& editFulfillment
on orderall
Changelog
2.9.3 - 2024-04-18
fix: Type definition for Product and Customer has been updated.
Changelog
2.9.2 - 2023-08-16
chore: Changed Content-Type of all APIs from application/x-www-form-urlencoded to application/json
Changelog
2.9.1 - 2023-07-18
fix: A bug in the “Create Payment Link” request has been fixed.
Changelog
2.9.0 - 2023-06-30
feat: Added new API endpoints
create
, fetch
, edit
, delete
create
, fetch
, fetchAll
, edit
requestProductConfiguration
, fetch
, edit
, `fetchTnccreate
, fetch
, fetchAll
, edit
, delete
uploadAccountDoc
, fetchAccountDoc
, uploadStakeholderDoc
, fetchStakeholderDoc
create
, fetch
, delete
, processPaymentOnAlternatePAorPG
Changelog
2.8.6 - 2023-02-22
feat(Typescript): add typescript definitions
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
Changelog
2.8.5 - 2023-02-22
feat(Typescript): add typescript definitions
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.
Changelog
2.8.4 - 2022-11-21
#310 3e6daf3
: Thanks @ankitdas13! - Fixed virtualAccount.close
function implementation
#311 653a278
: Thanks @ankitdas13! - Fixed orders.create
function by passing partial_payment
boolean
Changelog
2.8.3 - 2022-07-28