Skip to content

Releases: razorpay/razorpay-node

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

v2.8.1

09 Mar 14:19
1cb7d07
Compare
Choose a tag to compare
  • 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

10 Nov 09:07
a9d8e98
Compare
Choose a tag to compare
  • 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

22 Sep 08:38
8f7c807
Compare
Choose a tag to compare

Added

  • Added new payment link end point in Api (#203).

Changed

  • Updated dependencies.

v2.0.6

28 Jan 06:31
bf3f3f8
Compare
Choose a tag to compare
  • fix: receipt is an optional param when creating orders (#118).
  • Updated dependencies.

v2.0.5

12 Aug 10:10
9d217f5
Compare
Choose a tag to compare
  • Added support for Order creation amount=0 + method=emandate.
  • Dependency updates.

v2.0.4

06 Mar 07:10
97d84bf
Compare
Choose a tag to compare
  • 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.

v2.0.3

13 Nov 11:46
e58b8c2
Compare
Choose a tag to compare
  1. Partner Account Support - https://github.com/razorpay/razorpay-node/wiki#partner-auth
  2. Typescript Support

v2.0.1

26 Jun 12:38
cde89d3
Compare
Choose a tag to compare
  • Updated packages reported by npm audit

Passing params for orders.create as it is to API

14 Jun 09:36
49c3873
Compare
Choose a tag to compare
  • Earlier any extra params other than amount, currency, receipt, payment_capture and notes are being ignored , Removed the restriction now.