Releases: razorpay/razorpay-python
Releases · razorpay/razorpay-python
v2.0.0
v1.5.0
v1.5.0 - Device Activity & POS Integration Support
✨ Features
- Device Activity API Endpoints
- Added
createandget_statusmethods withdevice_modeparameter for POS gateway integration.
- Added
- Device Mode Parameter Support
- All APIs now support
wiredandwirelesscommunication modes.
- All APIs now support
- Public Authentication for Device Activity APIs
- Automatic key_id-only authentication for enhanced security.
- Comprehensive Test Coverage
- Complete test suite with device mode validation and error handling.
- POS Gateway Integration Support
- Ready for Point-of-Sale (POS) system integration with flexible deployment options.
v1.4.2
feat: Added new API endpoints
- 54a0372: Added support for
addBankAccount,deleteBankAccount,requestEligibilityCheck&fetchEligibilityon customer - ec997c6: Added support for Dispute
- e0cf503: Added support for Document
- 3320a23: Added support for fetch all IINs Supporting native otps & fetch all IINs with business sub-type using
all - e40fbf1: Added support for
viewRtoReview&editFulfillmenton order
v1.4.1
#255 6fa5fe2 feat: Added new API endpoints.
- Added account onboarding API (create, fetch, edit, delete)
- Added stakeholders API (create, fetch, all, edit)
- Added product configuration API (requestProductConfiguration, fetch, edit, fetchTnc)
- Added webhooks API (create, fetch, all, edit, delete)
- Added token sharing API (create, fetchToken, deleteToken, processPaymentOnAlternatePAorPG)
- Added Documents API (uploadAccountDoc(, fetchAccountDoc, uploadStakeholderDoc, fetchStakeholderDoc)
v1.3.1
-
Added Third party validation & Otp API for Payment (createUpi, validateVpa, otpGenerate, otpSubmit, otpResend)
-
Update Documention
v1.3.0
- Added Item Api
- Added RegistrationLink Api
- QR code end point API
- Update, cancel update ,fetch details of a Pending Update, pause, resume subscription & delete offer API
- Add create ondemand , fetch all demand, fetch demand by id & report for settlement
- Add/Delete TPV Bank Account
- Register emandate and charge first payment together
- PaperNACH/Register NACH and charge first payment together
- Added create recurring payment, fetch card details, card downtime & card downtime by Id , create payment json API's for payment
- Added edit and notify API's for payment links
- Added edit, refund, fetch multiple refund, fetch multiple refund by id API's for refunds
- Added edit order API
- Fund API's end point
- UPI
- Added Verfiy payment link ,payment & subscription verification
- Update Testcases
- Update readme file
1.2.0
1.1.0
Added
- Added Client for Virtual Account, Transfer, Subscriptions.
1.0.2
[1.0.2] - 2017-07-31
Fixed
- Webhook signature verification
- Added support for python ver < 2.7.7
The webhook signature verification method was fixed to allow custom secrets for webhooks. We also changed the method signature to make it consistent across all SDKs.
Support was added for a constant time string comparison (used in signature verification) for Python ver < 2.7.7.
1.0.1
Added
- Adds support for setting application details in the user-agent header.
App Details
After setting up client, you can set your app details before making any request
to Razorpay using the following:
client.set_app_details({"title" : "<YOUR_APP_TITLE>", "version" : "<YOUR_APP_VERSION>"})For example, you can set the title to Django and version to 1.8.17. Please ensure
that both app title and version are strings.