Releases: razorpay/razorpay-node
Releases · razorpay/razorpay-node
v2.8.2
-
Added Third party validation & Otp API for Payment (createUpi, validateVpa, otpGenerate, otpSubmit, otpResend)
-
Update Documention
v2.8.1
- fix: passing fixed_amount boolean issue when creating qrcode
- fix: passing partial_payment boolean issue when creating invoice
- fix: passing settle_full_balance boolean issue when creating settlments
- fix: item create api
- Added Card api
- Updated Documention.
v2.8.0
- Items end point API
- QR code end point API
- Update, create registration link,fetch details of a Pending Update, deleteOffer, cancel, pause and resume subscription API
- addReceiver, allowedPayer and deleteAllowedPayer (Virtual Account) TPV API'S
- paymentVerification, fetchPaymentDowntimeById, fetchPaymentDowntime, fetchCardDetails, transfer, fetchTransfer, fetchRefund, fetchMultipleRefund, createPaymentJson ,createRecurringPayment & edit function (Payment)
- Fetch all Addons
- Fetch all Customers
- Fund account end point API
- Edit orders
- Added edit, notifyBy (PaymentLink)
- qrCode end point API
- Edit refund
- Settlements end point API
- Added Signature verficiation
- Update readme file
v2.0.7
v2.0.6
v2.0.5
v2.0.4
v2.0.3
- Partner Account Support - https://github.com/razorpay/razorpay-node/wiki#partner-auth
- Typescript Support
v2.0.1
Passing params for orders.create as it is to API
- Earlier any extra params other than
amount
,currency
,receipt
,payment_capture
andnotes
are being ignored , Removed the restriction now.