Skip to content

Releases: razorpay/razorpay-php

2.9.2

05 Aug 07:15
c5cf599

Choose a tag to compare

#395 deb311a

  • fix: Content-Type header leakage in Order::create() where setting application/json globally caused subsequent API calls.
  • fix: Replaced deprecated get_class() usage in the ErrorCode::exists() method with the __CLASS__ constant to resolve PHP deprecation warnings.

2.9.1

20 Mar 12:57
d5e49ef

Choose a tag to compare

#386 0f90a48 feat: Added support for access token based authentication mechanism

  • Added oauth APIs (getAuthURL, getAccessToken, getRefreshToken, revokeToken)
  • Added support for onboarding signature generation
  • Doc updated

2.9.0

18 Dec 04:30
a3d7c2b

Choose a tag to compare

#366 0f90a48 feat: Added new API endpoints

  • Added support for addBankAccount, deleteBankAccount, requestEligibilityCheck & fetchEligibility on customer
  • Added support for uploadAccountDoc & fetchAccountDoc on account
  • Added support for Dispute
  • Added support for Document
  • Added support for fetch all IINs Supporting native otps & fetch all IINs with business sub-type using all
  • Added support for viewRtoReview & editFulfillment on order
  • Added support for fetch a payment (emi/ offer/ card/ upi) using expandedDetails on payments
  • Added support for uploadStakeholderDoc & fetchStakeholderDoc on stakeholder

2.8.7

11 Sep 08:35
2180c8c

Choose a tag to compare

#357 b29754f Chore: Changed Content-Type application/json for order create API from default application/x-www-form-urlencoded

2.8.6

16 Jun 10:34
c151dad

Choose a tag to compare

#348 68b2028 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 token sharing API (create, fetch, delete, processPaymentOnAlternatePAorPG)

2.8.5

19 Oct 07:49
31027cf

Choose a tag to compare

v2.8.4

28 Jun 11:54
3f2edc1

Choose a tag to compare

  • New APIs for Third party validation (createUpi, validateVpa, fetchPaymentMethods)
  • Update documentation

v2.8.3

29 Apr 11:27
1ae60f9

Choose a tag to compare

  • PHP v8.1 is officially supported
  • Update Request library to v2.0
  • Improve documentation
  • Added PHPUnit v9

v2.8.2

08 Mar 13:40
f36ad5e

Choose a tag to compare

  • Change name convention to standard in Unit test
  • Removed test api key due to security concern from test cases

Note: Please download the razorpay-php.zip file, instead of the source zips. The razorpay-php.zip is pre-compiled to include all dependencies.

v2.8.1

08 Nov 12:15
4ad7b6a

Choose a tag to compare

  • Added Item api
  • Added Unit Test

Note: Please download the razorpay-php.zip file, instead of the source zips. The razorpay-php.zip is pre-compiled to include all dependencies.